summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Merge branch 'kill_rtcache'David S. Miller21-1174/+262
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend3-6/+58
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2012-07-22net: orphan frags on receiveMichael S. Tsirkin1-1/+6
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin1-14/+8
2012-07-22rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer1-0/+2
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman6-14/+176
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld1-2/+2
2012-07-22ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet1-1/+2
2012-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller12-17/+29
2012-07-21openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff1-1/+2
2012-07-21openvswitch: Check currect return value from skb_gso_segment()Pravin B Shelar1-2/+2
2012-07-21ipv4: Kill rt->fiDavid S. Miller1-31/+1
2012-07-21ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2-6/+6
2012-07-21ipv4: Kill rt->rt_oifDavid S. Miller3-8/+5
2012-07-21ipv4: Dirty less cache lines in route caching paths.David S. Miller1-3/+3
2012-07-21ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller4-10/+4
2012-07-21ipv4: Cache input routes in fib_info nexthops.David S. Miller2-12/+45
2012-07-21ipv4: Cache output routes in fib_info nexthops.David S. Miller2-43/+99
2012-07-21ipv4: Kill routes during PMTU/redirect updates.David S. Miller1-12/+29
2012-07-21net: Document dst->obsolete better.David S. Miller6-20/+22
2012-07-21ipv4: Adjust semantics of rt->rt_gateway.David S. Miller7-17/+18
2012-07-21ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller2-37/+9
2012-07-21ipv4: Remove 'rt_mark' from 'struct rtable'David Miller3-9/+3
2012-07-21ipv4: Kill 'rt_src' from 'struct rtable'David Miller2-20/+15
2012-07-21ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller2-33/+9
2012-07-21ipv4: Kill ip_route_input_noref().David Miller5-10/+10
2012-07-21ipv4: 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/linvil...John W. Linville38-770/+1184
2012-07-20ipv4: 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/jber...John W. Linville2-1/+4