1. be01d65 [NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries. by YOSHIFUJI Hideaki · 17 years ago
  2. 0a20450 [NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its function/variable. by YOSHIFUJI Hideaki · 17 years ago
  3. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  4. 419ae74 [NET]: uninline skb_trim, de-bloats by Ilpo Järvinen · 17 years ago
  5. 8d33086 [NET]: uninline dst_release by Ilpo Järvinen · 17 years ago
  6. c2aa270 [NET]: uninline skb_push, de-bloats a lot by Ilpo Järvinen · 17 years ago
  7. f58518e [NET]: uninline dev_alloc_skb, de-bloats a lot by Ilpo Järvinen · 17 years ago
  8. 6be8ac2 [NET]: uninline skb_pull, de-bloats a lot by Ilpo Järvinen · 17 years ago
  9. 0dde3e1 [NET]: uninline skb_put, de-bloats a lot by Ilpo Järvinen · 17 years ago
  10. 61ee6bd [NET]: Fix multicast device ioctl checks by Patrick McHardy · 17 years ago
  11. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  12. 57da52c [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  13. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  14. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  15. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  16. 2feb27d [NETNS]: Minor information leak via /proc/net/ptype file. by Pavel Emelyanov · 17 years ago
  17. fa86d32 [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). by Pavel Emelyanov · 17 years ago
  18. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 17 years ago
  19. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  20. 8a455b0 netpoll: zap_completion_queue: adjust skb->users counter by Jarek Poplawski · 17 years ago
  21. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  22. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  23. d9452e9 [NETPOLL]: Revert two bogus cleanups that broke netconsole. by David S. Miller · 17 years ago
  24. 988b705 [ARP]: Introduce the arp_hdr_len helper. by Pavel Emelyanov · 17 years ago
  25. 7e36763 [NET]: Fix race in generic address resolution. by Frank Blaschka · 17 years ago
  26. 95a3635 [NET]: Use existing device list walker for /proc/dev_mcast. by Pavel Emelyanov · 17 years ago
  27. 45af175 [NET]: sk_release_kernel needs to be exported to modules by David S. Miller · 17 years ago
  28. edf0208 [NET]: Make netlink_kernel_release publically available as sk_release_kernel. by Denis V. Lunev · 17 years ago
  29. 9de8f76 [NETNS]: DST cleanup routines should be called inside namespace. by Denis V. Lunev · 17 years ago
  30. 0c65bab [NETNS]: Default arp parameters lookup. by Denis V. Lunev · 17 years ago
  31. 4ab438f [NETNS]: Register neighbour table parameters in the correct namespace. by Denis V. Lunev · 17 years ago
  32. 25296d5 [PKTGEN]: Use proc_create() to setup ->proc_fops first by Wang Chen · 17 years ago
  33. 46ecf0b [NEIGHBOUR]: Use proc_create() to setup ->proc_fops first by Wang Chen · 17 years ago
  34. bdc0894 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  35. bc4bf5f [NEIGH]: Fix race between neighbor lookup and table's hash_rnd update. by Pavel Emelyanov · 17 years ago
  36. 1840bb1 [RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINK by Thomas Graf · 17 years ago
  37. da12f73 [NETNS]: Namespace leak in pneigh_lookup. by Denis V. Lunev · 17 years ago
  38. 76e8730 [RTNL]: Add missing link netlink attribute policy definitions by Thomas Graf · 17 years ago
  39. 12aa343 [NET]: Messed multicast lists after dev_mc_sync/unsync by Jorge Boncompte [DTI2] · 17 years ago
  40. 07ce198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  41. 9ff5660 Revert "[NDISC]: Fix race in generic address resolution" by David S. Miller · 17 years ago
  42. 93b2d4a Revert "[RTNETLINK]: Send a single notification on device state changes." by David S. Miller · 17 years ago
  43. f6866fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  44. bc2cda1 docbook: make a networking book and fix a few errors by Randy Dunlap · 17 years ago
  45. b5606c2 remove final fastcall users by Harvey Harrison · 17 years ago
  46. d8b2a4d [NET]: Fix race in dev_close(). (Bug 9750) by Matti Linnanvuori · 17 years ago
  47. 45b5035 [RTNETLINK]: Send a single notification on device state changes. by Laszlo Attila Toth · 17 years ago
  48. fee54fa [NET]: Fix comment for skb_pull_rcsum by Urs Thuermann · 17 years ago
  49. 69cc64d [NDISC]: Fix race in generic address resolution by David S. Miller · 17 years ago
  50. dd5a184 [IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGN by Eric Dumazet · 17 years ago
  51. 5f58a5c [IPSEC] flow: Remove an unnecessary ____cacheline_aligned by Eric Dumazet · 17 years ago
  52. 03245ce [NET] rtnetlink.c: remove no longer used functions by Adrian Bunk · 17 years ago
  53. 93890b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  54. f35d9d8 virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. by Rusty Russell · 17 years ago
  55. 53379e5 typo fixes in net/core/net_namespace.c by Oliver Pinter · 17 years ago
  56. 7759db8 [AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message by Klaus Heinrich Kiwi · 17 years ago
  57. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 17 years ago
  58. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  59. 174ce04 [PKTGEN]: pktgen should not print info that it is spinning by Jesse Brandeburg · 17 years ago
  60. e83a2ea [VLAN]: set_rx_mode support for unicast address list by Chris Leech · 17 years ago
  61. 9fe7c71 [PKTGEN]: Remove an unused definition in pktgen.c. by Rami Rosen · 17 years ago
  62. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 17 years ago
  63. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  64. 1e637c7 [IPV4]: Enable use of 240/4 address space. by Jan Engelhardt · 17 years ago
  65. 9675016 [NET] gen_estimator: gen_replace_estimator() cosmetic changes by Jarek Poplawski · 17 years ago
  66. 72348a4 [PKT_SCHED] net: add sparse annotation to ptype_seq_start/stop by Stephen Hemminger · 17 years ago
  67. 51314a1 [NETNS]: Process FIB rule action in the context of the namespace. by Denis V. Lunev · 17 years ago
  68. 9e3a548 [NETNS]: FIB rules API cleanup. by Denis V. Lunev · 17 years ago
  69. 775516b [NETNS]: Namespace stop vs 'ip r l' race. by Denis V. Lunev · 17 years ago
  70. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 17 years ago
  71. 4f84d82 [NETNS]: Memory leak on network namespace stop. by Denis V. Lunev · 17 years ago
  72. 569d364 [NETNS][DST] dst: pass the dst_ops as parameter to the gc functions by Daniel Lezcano · 17 years ago
  73. 06f0511 [ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c. by Denis V. Lunev · 17 years ago
  74. 14db413 [ARP]: Remove forward declaration of neigh_changeaddr. by Denis V. Lunev · 17 years ago
  75. 486b51d [ARP]: Remove overkill checks from neigh_param_alloc. by Denis V. Lunev · 17 years ago
  76. 72132c1b [IPV4]: fib_rules_unregister is essentially void. by Denis V. Lunev · 17 years ago
  77. 8519660 [NET] core/utils.c: digit2bin is dead static inline by Ilpo Järvinen · 17 years ago
  78. 6db105d [PKTGEN]: uninline getCurUs by Ilpo Järvinen · 17 years ago
  79. 56e252c [PKTGEN]: Kill dead static inlines by Ilpo Järvinen · 17 years ago
  80. 4250846 [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semantics by Denis V. Lunev · 17 years ago
  81. 5fd30ee [NETNS]: Namespacing in the generic fib rules code. by Denis V. Lunev · 17 years ago
  82. 868d13a [NETNS]: Pass fib_rules_ops into default_pref method. by Denis V. Lunev · 17 years ago
  83. f8c26b8 [NETNS]: Add netns parameter to fib_rules_(un)register. by Denis V. Lunev · 17 years ago
  84. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago
  85. 789675e [NET]: Avoid divides in net/core/gen_estimator.c by Eric Dumazet · 17 years ago
  86. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  87. 680a5a5 [PATCH] use SK_MEM_QUANTUM_SHIFT in __sk_mem_reclaim() by Eric Dumazet · 17 years ago
  88. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  89. 7ffc49a [ETH]: Combine format_addr() with print_mac(). by Michael Chan · 17 years ago
  90. 21371f7 [SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim() by Eric Dumazet · 17 years ago
  91. 426b530 [NETNS]: Modify the neighbour table code so it handles multiple network namespaces by Eric W. Biederman · 17 years ago
  92. a43d899 [NEIGH]: Make neigh_add_timer symmetrical to neigh_del_timer. by Pavel Emelyanov · 17 years ago
  93. 21cf225 [IPV4] net/core: Use ipv4_is_<type> by Joe Perches · 17 years ago
  94. a662071 [NET]: Check RTNL status in unregister_netdevice by Herbert Xu · 17 years ago
  95. 81103a5 [NETNS]: network namespace was passed into dev_getbyhwaddr but not used by Denis V. Lunev · 17 years ago
  96. 64b7d96 [NET]: dst_ifdown() cleanup by Eric Dumazet · 17 years ago
  97. b8e1f9b [NET] sysctl: make sysctl_somaxconn per-namespace by Pavel Emelyanov · 17 years ago
  98. 790a353 [NET] sysctl: prepare core tables to point to netns variables by Pavel Emelyanov · 17 years ago
  99. 024626e [NET] sysctl: make the sys.net.core sysctls per-namespace by Pavel Emelyanov · 17 years ago
  100. 3b5b34f [NET] net/core/dev.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago