1. ccb19d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  2. 10ec1bb inetpeer: initialize ->redirect_genid in inet_getpeer() by Dan Carpenter · 13 years ago
  3. 747465e net: fix some sparse errors by Eric Dumazet · 13 years ago
  4. 2b2d465 net: kill duplicate included header by Shan Wei · 13 years ago
  5. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  6. 1398eee net: decrement memcg jump label when limit, not usage, is changed by Glauber Costa · 13 years ago
  7. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  8. 3b09c84 inet_diag: Rename inet_diag_req_compat into inet_diag_req by Pavel Emelyanov · 13 years ago
  9. c899136 inet_diag: Rename inet_diag_req into inet_diag_req_v2 by Pavel Emelyanov · 13 years ago
  10. 38e5781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  11. a8c1f65 igmp: Avoid zero delay when receiving odd mixture of IGMP queries by Ben Hutchings · 13 years ago
  12. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  13. 6d62a66 net: Default UDP and UNIX diag to 'n'. by David S. Miller · 13 years ago
  14. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  15. c0636fa inet_diag: Add the SKMEMINFO extension by Pavel Emelyanov · 13 years ago
  16. 2c2aba6 ipv6: Use universal hash for NDISC. by David S. Miller · 13 years ago
  17. 54b07dc netfilter: provide config option to disable ancient procfs parts by Jan Engelhardt · 13 years ago
  18. d446a820 netfilter: xtables: move ipt_ecn to xt_ecn by Jan Engelhardt · 13 years ago
  19. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 13 years ago
  20. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  21. b9e61f0 netfilter: ctnetlink: remove dead NAT code by Patrick McHardy · 13 years ago
  22. 0af051b netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet() by Patrick McHardy · 13 years ago
  23. 40cfb70 netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation() by Patrick McHardy · 13 years ago
  24. d70308f netfilter: nat: remove module reference counting from NAT protocols by Patrick McHardy · 13 years ago
  25. 329fb58 netfilter: nf_nat: add missing nla_policy entry for CTA_NAT_PROTO attribute by Patrick McHardy · 13 years ago
  26. 4d4e61c netfilter: nf_nat: use hash random for bysource hash by Patrick McHardy · 13 years ago
  27. cbc9f2f netfilter: nf_nat: export NAT definitions to userspace by Patrick McHardy · 13 years ago
  28. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  29. b9eda06 ipv4: using prefetch requires including prefetch.h by Stephen Rothwell · 13 years ago
  30. 9f28a2f ipv4: reintroduce route cache garbage collector by Eric Dumazet · 13 years ago
  31. ab56222 tcp: Replace constants with #define macros by Vijay Subramanian · 13 years ago
  32. cd7816d net: have ipconfig not wait if no dev is available by Gerlando Falauto · 13 years ago
  33. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  34. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  35. f65c1b5 sock_diag: Generalize requests cookies managements by Pavel Emelyanov · 13 years ago
  36. aec8dc6 sock_diag: Fix module netlink aliases by Pavel Emelyanov · 13 years ago
  37. b26e478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  38. c48e074 tcp_memcontrol: fix reversed if condition by Dan Carpenter · 13 years ago
  39. e6560d4 net: ping: remove some sparse errors by Eric Dumazet · 13 years ago
  40. 0850f0f Display maximum tcp memory allocation in kmem cgroup by Glauber Costa · 13 years ago
  41. ffea59e Display current tcp failcnt in kmem cgroup by Glauber Costa · 13 years ago
  42. 5a6dd34 Display current tcp memory allocation in kmem cgroup by Glauber Costa · 13 years ago
  43. 3aaabe2 tcp buffer limitation: per-cgroup limit by Glauber Costa · 13 years ago
  44. 3dc43e3 per-netns ipv4 sysctl_tcp_mem by Glauber Costa · 13 years ago
  45. d1a4c0b tcp memory pressure controls by Glauber Costa · 13 years ago
  46. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  47. 72b3601 ipip, sit: copy parms.name after register_netdevice by Ted Feng · 13 years ago
  48. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  49. 86e62ad udp_diag: Fix the !ipv6 case by Pavel Emelyanov · 13 years ago
  50. b872a23 udp_diag: Make it module when ipv6 is a module by Pavel Emelyanov · 13 years ago
  51. 507dd79 udp_diag: Wire the udp_diag module into kbuild by Pavel Emelyanov · 13 years ago
  52. b6d640c udp_diag: Implement the dump-all functionality by Pavel Emelyanov · 13 years ago
  53. a925aa0 udp_diag: Implement the get_exact dumping functionality by Pavel Emelyanov · 13 years ago
  54. 52b7c59 udp_diag: Basic skeleton by Pavel Emelyanov · 13 years ago
  55. fce8233 udp: Export code sk lookup routines by Pavel Emelyanov · 13 years ago
  56. 1942c51 inet_diag: Generalize inet_diag dump and get_exact calls by Pavel Emelyanov · 13 years ago
  57. 3c4d05c inet_diag: Introduce the inet socket dumping routine by Pavel Emelyanov · 13 years ago
  58. 8d07d15 inet_diag: Introduce the byte-code run on an inet socket by Pavel Emelyanov · 13 years ago
  59. efb3cb4 inet_diag: Split inet_diag_get_exact into parts by Pavel Emelyanov · 13 years ago
  60. 476f7db inet_diag: Split inet_diag_get_exact into parts by Pavel Emelyanov · 13 years ago
  61. b005ab4 inet_diag: Export inet diag cookie checking routine by Pavel Emelyanov · 13 years ago
  62. 87c22ea inet_diag: Reduce the number of args for bytecode run routine by Pavel Emelyanov · 13 years ago
  63. 7b35ead inet_diag: Remove indirect sizeof from inet diag handlers by Pavel Emelyanov · 13 years ago
  64. 819a693 typo fixes: aera -> area, exntension -> extension by Wang YanQing · 13 years ago
  65. 959327c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  66. 8ef874b sock_diag: Move the sock_ code to net/core/ by Pavel Emelyanov · 13 years ago
  67. a029fe2 inet_diag: Cleanup type2proto last user by Pavel Emelyanov · 13 years ago
  68. d23deaa inet_diag: Introduce socket family checks by Pavel Emelyanov · 13 years ago
  69. 25c4cd2 inet_diag: Switch the _dump to work with new header by Pavel Emelyanov · 13 years ago
  70. fe50ce2 inet_diag: Switch the _get_exact to work with new header by Pavel Emelyanov · 13 years ago
  71. 126fdc3 inet_diag: Introduce new inet_diag_req header by Pavel Emelyanov · 13 years ago
  72. d366477 sock_diag: Initial skeleton by Pavel Emelyanov · 13 years ago
  73. f13c95f inet_diag: Switch from _GETSOCK to IPPROTO_ numbers by Pavel Emelyanov · 13 years ago
  74. 37f352b inet_diag: Move byte-code finding up the call-stack by Pavel Emelyanov · 13 years ago
  75. 8d34172 sock_diag: Introduce new message type by Pavel Emelyanov · 13 years ago
  76. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 13 years ago
  77. 40e4783 ipv4: arp: Cleanup in arp.c by Igor Maravic · 13 years ago
  78. 0a5912d tcp: remove TCP_OFF and TCP_PAGE macros by Eric Dumazet · 13 years ago
  79. 4fa48bf tcp: fix tcp_trim_head() by Eric Dumazet · 13 years ago
  80. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  81. de398fb ipv4: Fix peer validation on cached lookup. by David S. Miller · 13 years ago
  82. 8f97339 netfilter: add ipv4 reverse path filter match by Florian Westphal · 13 years ago
  83. 6fc0143 net: ipv4: export fib_lookup and fib_table_lookup by Florian Westphal · 13 years ago
  84. 761965e tcp: tcp_sendmsg() page recycling by Eric Dumazet · 13 years ago
  85. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  86. fdf5af0 tcp: drop SYN+FIN messages by Eric Dumazet · 13 years ago
  87. f61759e ipv4: make sure RTO_ONLINK is saved in routing cache by Julian Anastasov · 13 years ago
  88. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  89. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  90. d01ff0a ipv4: flush route cache after change accept_local by Peter Pan(潘卫平) · 13 years ago
  91. 59c2cda Revert "udp: remove redundant variable" by David S. Miller · 13 years ago
  92. efbc368 ipv4: Perform peer validation on cached route lookup. by David S. Miller · 13 years ago
  93. 84f9307 ipv4: use a 64bit load/store in output path by Eric Dumazet · 13 years ago
  94. 5eb81e89 ipv4 : igmp : Delete useless parameter in ip_mc_add1_src() by Jun Zhao · 13 years ago
  95. 32092ec atm: clip: Use device neigh support on top of "arp_tbl". by David Miller · 13 years ago
  96. 76cc714 neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. by David Miller · 13 years ago
  97. 218fa90 ipv4: fix lockdep splat in rt_cache_seq_show by Eric Dumazet · 13 years ago
  98. d8a6e65 tcp: inherit listener congestion control for passive cnx by Eric Dumazet · 13 years ago
  99. e92036a ipv4: remove useless codes in ipmr_device_event() by RongQing.Li · 13 years ago
  100. f07d960 tcp: avoid frag allocation for small frames by Eric Dumazet · 13 years ago