1. 96ca4a2 net: remove ifalias on empty given alias by Oliver Hartkopp · 16 years ago
  2. 0b815a1 net: network device name ifalias support by Stephen Hemminger · 16 years ago
  3. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  4. ad55dca netdev: simple_tx_hash shouldn't hash inside fragments by Alexander Duyck · 16 years ago
  5. 17dce5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  6. e2a6b85 net: Enable TSO if supported by at least one device by Herbert Xu · 16 years ago
  7. e8a83e1 pkt_sched: Fix qdisc state in net_tx_action() by Jarek Poplawski · 16 years ago
  8. 195648b pkt_sched: Prevent livelock in TX queue running. by David S. Miller · 16 years ago
  9. 96d2031 pkt_sched: Fix missed RCU unlock in dev_queue_xmit() by David S. Miller · 16 years ago
  10. def82a1 net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action(). by Jarek Poplawski · 16 years ago
  11. a9312ae pkt_sched: Add 'deactivated' state. by David S. Miller · 16 years ago
  12. f982307 net/core: Allow receive on active slaves. by Joe Eykholt · 16 years ago
  13. 0d7a368 net/core: Allow certain receives on inactive slave. by Joe Eykholt · 16 years ago
  14. cc9bd5c net/core: Uninline skb_bond(). by Joe Eykholt · 16 years ago
  15. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  16. 6e583ce net: eliminate refcounting in backlog queue by Stephen Hemminger · 16 years ago
  17. e5a4a72 net: use software GSO for SG+CSUM capable netdevices by Lennert Buytenhek · 16 years ago
  18. 5fb6622 pkt_sched: Use qdisc_lock() on already sampled root qdisc. by David S. Miller · 16 years ago
  19. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  20. 8d50b53 pkt_sched: Fix OOPS on ingress qdisc add. by David S. Miller · 16 years ago
  21. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  22. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  23. c3c2233 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  24. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  25. 5b3ab1d netdev: Remove warning from __netif_schedule(). by David S. Miller · 16 years ago
  26. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  27. d29f749 net: Fix build failure with 'make mandocs'. by Dave Jones · 16 years ago
  28. 6579e57 net: Print the module name as part of the watchdog message by Arjan van de Ven · 16 years ago
  29. 7943986 net: use kcalloc in netdev_queue alloc by Stephen Hemminger · 16 years ago
  30. 867d79f net: In __netif_schedule() use WARN_ON instead of BUG_ON by Linus Torvalds · 16 years ago
  31. b6b2fed net: Improve simple_tx_hash(). by David S. Miller · 16 years ago
  32. eb6a12c Merge branch 'linus' into cpus4096-for-linus by Ingo Molnar · 16 years ago
  33. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  34. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  35. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  36. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  37. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 16 years ago
  38. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  39. 8f0f222 net: Implement simple sw TX hashing. by David S. Miller · 16 years ago
  40. eae792b netdev: Add netdev->select_queue() method. by David S. Miller · 16 years ago
  41. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  42. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  43. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  44. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  45. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  46. f1f28aa netdev: Add addr_list_lock to struct net_device. by David S. Miller · 16 years ago
  47. bc1d041 vlan: deliver packets received with VLAN acceleration to network taps by Patrick McHardy · 16 years ago
  48. 666484f Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  49. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  50. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 16 years ago
  51. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  52. ee609cb netdev: Move next_sched into struct netdev_queue. by David S. Miller · 16 years ago
  53. 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 16 years ago
  54. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  55. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
  56. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  57. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  58. 4b5a698 net: fix dev_set_promiscuity() breakage by Patrick McHardy · 16 years ago
  59. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  60. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  61. 93b3cff netdevice: Fix wrong string handle in kernel command line parsing by Wang Chen · 16 years ago
  62. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  63. 5dbaec5 netdevice: Fix typo of dev_unicast_add() comment by Wang Chen · 16 years ago
  64. a60b33c Merge branch 'linus' into core/softirq by Ingo Molnar · 16 years ago
  65. b9f75f4 netns: Don't receive new packets in a dead network namespace. by Eric W. Biederman · 16 years ago
  66. 0187bdf net: Disable LRO on devices that are forwarding by Ben Hutchings · 16 years ago
  67. dad9b33 netdevice: Fix promiscuity and allmulti overflow by Wang Chen · 16 years ago
  68. c1da4ac net/core: add NETDEV_BONDING_FAILOVER event by Or Gerlitz · 16 years ago
  69. 6de329e net: Fix test for VLAN TX checksum offload capability by Ben Hutchings · 16 years ago
  70. 962cf36 Remove argument from open_softirq which is always NULL by Carlos R. Mafra · 16 years ago
  71. 0e12f84 net: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  72. 0e91796 net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags() by David Woodhouse · 16 years ago
  73. dcc9977 net: handle errors from device_rename by Stephen Hemminger · 16 years ago
  74. e46b66b net: Added ASSERT_RTNL() to dev_open() and dev_close(). by Ben Hutchings · 16 years ago
  75. aca5139 netns: Fix arbitrary net_device-s corruptions on net_ns stop. by Pavel Emelyanov · 16 years ago
  76. aaf8cdc netns: Fix device renaming for sysfs by Daniel Lezcano · 16 years ago
  77. 0c0b0ac net: remove NR_CPUS arrays in net/core/dev.c by Mike Travis · 16 years ago
  78. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  79. d1643d2 [NET]: Fix and allocate less memory for ->priv'less netdevices by Alexey Dobriyan · 16 years ago
  80. d0498d9 [NET]: Do not allocate unneeded memory for dev->priv alignment. by Pavel Emelyanov · 16 years ago
  81. f3005d7 [NETNS]: Add netns refcnt debug for network devices. by Denis V. Lunev · 16 years ago
  82. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  83. 61ee6bd [NET]: Fix multicast device ioctl checks by Patrick McHardy · 16 years ago
  84. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  85. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  86. 2feb27d [NETNS]: Minor information leak via /proc/net/ptype file. by Pavel Emelyanov · 16 years ago
  87. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 16 years ago
  88. bdc0894 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  89. 12aa343 [NET]: Messed multicast lists after dev_mc_sync/unsync by Jorge Boncompte [DTI2] · 16 years ago
  90. f6866fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  91. bc2cda1 docbook: make a networking book and fix a few errors by Randy Dunlap · 16 years ago
  92. b5606c2 remove final fastcall users by Harvey Harrison · 16 years ago
  93. d8b2a4d [NET]: Fix race in dev_close(). (Bug 9750) by Matti Linnanvuori · 16 years ago
  94. 7759db8 [AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message by Klaus Heinrich Kiwi · 17 years ago
  95. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 17 years ago
  96. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  97. e83a2ea [VLAN]: set_rx_mode support for unicast address list by Chris Leech · 16 years ago
  98. 72348a4 [PKT_SCHED] net: add sparse annotation to ptype_seq_start/stop by Stephen Hemminger · 17 years ago
  99. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  100. a662071 [NET]: Check RTNL status in unregister_netdevice by Herbert Xu · 17 years ago