1. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  2. a577936 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  3. d12af67 sysctl: fix neighbour table sysctls. by Eric W. Biederman · 17 years ago
  4. 1399637 [IPSEC]: Rename mode to outer_mode and add inner_mode by Herbert Xu · 17 years ago
  5. 47e958e [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone() by Pavel Emelyanov · 17 years ago
  6. d3904b7 [NET]: Cleanup the error path in sk_attach_filter by Pavel Emelyanov · 17 years ago
  7. 309dd5f [NET]: Move the filter releasing into a separate call by Pavel Emelyanov · 17 years ago
  8. 55b3332 [NET]: Introduce the sk_detach_filter() call by Pavel Emelyanov · 17 years ago
  9. 4ae2894 [NEIGH]: Ensure that pneigh_lookup is protected with RTNL by Pavel Emelyanov · 17 years ago
  10. a030847 [NET]: Avoid copying TCP packets unnecessarily by Herbert Xu · 17 years ago
  11. 172a863 [NET]: Fix csum_start update in pskb_expand_head by Herbert Xu · 17 years ago
  12. f697c3e [NET]: Avoid unnecessary cloning for ingress filtering by Herbert Xu · 17 years ago
  13. e0053ec [SKBUFF]: Add skb_morph by Herbert Xu · 17 years ago
  14. dec1881 [SKBUFF]: Merge common code between copy_skb_header and skb_clone by Herbert Xu · 17 years ago
  15. c4ea43c net core: fix kernel-doc for new function parameters by Randy Dunlap · 17 years ago
  16. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  17. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  18. 1536cc0 [NET]: rtnl_unlock cleanups by Denis V. Lunev · 17 years ago
  19. 9b77265 [NET]: Remove double dev->flags checking when calling dev_close() by Pavel Emelyanov · 17 years ago
  20. 32f0c4c [NETNS]: Don't memset() netns to zero manually by Pavel Emelyanov · 17 years ago
  21. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  22. 14e3e07 [NET]: split dev_ifsioc() according to locking by Jeff Garzik · 17 years ago
  23. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  24. f4618d3 [NETNS]: Simplify the network namespace list locking rules. by Eric W. Biederman · 17 years ago
  25. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  26. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  27. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  28. 9dd776b [NET]: Add network namespace clone & unshare support. by Eric W. Biederman · 17 years ago
  29. 8b41d18 [NET]: Fix running without sysfs by Eric W. Biederman · 17 years ago
  30. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  31. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  32. 768f3591 [NETNS]: Cleanup list walking in setup_net and cleanup_net by Pavel Emelyanov · 17 years ago
  33. 5288605 [SKBUFF]: Fix up csum_start when head room changes by Herbert Xu · 17 years ago
  34. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  35. 76c72d4 [IPV4/IPV6/DECNET]: Small cleanup for fib rules. by Denis V. Lunev · 17 years ago
  36. 056925a [NET]: Cleanup calling netdev notifiers. by Pavel Emelyanov · 17 years ago
  37. 30d97d3 [NETNS]: Consolidate hashes creation in netdev_init() by Pavel Emelyanov · 17 years ago
  38. ad7379d [NET]: Fix the prototype of call_netdevice_notifiers. by Eric W. Biederman · 17 years ago
  39. 22dd749 [NET]: migrate HARD_TX_LOCK to header file by Jamal Hadi Salim · 17 years ago
  40. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  41. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  42. 9d5010d [NET]: Add a might_sleep() to dev_close(). by David S. Miller · 17 years ago
  43. 86bba26 [PATCH] NET : convert IP route cache garbage collection from softirq processing to a workqueue by Eric Dumazet · 17 years ago
  44. 678aa8e [NET]: #if 0 out net_alloc() for now. by David S. Miller · 17 years ago
  45. d8a5ec6 [NET]: netlink support for moving devices between network namespaces. by Eric W. Biederman · 17 years ago
  46. ce286d3 [NET]: Implement network device movement between namespaces by Eric W. Biederman · 17 years ago
  47. b267b17 [NET]: Factor out __dev_alloc_name from dev_alloc_name by Eric W. Biederman · 17 years ago
  48. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  49. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  50. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  51. 6d34b1c [NET]: Initialize the network namespace of network devices. by Eric W. Biederman · 17 years ago
  52. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  53. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  54. 5f256be [NET]: Basic network namespace infrastructure. by Eric W. Biederman · 17 years ago
  55. d2e9117 [NET]: Change type of owner in sock_lock_t to int, rename by John Heffner · 17 years ago
  56. b163911 [PKTGEN]: Remove softirq scheduling. by Robert Olsson · 17 years ago
  57. 45b270f [PKTGEN]: Multiqueue support. by Robert Olsson · 17 years ago
  58. 13c99b2 [ETHTOOL]: Internal cleanup of ethtool_value-related handlers by Jeff Garzik · 17 years ago
  59. 339bf02 [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGS by Jeff Garzik · 17 years ago
  60. ff03d49 [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_count by Jeff Garzik · 17 years ago
  61. 3ae7c0b [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls by Jeff Garzik · 17 years ago
  62. 0bcc181 [NET] netconsole: Support dynamic reconfiguration using configfs by Satyam Sharma · 17 years ago
  63. d961db3 [NEIGH]: Netlink notifications by Thomas Graf · 17 years ago
  64. 4f49455 [NEIGH]: Combine neighbour cleanup and release by Thomas Graf · 17 years ago
  65. e719928 [RTNETLINK]: Introduce generic rtnl_create_link(). by Pavel Emelianov · 17 years ago
  66. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  67. ce5d0b4 [PKTGEN]: srcmac fix by Adit Ranadive · 17 years ago
  68. 4878809 [NET]: Fix two issues wrt. SO_BINDTODEVICE. by David S. Miller · 17 years ago
  69. ef8aef5 [NET]: Do not dereference iov if length is zero by Herbert Xu · 17 years ago
  70. 88282c6 [PKTGEN]: Remove write-only variable. by Pavel Emelyanov · 17 years ago
  71. 378be2c [PKTGEN]: Fix multiqueue oops. by Robert Olsson · 17 years ago
  72. aaa53c4 [NET]: Fix crash in dev_mc_sync()/dev_mc_unsync() by Benjamin Thery · 17 years ago
  73. c3609d5 [NET]: is_power_of_2 in net/core/neighbour.c by vignesh babu · 17 years ago
  74. 6f93b9c [NET]: Unexport dev_ethtool by Adrian Bunk · 17 years ago
  75. 7f353bf [NET]: Share correct feature code between bridging and bonding by Herbert Xu · 17 years ago
  76. 14ae856 [NET] net/core/utils: fix sparse warning by Johannes Berg · 17 years ago
  77. 8072f08 [RTNETLINK]: Fix warning for !CONFIG_KMOD by Thomas Graf · 17 years ago
  78. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  79. 61a44b9 [NET]: ethtool ops are the only way by Matthew Wilcox · 17 years ago
  80. fea1ab0 [PKTGEN]: make get_ipsec_sa() static and non-inline by Adrian Bunk · 17 years ago
  81. fcc5a03 [NET]: Allow netdev REGISTER/CHANGENAME events to fail by Herbert Xu · 17 years ago
  82. 7f988ea [NET]: Take dev_base_lock when moving device name hash list entry by Herbert Xu · 17 years ago
  83. 7ce1b0e [NET]: Call uninit if necessary in register_netdevice by Herbert Xu · 17 years ago
  84. 25a8b25 [PKTGEN]: Add missing KERN_* tags to printk()s. by David S. Miller · 17 years ago
  85. 0ed72ec [NET]: kernel-doc fixes by Randy Dunlap · 17 years ago
  86. e51f802 [NET]: Add missing entries to family name tables by David Howells · 17 years ago
  87. 31ce72a [NET]: Fix loopback crashes when multiqueue is enabled. by Patrick McHardy · 17 years ago
  88. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  89. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  90. 443aef0 lockdep: fixup sk_callback_lock annotation by Peter Zijlstra · 17 years ago
  91. 40b77c9 [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  92. 1297262 [NET]: move __dev_addr_discard adjacent to dev_addr_discard for readability by Denis Cheng · 17 years ago
  93. 26cc252 [NET]: merge dev_unicast_discard and dev_mc_discard into one by Denis Cheng · 17 years ago
  94. 456ad75 [NET]: move dev_mc_discard from dev_mcast.c to dev.c by Denis Cheng · 17 years ago
  95. 0929c2d [NET]: gen_estimator deadlock fix by Ranko Zivojnovic · 17 years ago
  96. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  97. 2e27afb Revert "[NET]: Fix races in net_rx_action vs netpoll." by Linus Torvalds · 17 years ago
  98. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 17 years ago
  99. 6460d94 [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. by Michael Chan · 17 years ago
  100. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 17 years ago