aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller4-10/+4
2012-07-20ipv4: Cache input routes in fib_info nexthops.David S. Miller2-12/+45
2012-07-20ipv4: Cache output routes in fib_info nexthops.David S. Miller2-43/+99
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller1-12/+29
2012-07-20net: Document dst->obsolete better.David S. Miller6-20/+22
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller7-17/+18
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller2-37/+9
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller3-9/+3
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller2-20/+15
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller2-33/+9
2012-07-20ipv4: Kill ip_route_input_noref().David Miller5-10/+10
2012-07-20ipv4: Delete routing cache.David S. Miller2-932/+13
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka1-0/+3
2012-07-20ipv4: show pmtu in route listJulian Anastasov1-1/+5
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko1-2/+13
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko1-8/+8
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet2-50/+66
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet1-2/+3
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet1-15/+10
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian1-8/+8
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville38-770/+1184
2012-07-19ipv4: Fix again the time difference calculationJulian Anastasov1-1/+1
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-32/+83
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng2-3/+11
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng3-6/+33
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng3-10/+73
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng1-5/+35
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng3-11/+115
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng1-0/+51
2012-07-19net-tcp: Fast Open baseYuchung Cheng10-15/+68
2012-07-19ipx: move peII functionsstephen hemminger3-5/+1
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet2-23/+35
2012-07-19ipv4: use seqlock for nh_exceptionsJulian Anastasov1-50/+68
2012-07-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-1/+4
2012-07-19ipv4: Fix time difference calculation in rt_bind_exception().David S. Miller1-1/+1
2012-07-19ipv4: fix address selection in fib_compute_spec_dstJulian Anastasov1-1/+2
2012-07-19ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov1-3/+2
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D2-2/+5
2012-07-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville6-252/+257
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet5-53/+30
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar1-5/+5
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh3-0/+968
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh1-0/+68
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet1-19/+21
2012-07-18mac80211: flush stations before stop beaconingEliad Peller1-0/+1
2012-07-18cfg80211: Fix mutex locking in reg_last_request_cell_baseMohammed Shafi Shajakhan1-1/+3
2012-07-17ipv4: fix rcu splatEric Dumazet3-10/+11
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller1-4/+12