1. f4ef85b ipv4: add a fib_type to fib_info by Eric Dumazet · 12 years ago
  2. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  3. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  4. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  5. 193ba92 igmp: export symbol ip_mc_leave_group by stephen hemminger · 12 years ago
  6. 9fbef05 gre: fix sparse warning by stephen hemminger · 12 years ago
  7. 60769a5 ipv4: gre: add GRO capability by Eric Dumazet · 12 years ago
  8. 861b650 tcp: gro: add checksuming helpers by Eric Dumazet · 12 years ago
  9. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. bc9259a inetpeer: fix token initialization by Nicolas Dichtel · 12 years ago
  11. 5dff747 tcp: Remove unused parameter from tcp_v4_save_options by Christoph Paasch · 12 years ago
  12. eccc1bb tunnel: drop packet if ECN present with not-ECT by stephen hemminger · 12 years ago
  13. b0558ef xfrm: remove extranous rcu_read_lock by stephen hemminger · 12 years ago
  14. 0c5794a gre: remove unnecessary rcu_read_lock/unlock by stephen hemminger · 12 years ago
  15. d208328 gre: fix handling of key 0 by stephen hemminger · 12 years ago
  16. 842b08b ipconfig: fix trivial build error by Andy Shevchenko · 12 years ago
  17. 8489c1d net: raw: revert unrelated change by Eric Dumazet · 12 years ago
  18. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  19. ae47351 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  20. 30099b2 tcp: TCP Fast Open Server - record retransmits after 3WHS by Neal Cardwell · 12 years ago
  21. e69bebd tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets by Neal Cardwell · 12 years ago
  22. 0725398 tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTT by Neal Cardwell · 12 years ago
  23. 016818d tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS by Neal Cardwell · 12 years ago
  24. 623df48 tcp: extract code to compute SYNACK RTT by Neal Cardwell · 12 years ago
  25. ab43ed8 ipv4: raw: fix icmp_filter() by Eric Dumazet · 12 years ago
  26. 5e95377 ipconfig: add nameserver IPs to kernel-parameter ip= by Christoph Fritz · 12 years ago
  27. bf5b30b net: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  28. 2cbc78a netfilter: combine ipt_REDIRECT and ip6t_REDIRECT by Jan Engelhardt · 12 years ago
  29. b3d54b3 netfilter: combine ipt_NETMAP and ip6t_NETMAP by Jan Engelhardt · 12 years ago
  30. bc26ccd tcp: restore rcv_wscale in a repair mode (v2) by Andrey Vagin · 12 years ago
  31. 4308fc5 tcp: Document use of undefined variable. by Alan Cox · 12 years ago
  32. bb68b64 ipv4: Don't add TCP-code in inet_sock_destruct by Christoph Paasch · 12 years ago
  33. 6b10286 ipv6: unify fragment thresh handling code by Amerigo Wang · 12 years ago
  34. 15c0417 tcp: flush DMA queue before sk_wait_data if rcv_wnd is zero by Michal Kubeček · 12 years ago
  35. 6b78f16 gre: add GSO support by Eric Dumazet · 12 years ago
  36. 1d57f19 tcp: fix regression in urgent data handling by Eric Dumazet · 12 years ago
  37. b42664f netns: move net->ipv4.rt_genid to net->rt_genid by Nicolas Dichtel · 12 years ago
  38. 2885da7 net: rt_cache_flush() cleanup by Eric Dumazet · 12 years ago
  39. bafa6d9 ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  40. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  41. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  42. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  43. ba8bd0e net: rt_cache_flush() cleanup by Eric Dumazet · 12 years ago
  44. 4ccfe6d ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  45. d679c53 igmp: avoid drop_monitor false positives by Eric Dumazet · 12 years ago
  46. 979402b udp: increment UDP_MIB_INERRORS if copy failed by Eric Dumazet · 12 years ago
  47. 7ab4551 tcp: fix TFO regression by Eric Dumazet · 12 years ago
  48. d23ff70 tcp: add generic netlink support for tcp_metrics by Julian Anastasov · 12 years ago
  49. 1e9f020 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  50. 684bad1 tcp: use PRR to reduce cwin in CWR state by Yuchung Cheng · 12 years ago
  51. fb4d3d1 tcp: move tcp_update_cwnd_in_recovery by Yuchung Cheng · 12 years ago
  52. 09484d1 tcp: move tcp_enter_cwr() by Yuchung Cheng · 12 years ago
  53. ace1fe1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 12 years ago
  54. ce9f3f3 netfilter: properly annotate ipv4_netfilter_{init,fini}() by Jan Beulich · 13 years ago
  55. 168a8f5 tcp: TCP Fast Open Server - main code path by Jerry Chu · 12 years ago
  56. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  57. 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 12 years ago
  58. 98d75c3 ipv4: Minor logic clean-up in ipv4_mtu by Alexander Duyck · 12 years ago
  59. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  60. 0dcd505 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  61. c5ae7d4 ipv4: must use rcu protection while calling fib_lookup by Eric Dumazet · 12 years ago
  62. acbb219 net: ipv4: ipmr_expire_timer causes crash when removing net namespace by Francesco Ruggeri · 12 years ago
  63. 3f509c6 netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation by Pablo Neira Ayuso · 12 years ago
  64. 320ff56 netfilter: nf_nat: support IPv6 in TFTP NAT helper by Pablo Neira Ayuso · 12 years ago
  65. 5901b6b netfilter: nf_nat: support IPv6 in IRC NAT helper by Pablo Neira Ayuso · 12 years ago
  66. 9a66482 netfilter: nf_nat: support IPv6 in SIP NAT helper by Patrick McHardy · 12 years ago
  67. ee6eb96 netfilter: nf_nat: support IPv6 in amanda NAT helper by Patrick McHardy · 12 years ago
  68. d33cbee netfilter: nf_nat: support IPv6 in FTP NAT helper by Patrick McHardy · 12 years ago
  69. b3f644f netfilter: ip6tables: add MASQUERADE target by Patrick McHardy · 12 years ago
  70. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  71. 051966c netfilter: nf_nat: add protoff argument to packet mangling functions by Patrick McHardy · 12 years ago
  72. 5f2d04f ipv4: fix path MTU discovery with connection tracking by Patrick McHardy · 12 years ago
  73. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  74. 7c4a56f tcp: fix cwnd reduction for non-sack recovery by Yuchung Cheng · 12 years ago
  75. 78df76a ipv4: take rt_uncached_lock only if needed by Eric Dumazet · 12 years ago
  76. 748e2d9 net: reinstate rtnl in call_netdevice_notifiers() by Eric Dumazet · 12 years ago
  77. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  78. 9b04f35 ipv4: properly update pmtu by Eric Dumazet · 12 years ago
  79. bf277b0 Merge git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  80. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. 90efbed netfilter: remove unnecessary goto statement for error recovery by Jean Sacren · 13 years ago
  82. a9915a1 ipv4: fix ip header ident selection in __ip_make_skb() by Eric Dumazet · 12 years ago
  83. 1a7b27c ipv4: Use newinet->inet_opt in inet_csk_route_child_sock() by Christoph Paasch · 12 years ago
  84. 144d56e tcp: fix possible socket refcount problem by Eric Dumazet · 12 years ago
  85. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  86. fae6ef8 net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child() by Neal Cardwell · 13 years ago
  87. 6c71bec Merge git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  88. 1b3a692 net: remove wrong initialization for snd_wl1 by Razvan Ghitulete · 13 years ago
  89. d06ca95 userns: Teach inet_diag to work with user namespaces by Eric W. Biederman · 13 years ago
  90. 7064d16 userns: Use kgids for sysctl_ping_group_range by Eric W. Biederman · 13 years ago
  91. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 13 years ago
  92. ad5b310 net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf by Igor Maravic · 13 years ago
  93. 7bd86cc ipv4: Cache local output routes by Yan, Zheng · 13 years ago
  94. 19e303d netfilter: PTR_RET can be used by Wu Fengguang · 13 years ago
  95. b5ec8ee ipv4: fix ip_send_skb() by Eric Dumazet · 13 years ago
  96. f22eb25 netfilter: nf_nat_sip: fix via header translation with multiple parameters by Patrick McHardy · 13 years ago
  97. 02b69cb netfilter: nf_ct_sip: fix IPv6 address parsing by Patrick McHardy · 13 years ago
  98. 63d02d1 net: tcp: ipv6_mapped needs sk_rx_dst_set method by Eric Dumazet · 13 years ago
  99. 3a7c384 ipv4: tcp: unicast_sock should not land outside of TCP stack by Eric Dumazet · 13 years ago
  100. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 13 years ago