1. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  2. 5debe0b decnet: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
  3. c3dde0e net: decnet: Fixed multiple Coding Style issues by Sai Kalyaan Palla · 3 years, 9 months ago
  4. b29648a net: decnet: Fixed multiple coding style issues by Sai Kalyaan Palla · 3 years, 9 months ago
  5. 4cdbe58 decnet: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 10 months ago
  6. 3f96d64 net: decnet: fix netdev refcount leaking on error path by Vadim Fedorenko · 4 years ago
  7. aff53b2 net: decnet: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  8. f9215d6b dn_route_rcv: remove redundant dev null check by Gaurav Singh · 4 years, 6 months ago
  9. af13b3c Remove DST_HOST by David Laight · 4 years, 9 months ago
  10. bd085ef net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 5 years ago
  11. fd9871f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24 by Thomas Gleixner · 6 years ago
  12. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  13. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  14. 0bab1cd decnet: fix using plain integer as NULL warning by YueHaibing · 6 years ago
  15. 19c198d decnet: whitespace fixes by Stephen Hemminger · 6 years ago
  16. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
  17. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  18. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  19. c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
  20. fe736e7 decnet: Move dn_next into decnet route structure. by David Miller · 7 years ago
  21. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  22. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  23. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  24. 0da4af0 ipv6: only update __use and lastusetime once per jiffy at most by Wei Wang · 7 years ago
  25. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  26. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  27. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. b2a9c0e net: remove DST_NOGC flag by Wei Wang · 8 years ago
  29. 560fd93 decnet: take dst->__refcnt when struct dn_route is created by Wei Wang · 8 years ago
  30. 247488c decnet: always not take dst->__refcnt when inserting dst into hash table by Wei Wang · 8 years ago
  31. 76371d2 decnet: always not take dst->__refcnt when inserting dst into hash table by Wei Wang · 8 years ago
  32. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  33. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  34. a36a0d4 decnet: Do not build routes to devices without decnet private data. by David S. Miller · 9 years ago
  35. f0a0a97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  36. 008027c netfilter: turn NF_HOOK into an inline function by Arnd Bergmann · 9 years ago
  37. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  38. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  39. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  40. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 10 years ago
  41. ddb3b60 net: Remove protocol from struct dst_ops by Eric W. Biederman · 10 years ago
  42. aaa4e70 DECnet: Only use neigh_ops for adding the link layer header by Eric W. Biederman · 10 years ago
  43. 46b9e4b decnet: Fix obvious o/0 typo by Rasmus Villemoes · 10 years ago
  44. 7b46a64 netlink: Fix bugs in nlmsg_end() conversions. by David S. Miller · 10 years ago
  45. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  46. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 11 years ago
  47. d4c5fba decnet: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  48. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  49. 2fa70df decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET_ROUTER by Thomas Graf · 12 years ago
  50. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 12 years ago
  51. 58d7d8f decnet: Parse netlink attributes on our own by Thomas Graf · 12 years ago
  52. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  53. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  54. cec771d decnet: use correct RCU API to deref sk_dst_cache field by Cong Wang · 12 years ago
  55. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  56. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  57. 8acfaa9 decnet: Don't set RTCF_DIRECTSRC. by David S. Miller · 12 years ago
  58. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  59. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  60. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  61. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 12 years ago
  62. 794785b net: Don't report route RTT metric value in cache dumps. by David S. Miller · 12 years ago
  63. fccd7d5 decnet: Use neighbours privately in dn_route struct. by David S. Miller · 12 years ago
  64. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  65. 6b60978 decnet: Do not use RTA_PUT() macros by Thomas Graf · 13 years ago
  66. 737100e decnet: dn_route: Move away from NLMSG_NEW(). by David S. Miller · 13 years ago
  67. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
  68. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  69. 22b6a2e decnet: remove unused variable from dn_output() by Jesper Juhl · 13 years ago
  70. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  71. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  72. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  73. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  74. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  75. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  76. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  77. 06f8fe1 decnet: Reduce switch/case indent by Joe Perches · 14 years ago
  78. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 14 years ago
  79. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 14 years ago
  80. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 14 years ago
  81. bef55ae decnet: Convert to use flowidn where applicable. by David S. Miller · 14 years ago
  82. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  83. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
  84. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 14 years ago
  85. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 14 years ago
  86. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 14 years ago
  87. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  88. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  89. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  90. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  91. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  92. fc766e4c decnet: RCU conversion and get rid of dev_base_lock by Eric Dumazet · 14 years ago
  93. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  94. d8d1f30 net-next: remove useless union keyword by Changli Gao · 15 years ago
  95. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  96. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  98. 5d877d8 netfilter: decnet: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 15 years ago
  99. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 15 years ago
  100. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago