1. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  2. 9bdcc88 net decnet: Convert to use register_net_sysctl by Eric W. Biederman · 12 years ago
  3. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  4. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  5. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  6. b21dddb decnet: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  7. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  8. 22b6a2e decnet: remove unused variable from dn_output() by Jesper Juhl · 12 years ago
  9. 3329bdf decnet: Add missing neigh->ha locking to dn_neigh_output_packet() by David S. Miller · 12 years ago
  10. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  11. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  12. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  13. 2c2aba6 ipv6: Use universal hash for NDISC. by David S. Miller · 13 years ago
  14. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  15. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  16. 8a6e77d decnet: proper socket refcounting by Eric Dumazet · 13 years ago
  17. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  18. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  19. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  20. 8b5c171 neigh: new unresolved queue limits by Eric Dumazet · 13 years ago
  21. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  22. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  23. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  24. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  25. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  26. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  27. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  28. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  29. 06f8fe1 decnet: Reduce switch/case indent by Joe Perches · 13 years ago
  30. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  31. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  32. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  33. 1e54775 net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  34. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  35. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  36. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  37. a01c133 decnet: Don't leak entries when rebuilding zone. by David S. Miller · 13 years ago
  38. 9bf9055 decnet: Fix set-but-unused variable. by David S. Miller · 13 years ago
  39. bef55ae decnet: Convert to use flowidn where applicable. by David S. Miller · 13 years ago
  40. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  41. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  42. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 13 years ago
  43. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  44. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 13 years ago
  45. 441c793 net: cleanup unused macros in net directory by Shan Wei · 13 years ago
  46. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  47. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  48. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  49. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  50. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  51. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  52. 3c6f27b DECnet: don't leak uninitialized stack byte by Dan Rosenberg · 14 years ago
  53. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  54. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  55. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  56. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  57. fc766e4c decnet: RCU conversion and get rid of dev_base_lock by Eric Dumazet · 14 years ago
  58. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  59. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  60. d6bf781 net neigh: RCU conversion of neigh hash table by Eric Dumazet · 14 years ago
  61. bb8a10b net/decnet: Adjust confusing if indentation by Julia Lawall · 14 years ago
  62. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  63. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  64. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  65. 25239ce net: rtnetlink: decouple rtnetlink address families from real address families by Patrick McHardy · 14 years ago
  66. 3d0c9c4 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata by Patrick McHardy · 14 years ago
  67. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  68. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  69. 0f87b1d net: fib_rules: decouple address families from real address families by Patrick McHardy · 14 years ago
  70. 28bb172 net: fib_rules: set family in fib_rule_hdr centrally by Patrick McHardy · 14 years ago
  71. d8a566b net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. by Patrick McHardy · 14 years ago
  72. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  73. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  74. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  75. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  76. 5d877d8 netfilter: decnet: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  77. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  78. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  79. e9c5158 net: Allow fib_rule_unregister to batch by Eric W. Biederman · 15 years ago
  80. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  81. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  82. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  83. e5c140a decnet: convert dndev_lock to spinlock by stephen hemminger · 15 years ago
  84. 41bdecf decnet: add RTNL lock when reading address list by stephen hemminger · 15 years ago
  85. fa91860 decnet: use RCU to find network devices by stephen hemminger · 15 years ago
  86. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  87. 887e671 decnet: netdevice refcount leak by Eric Dumazet · 15 years ago
  88. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  89. b4d745d decnet: avoid touching device refcount in dn_dev_by_index() by Eric Dumazet · 15 years ago
  90. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  91. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 15 years ago
  92. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  93. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  94. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  95. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  96. 89d69d2 net: make neigh_ops constant by Stephen Hemminger · 15 years ago
  97. 0e8635a net: remove NET_RX_BAD and NET_RX_CN* defines by Florian Westphal · 15 years ago
  98. 10e8544 decnet: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  99. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  100. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago