summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller
2012-07-20ipv4: Kill ip_route_input_noref().David Miller
2012-07-20ipv4: Delete routing cache.David S. Miller
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka
2012-07-20ipv4: show pmtu in route listJulian Anastasov
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-07-19ipv4: Fix again the time difference calculationJulian Anastasov
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-07-19ipx: move peII functionsstephen hemminger
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet
2012-07-19ipv4: use seqlock for nh_exceptionsJulian Anastasov
2012-07-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-07-19ipv4: Fix time difference calculation in rt_bind_exception().David S. Miller
2012-07-19ipv4: fix address selection in fib_compute_spec_dstJulian Anastasov
2012-07-19ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D
2012-07-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet
2012-07-18mac80211: flush stations before stop beaconingEliad Peller
2012-07-18cfg80211: Fix mutex locking in reg_last_request_cell_baseMohammed Shafi Shajakhan
2012-07-17libceph: fix messenger retrySage Weil
2012-07-17ipv4: fix rcu splatEric Dumazet
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville