1. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  2. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  3. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  4. 25239ce net: rtnetlink: decouple rtnetlink address families from real address families by Patrick McHardy · 14 years ago
  5. 3d0c9c4 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata by Patrick McHardy · 14 years ago
  6. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  7. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  8. 0f87b1d net: fib_rules: decouple address families from real address families by Patrick McHardy · 14 years ago
  9. 28bb172 net: fib_rules: set family in fib_rule_hdr centrally by Patrick McHardy · 14 years ago
  10. d8a566b net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. by Patrick McHardy · 14 years ago
  11. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  12. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  14. 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
  15. 5d877d8 netfilter: decnet: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  16. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  17. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  18. e9c5158 net: Allow fib_rule_unregister to batch by Eric W. Biederman · 15 years ago
  19. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  20. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  21. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  22. e5c140a decnet: convert dndev_lock to spinlock by stephen hemminger · 15 years ago
  23. 41bdecf decnet: add RTNL lock when reading address list by stephen hemminger · 15 years ago
  24. fa91860 decnet: use RCU to find network devices by stephen hemminger · 15 years ago
  25. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  26. 887e671 decnet: netdevice refcount leak by Eric Dumazet · 15 years ago
  27. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  28. b4d745d decnet: avoid touching device refcount in dn_dev_by_index() by Eric Dumazet · 15 years ago
  29. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  30. ea94ff3 net: Fix for dst_negative_advice by Krishna Kumar · 15 years ago
  31. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  32. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  33. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  34. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  35. 89d69d2 net: make neigh_ops constant by Stephen Hemminger · 15 years ago
  36. 0e8635a net: remove NET_RX_BAD and NET_RX_CN* defines by Florian Westphal · 15 years ago
  37. 10e8544 decnet: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  38. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  39. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  40. bec571e decnet: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  41. 04af8cf net: Remove unused parameter from fill method in fib_rules_ops. by Rami Rosen · 15 years ago
  42. 8b3521e ipv4: remove an unused parameter from configure method of fib_rules_ops. by Rami Rosen · 15 years ago
  43. 9948bb6 decnet: Use data ready call back, rather than hand coding it by Steven Whitehouse · 15 years ago
  44. a0bffff net/*: use linux/kernel.h swap() by Ilpo Järvinen · 15 years ago
  45. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  46. e57c624 decnet: fix sparse warnings: symbol shadows an earlier one by Hannes Eder · 15 years ago
  47. 8521c27 decnet: fix sparse warnings: context imbalance by Hannes Eder · 15 years ago
  48. db849df decnet: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  49. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  50. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  51. 5eaa65b net: Make static by Roel Kluin · 16 years ago
  52. c4106aa decnet: remove private wrappers of endian helpers by Harvey Harrison · 16 years ago
  53. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  54. cf005b1 net: remove redundant argument comments by Qinghuang Feng · 16 years ago
  55. 6bb3ce2 net: remove struct dst_entry::entry_size by Alexey Dobriyan · 16 years ago
  56. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  57. b225ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  58. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  59. cb23832 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  60. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  61. 8fa0b31 decnet: Fix compiler warning in dn_dev.c by David S. Miller · 16 years ago
  62. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  63. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 16 years ago
  64. ae299fc net: add fib_rules_ops to flush_cache method by Denis V. Lunev · 16 years ago
  65. 22196d3 decnet: Remove SOCK_SLEEP_{PRE,POST} usage. by David S. Miller · 16 years ago
  66. 5ffc02a ip: Use inline function dst_metric() instead of direct access to dst->metric[] by Satoru SATOH · 16 years ago
  67. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  68. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  69. c20932d2 [ATALK/DECNET]: Use seq_open_private in appletalk and decnet. by Pavel Emelyanov · 16 years ago
  70. fca09fb [DECNET] ROUTE: remove unecessary alignment by Eric Dumazet · 16 years ago
  71. 9e3a548 [NETNS]: FIB rules API cleanup. by Denis V. Lunev · 16 years ago
  72. 03592383 [FIB]: Add netns to fib_rules_ops. by Denis V. Lunev · 16 years ago
  73. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 16 years ago
  74. 569d364 [NETNS][DST] dst: pass the dst_ops as parameter to the gc functions by Daniel Lezcano · 16 years ago
  75. 868d13a [NETNS]: Pass fib_rules_ops into default_pref method. by Denis V. Lunev · 16 years ago
  76. f8c26b8 [NETNS]: Add netns parameter to fib_rules_(un)register. by Denis V. Lunev · 16 years ago
  77. 3151a9a [DECNET]: Switch to using ctl_paths. by Pavel Emelyanov · 16 years ago
  78. 426b530 [NETNS]: Modify the neighbour table code so it handles multiple network namespaces by Eric W. Biederman · 16 years ago
  79. 33b8e77 [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option by Patrick McHardy · 17 years ago
  80. b98999d [DECNET]: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  81. 96eba69 [DECNET]: Fix inverted wait flag in xfrm_lookup call by Herbert Xu · 17 years ago
  82. bb72845 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT by Herbert Xu · 17 years ago
  83. 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
  84. dd88590 [DECNET]: Remove extra memset from dn_fib_check_nh by Denis V. Lunev · 17 years ago
  85. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  86. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  87. 352e512 [NET]: Eliminate duplicate copies of dst_discard by Herbert Xu · 17 years ago
  88. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  89. 0d89d79 [DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cache by Eric Dumazet · 16 years ago
  90. 3ccd862 [DECNET]: dn_nl_deladdr() almost always returns no error by Pavel Emelyanov · 17 years ago
  91. 2994c63 [INET]: Small possible memory leak in FIB rules by Denis V. Lunev · 17 years ago
  92. 03f49f3 [NET]: Make helper to get dst entry and "use" it by Pavel Emelyanov · 17 years ago
  93. 4e05806 [DECNET]: "addr" module param can't be __initdata by Alexey Dobriyan · 17 years ago
  94. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  95. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  96. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  97. 3116408 [DECNET]: Make decnet code use the seq_open_private() by Pavel Emelyanov · 17 years ago
  98. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  99. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  100. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago