1. 8acfaa9 decnet: Don't set RTCF_DIRECTSRC. by David S. Miller · 12 years ago
  2. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  3. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  4. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  5. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 12 years ago
  6. 794785b net: Don't report route RTT metric value in cache dumps. by David S. Miller · 12 years ago
  7. fccd7d5 decnet: Use neighbours privately in dn_route struct. by David S. Miller · 12 years ago
  8. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  9. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  10. 4c3af03 netlink: Get rid of obsolete rtnetlink macros by Thomas Graf · 12 years ago
  11. 6b60978 decnet: Do not use RTA_PUT() macros by Thomas Graf · 12 years ago
  12. 3f7a328 decnet: dn_table: Move away from NLMSG_NEW(). by David S. Miller · 12 years ago
  13. 737100e decnet: dn_route: Move away from NLMSG_NEW(). by David S. Miller · 12 years ago
  14. 77ca4ed decnet: dn_rtmsg: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  15. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  16. 3d33bf2 netfilter: decnet: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  17. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  18. 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 12 years ago
  19. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  20. 9bdcc88 net decnet: Convert to use register_net_sysctl by Eric W. Biederman · 12 years ago
  21. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  22. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  23. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  24. b21dddb decnet: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  25. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  26. 22b6a2e decnet: remove unused variable from dn_output() by Jesper Juhl · 12 years ago
  27. 3329bdf decnet: Add missing neigh->ha locking to dn_neigh_output_packet() by David S. Miller · 12 years ago
  28. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  29. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  30. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  31. 2c2aba6 ipv6: Use universal hash for NDISC. by David S. Miller · 13 years ago
  32. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  33. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  34. 8a6e77d decnet: proper socket refcounting by Eric Dumazet · 13 years ago
  35. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  36. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  37. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  38. 8b5c171 neigh: new unresolved queue limits by Eric Dumazet · 13 years ago
  39. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  40. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  41. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  42. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  43. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  44. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  45. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  46. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  47. 06f8fe1 decnet: Reduce switch/case indent by Joe Perches · 13 years ago
  48. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  49. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  50. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  51. 1e54775 net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  52. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  53. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  54. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  55. a01c133 decnet: Don't leak entries when rebuilding zone. by David S. Miller · 13 years ago
  56. 9bf9055 decnet: Fix set-but-unused variable. by David S. Miller · 13 years ago
  57. bef55ae decnet: Convert to use flowidn where applicable. by David S. Miller · 13 years ago
  58. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  59. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  60. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 13 years ago
  61. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  62. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 13 years ago
  63. 441c793 net: cleanup unused macros in net directory by Shan Wei · 13 years ago
  64. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  65. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  66. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  67. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  68. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  69. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  70. 3c6f27b DECnet: don't leak uninitialized stack byte by Dan Rosenberg · 14 years ago
  71. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  72. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  73. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  74. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  75. fc766e4c decnet: RCU conversion and get rid of dev_base_lock by Eric Dumazet · 14 years ago
  76. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  77. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  78. d6bf781 net neigh: RCU conversion of neigh hash table by Eric Dumazet · 14 years ago
  79. bb8a10b net/decnet: Adjust confusing if indentation by Julia Lawall · 14 years ago
  80. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  81. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  82. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  83. 25239ce net: rtnetlink: decouple rtnetlink address families from real address families by Patrick McHardy · 14 years ago
  84. 3d0c9c4 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata by Patrick McHardy · 14 years ago
  85. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  86. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  87. 0f87b1d net: fib_rules: decouple address families from real address families by Patrick McHardy · 14 years ago
  88. 28bb172 net: fib_rules: set family in fib_rule_hdr centrally by Patrick McHardy · 14 years ago
  89. d8a566b net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. by Patrick McHardy · 14 years ago
  90. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  91. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  92. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  93. 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
  94. 5d877d8 netfilter: decnet: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  95. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  96. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  97. e9c5158 net: Allow fib_rule_unregister to batch by Eric W. Biederman · 15 years ago
  98. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  99. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  100. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago