1. abef3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  2. 6f3118b ipv6: use net->rt_genid to check dst validity by Nicolas Dichtel · 12 years ago
  3. b42664f netns: move net->ipv4.rt_genid to net->rt_genid by Nicolas Dichtel · 12 years ago
  4. bafa6d9 ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  5. 35c448a include/net/sock.h: squelch compiler warning in sk_rmem_schedule() by Chuck Lever · 12 years ago
  6. 777bf13 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  7. 3b59df4 xfrm: Workaround incompatibility of ESN and async crypto by Steffen Klassert · 12 years ago
  8. 0dcd505 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  9. 5b423f6 netfilter: nf_conntrack: fix racy timer handling with reliable events by Pablo Neira Ayuso · 12 years ago
  10. cc11092 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 12 years ago
  11. e0e3cea af_netlink: force credentials passing [CVE-2012-3520] by Eric Dumazet · 12 years ago
  12. 9d7b0fc net: ipv6: fix oops in inet_putpeer() by Patrick McHardy · 12 years ago
  13. 6024935 llc2: Fix silent failure of llc_station_init() by Ben Hutchings · 12 years ago
  14. 2359a47 codel: refine one condition to avoid a nul rec_inv_sqrt by Eric Dumazet · 12 years ago
  15. b5ec8ee ipv4: fix ip_send_skb() by Eric Dumazet · 12 years ago
  16. 63d02d1 net: tcp: ipv6_mapped needs sk_rx_dst_set method by Eric Dumazet · 12 years ago
  17. a37e6e3 net: force dst_default_metrics to const section by Eric Dumazet · 12 years ago
  18. 5d299f3 net: ipv6: fix TCP early demux by Eric Dumazet · 12 years ago
  19. 1a26904 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  20. 03f6b08 cfg80211: add channel flag to prohibit OFDM operation by Seth Forshee · 12 years ago
  21. e3c0d04 Fix unexpected SA hard expiration after changing date by Fan Du · 12 years ago
  22. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  23. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  24. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  25. b4b9e35 netvm: set PF_MEMALLOC as appropriate during SKB processing by Mel Gorman · 12 years ago
  26. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  27. 7cb0240 netvm: allow the use of __GFP_MEMALLOC by specific sockets by Mel Gorman · 12 years ago
  28. 99a1dec net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket by Mel Gorman · 12 years ago
  29. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  30. caacf05 ipv4: Properly purge netdev references on uncached routes. by David S. Miller · 12 years ago
  31. c5038a8 ipv4: Cache routes in nexthop exception entries. by David S. Miller · 12 years ago
  32. d26b3a7 ipv4: percpu nh_rth_output cache by Eric Dumazet · 12 years ago
  33. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 12 years ago
  34. 0c7462a ipv4: remove rt_cache_rebuild_count by Eric Dumazet · 12 years ago
  35. 404e0a8 net: ipv4: fix RCU races on dst refcounts by Eric Dumazet · 12 years ago
  36. c710998 ipv6: Early TCP socket demux by Eric Dumazet · 12 years ago
  37. c6cffba ipv4: Fix input route performance regression. by David S. Miller · 12 years ago
  38. 3c4cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  39. 13378ca ipv4: Change rt->rt_iif encoding. by David S. Miller · 12 years ago
  40. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  41. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  42. 563d34d tcp: dont drop MTU reduction indications by Eric Dumazet · 12 years ago
  43. 5e9965c Merge branch 'kill_rtcache' by David S. Miller · 12 years ago
  44. 6120d3d get rid of ->scm_work_list by Al Viro · 12 years ago
  45. 406a3c6 net: netprio_cgroup: rework update socket logic by John Fastabend · 12 years ago
  46. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  47. 0bb4087 ipv4: Fix neigh lookup keying over loopback/point-to-point devices. by David S. Miller · 12 years ago
  48. 2860583 ipv4: Kill rt->fi by David S. Miller · 12 years ago
  49. 9917e1e8 ipv4: Turn rt->rt_route_iif into rt->rt_is_input. by David S. Miller · 12 years ago
  50. 4fd551d ipv4: Kill rt->rt_oif by David S. Miller · 12 years ago
  51. ba3f7f0 ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. by David S. Miller · 12 years ago
  52. d2d68ba ipv4: Cache input routes in fib_info nexthops. by David S. Miller · 12 years ago
  53. f2bb4be ipv4: Cache output routes in fib_info nexthops. by David S. Miller · 12 years ago
  54. ceb3320 ipv4: Kill routes during PMTU/redirect updates. by David S. Miller · 12 years ago
  55. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  56. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  57. f1ce306 ipv4: Remove 'rt_dst' from 'struct rtable' by David S. Miller · 12 years ago
  58. b486988 ipv4: Remove 'rt_mark' from 'struct rtable' by David Miller · 12 years ago
  59. d6c0a4f ipv4: Kill 'rt_src' from 'struct rtable' by David Miller · 12 years ago
  60. 1a00fee ipv4: Remove rt_key_{src,dst,tos} from struct rtable. by David Miller · 12 years ago
  61. 38a424e ipv4: Kill ip_route_input_noref(). by David Miller · 12 years ago
  62. 89aef89 ipv4: Delete routing cache. by David S. Miller · 12 years ago
  63. df4ab5b net: rename bond_queue_mapping to slave_dev_queue_mapping by Jiri Pirko · 12 years ago
  64. d40156a rtnl: allow to specify different num for rx and tx queue count by Jiri Pirko · 12 years ago
  65. 6f458df tcp: improve latencies of timer triggered events by Eric Dumazet · 12 years ago
  66. 5815d5e tcp: use hash_32() in tcp_metrics by Eric Dumazet · 12 years ago
  67. 90b90f6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  68. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  69. 67da22d net-tcp: Fast Open client - cookie-less mode by Yuchung Cheng · 12 years ago
  70. aab4874 net-tcp: Fast Open client - detecting SYN-data drops by Yuchung Cheng · 12 years ago
  71. cf60af0 net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) by Yuchung Cheng · 12 years ago
  72. 783237e net-tcp: Fast Open client - sending SYN-data by Yuchung Cheng · 12 years ago
  73. 1fe4c48 net-tcp: Fast Open client - cookie cache by Yuchung Cheng · 12 years ago
  74. 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 12 years ago
  75. d8f1641 net: Fix warnings in dst_ops.h by David S. Miller · 12 years ago
  76. be9f4a4 ipv4: tcp: remove per net tcp_sock by Eric Dumazet · 12 years ago
  77. aee06da ipv4: use seqlock for nh_exceptions by Julian Anastasov · 12 years ago
  78. 0cd0664 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  79. ddbe503 ipv6: add ipv6_addr_hash() helper by Eric Dumazet · 12 years ago
  80. eb8637c net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel. by Saurabh · 12 years ago
  81. d3818c9 ipv6: fix inet6_csk_xmit() by Eric Dumazet · 12 years ago
  82. 707be0a Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  83. a6ff1a2 Merge branch 'nexthop_exceptions' by David S. Miller · 12 years ago
  84. 4895c77 ipv4: Add FIB nexthop exceptions. by David S. Miller · 12 years ago
  85. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  86. 57b5ce0 cfg80211: add cellular base station regulatory hint support by Luis R. Rodriguez · 12 years ago
  87. 9e33ce4 ipvs: fix oops on NAT reply in br_nf context by Lin Ming · 12 years ago
  88. 84f1070 cfg80211: support TX error rate CQM by Thomas Pedersen · 12 years ago
  89. 282f23c tcp: implement RFC 5961 3.2 by Eric Dumazet · 12 years ago
  90. 51d7ccc net: make sock diag per-namespace by Andrey Vagin · 12 years ago
  91. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  92. 35ad9b9 ipv6: Add helper inet6_csk_update_pmtu(). by David S. Miller · 12 years ago
  93. 80d0a69 ipv4: Add helper inet_csk_update_pmtu(). by David S. Miller · 12 years ago
  94. c20f8e3 Bluetooth: Use tx window from config response for ack timing by Mat Martineau · 12 years ago
  95. 921a678 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  96. 85b91b0 ipv4: Don't store a rule pointer in fib_result. by David S. Miller · 12 years ago
  97. 4290cb4 cfg80211: reduce monitor interface tracking by Johannes Berg · 12 years ago
  98. 5b7ccaf cfg80211/mac80211: re-add get_channel operation by Johannes Berg · 12 years ago
  99. d07d152 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  100. 38a0084 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago