1. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  2. 4aa896c ip_gre: remove an extra dst_release() by Eric Dumazet · 12 years ago
  3. 082c7ca net: ipv4: fix waring -Wunused-variable by Gao feng · 12 years ago
  4. eb6b9a8 ip_gre: propogate target device GSO capability to the tunnel device by Dmitry Kravkov · 12 years ago
  5. aa0e51c ip_gre: allow CSUM capable devices to handle packets by Dmitry Kravkov · 12 years ago
  6. 2ccba54 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  7. b20ab9cc netfilter: nf_ct_helper: better logging for dropped packets by Pablo Neira Ayuso · 12 years ago
  8. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  9. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  10. 9aac22d ip: fix warning in xfrm4_mode_tunnel_input by stephen hemminger · 12 years ago
  11. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 12 years ago
  12. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 12 years ago
  13. e0376d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 12 years ago
  14. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 12 years ago
  15. ee684b6 tcp: send packets with a socket timestamp by Andrey Vagin · 12 years ago
  16. 93be6ce tcp: set and get per-socket timestamp by Andrey Vagin · 12 years ago
  17. ceaa1fe tcp: adding a per-socket timestamp offset by Andrey Vagin · 12 years ago
  18. 9f6d98c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  19. 044453b arp: fix possible crash in arp_rcv() by Eric Dumazet · 12 years ago
  20. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  21. 6731d20 tcp: fix for zero packets_in_flight was too broad by Ilpo Järvinen · 12 years ago
  22. 8d06887 xfrm: make gc_thresh configurable in all namespaces by Michal Kubecek · 12 years ago
  23. 1f53c80 xfrm: remove unused xfrm4_policy_fini() by Michal Kubecek · 12 years ago
  24. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 12 years ago
  25. 547472b ipv4: Disallow non-namespace aware protocols to register. by David S. Miller · 12 years ago
  26. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  27. 2700092 ipcomp: Mark as netns_ok. by David S. Miller · 12 years ago
  28. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  29. 848bf15 tcp: Update MIB counters for drops by Vijay Subramanian · 12 years ago
  30. 2e5f421 tcp: frto should not set snd_cwnd to 0 by Eric Dumazet · 12 years ago
  31. 973ec44 tcp: fix an infinite loop in tcp_slow_start() by Eric Dumazet · 12 years ago
  32. 66555e9 tcp: detect SYN/data drop when F-RTO is disabled by Yuchung Cheng · 12 years ago
  33. 2aeef18 tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request() by Nivedita Singhvi · 12 years ago
  34. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  35. 040468a ip_gre: When TOS is inherited, use configured TOS value for non-IP packets by David Ward · 12 years ago
  36. 5c766d6 ipv4: introduce address lifetime by Jiri Pirko · 12 years ago
  37. 3ef0eb0 net: frag, move LRU list maintenance outside of rwlock by Jesper Dangaard Brouer · 12 years ago
  38. 6d7b857 net: use lib/percpu_counter API for fragmentation mem accounting by Jesper Dangaard Brouer · 12 years ago
  39. d433673 net: frag helper functions for mem limit tracking by Jesper Dangaard Brouer · 12 years ago
  40. cdda889 net: avoid to hang up on sending due to sysctl configuration overflow. by bingtian.ly@taobao.com · 12 years ago
  41. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  42. 5465740 IP_GRE: Fix kernel panic in IP_GRE with GRE csum. by Pravin B Shelar · 12 years ago
  43. 9c5e0c0 soreuseport: fix use of uid in tb->fastuid by Tom Herbert · 12 years ago
  44. b640bee Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  45. ba418fa soreuseport: UDP/IPv4 implementation by Tom Herbert · 12 years ago
  46. da5e363 soreuseport: TCP/IPv4 implementation by Tom Herbert · 12 years ago
  47. c296bb4 netfilter: nf_conntrack: refactor l4proto support for netns by Gao feng · 12 years ago
  48. 6330750 netfilter: nf_conntrack: refactor l3proto support for netns by Gao feng · 12 years ago
  49. 0cc8d8d netfilter: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  50. 50c3a48 ipv4: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  51. 360eb5d ipmr: fix sparse warning when testing origin or group by Nicolas Dichtel · 12 years ago
  52. b44108d ipv4: Fix route refcount on pmtu discovery by Steffen Klassert · 12 years ago
  53. 0c8729c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 12 years ago
  54. 8141ed9 ipv4: Add a socket release callback for datagram sockets by Steffen Klassert · 12 years ago
  55. 9cb3a50 ipv4: Invalidate the socket cached route on pmtu events if possible by Steffen Klassert · 12 years ago
  56. 660b26d mcast: add multicast proxy support (IPv4 and IPv6) by Nicolas Dichtel · 12 years ago
  57. 05ab86c xfrm4: Invalidate all ipv4 routes on IPsec pmtu events by Steffen Klassert · 12 years ago
  58. b74aa93 tcp: fix incorrect LOCKDROPPEDICMPS counter by Eric Dumazet · 12 years ago
  59. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  60. c2a9366 net: increase fragment memory usage limits by Jesper Dangaard Brouer · 12 years ago
  61. fa1e492 ipv4: Don't update the pmtu on mtu locked routes by Steffen Klassert · 12 years ago
  62. 38d523e ipv4: Remove output route check in ipv4_mtu by Steffen Klassert · 12 years ago
  63. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  64. 28a2828 ipv4: fib: fix a comment. by Rami Rosen · 12 years ago
  65. 44fbe92 net/ipv4: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  66. aec9a0e net/ipv4/netfilter: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  67. 7b514a8 tcp: accept RST without ACK flag by Eric Dumazet · 12 years ago
  68. f26845b tcp: fix splice() and tcp collapsing interaction by Eric Dumazet · 12 years ago
  69. ff905b1 tcp: splice: fix an infinite loop in tcp_read_sock() by Eric Dumazet · 12 years ago
  70. 95c7e0e ipv4: Use FIELD_SIZEOF() in inet_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  71. c9be4a5 net: prevent setting ttl=0 via IP_TTL by Cong Wang · 12 years ago
  72. 7143dfa ah4/esp4: set transport header correctly for IPsec tunnel mode. by Li RongQing · 12 years ago
  73. c7e2e1d ipv4: fix NULL checking in devinet_ioctl() by Xi Wang · 12 years ago
  74. 5d134f1 tcp: make sysctl_tcp_ecn namespace aware by Hannes Frederic Sowa · 12 years ago
  75. 9dd4a13 net/ipv4/ipconfig: really display the BOOTP/DHCP server's address. by Philippe De Muyter · 12 years ago
  76. bb717d7 tcp: make proc_tcp_fastopen_key static by stephen hemminger · 12 years ago
  77. ac196f8 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  78. 861aa6d ipv4/ip_gre: set transport header correctly to gre header by Isaku Yamahata · 12 years ago
  79. c3ae62af tcp: should drop incoming frames without ACK flag set by Eric Dumazet · 12 years ago
  80. cf0be880 arp: fix a regression in arp_solicit() by Cong Wang · 12 years ago
  81. 9650388 ipv4: arp: fix a lockdep splat in arp_solicit() by Eric Dumazet · 12 years ago
  82. f7e75ba ip_gre: fix possible use after free by Eric Dumazet · 12 years ago
  83. 412ed94 ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally by Isaku Yamahata · 12 years ago
  84. c65ef8d netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE by Andrew Collins · 12 years ago
  85. c6f4089 netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset by Mukund Jampala · 12 years ago
  86. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago
  87. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  88. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  89. 4b5511e net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  90. 1bf3751 ipv4: ip_check_defrag must not modify skb before unsharing by Johannes Berg · 12 years ago
  91. 5e1f542 inet_diag: validate port comparison byte code to prevent unsafe reads by Neal Cardwell · 12 years ago
  92. f67caec inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run() by Neal Cardwell · 12 years ago
  93. 405c005 inet_diag: validate byte code to prevent oops in inet_diag_bc_run() by Neal Cardwell · 12 years ago
  94. 1c95df8 inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state by Neal Cardwell · 12 years ago
  95. fc70fb6 net: Handle encapsulated offloads before fragmentation or handing to lower dev by Alexander Duyck · 12 years ago
  96. 93b174a tcp: bug fix Fast Open client retransmission by Yuchung Cheng · 12 years ago
  97. 8caaf7b ipv4/route/rtnl: get mcast attributes when dst is multicast by Nicolas Dichtel · 12 years ago
  98. 8cd3ac9 ipmr: advertise new mfc entries via rtnl by Nicolas Dichtel · 12 years ago
  99. 1eb99af ipmr/ip6mr: allow to get unresolved cache via netlink by Nicolas Dichtel · 12 years ago
  100. 9a68ac7 ipmr/ip6mr: report origin of mfc entry into rtnl msg by Nicolas Dichtel · 12 years ago