1. f7d1b9f vlan: fix convertion to net_device_ops by Eric Dumazet · 16 years ago
  2. 656299f vlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  3. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  4. 309f796 vlan: Fix typos in proc output string by Ferenc Wagner · 16 years ago
  5. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. 9b22ea5 net: fix packet socket delivery in rx irq handler by Patrick McHardy · 16 years ago
  7. d2ad3ca net/: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  8. b3020061 vlan: propogate ethtool speed values by Stephen Hemminger · 16 years ago
  9. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  10. 1ae4be2 vlan: vlan device not reading gso max size of parent. by Alexander Duyck · 16 years ago
  11. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  12. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  13. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  14. 6136276 vlan: remove unnecessary include statements by Patrick McHardy · 16 years ago
  15. d80aa31 vlan: clean up hard_start_xmit functions by Patrick McHardy · 16 years ago
  16. 1349fe9 vlan: clean up vlan_dev_hard_header() by Patrick McHardy · 16 years ago
  17. 19b9a4e vlan: ethtool ->get_flags support by Patrick McHardy · 16 years ago
  18. bc1d041 vlan: deliver packets received with VLAN acceleration to network taps by Patrick McHardy · 16 years ago
  19. 8914650 8021q: Check return of dev_set_promiscuity/allmulti by Wang Chen · 16 years ago
  20. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  21. 11a100f vlan: avoid header copying and linearisation where possible by Patrick McHardy · 16 years ago
  22. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 16 years ago
  23. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 16 years ago
  24. 7750f40 vlan: uninline __vlan_hwaccel_rx by Patrick McHardy · 16 years ago
  25. 75b8846 vlan: Add ethtool support by Patrick McHardy · 16 years ago
  26. 26a2523 vlan: Use is_vlan_dev() by Joonwoo Park · 16 years ago
  27. acc81e1 vlan: fix network_header/mac_header adjustments by Patrick McHardy · 16 years ago
  28. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 16 years ago
  29. ce30500 vlan: Move device unregistration before lower dev cleanup by Patrick McHardy · 16 years ago
  30. b3ce032 vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once by Patrick McHardy · 16 years ago
  31. 766d027 Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  32. 289c79a vlan: Use bitmask of feature flags instead of seperate feature bits by Patrick McHardy · 16 years ago
  33. 5fb1357 [VLAN]: Propagate selected feature bits to VLAN devices by Patrick McHardy · 16 years ago
  34. 81d8534 vlan: Correctly handle device notifications for layered VLAN devices by Patrick McHardy · 16 years ago
  35. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  36. 1d3faa3 vlan: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 16 years ago
  37. 30688a9 [VLAN]: Handle vlan devices net namespace changing. by Pavel Emelyanov · 16 years ago
  38. 65d292a [VLAN]: Allow vlan devices registration in net namespaces. by Pavel Emelyanov · 16 years ago
  39. 7a17a2f [VLAN]: Make the vlan_name_type per-net. by Pavel Emelyanov · 16 years ago
  40. 80de2d9 [VLAN]: Make the /proc/net/vlan/conf file show per-net info. by Pavel Emelyanov · 16 years ago
  41. a59a8c1 [VLAN]: Create proc entries in the proper net. by Pavel Emelyanov · 16 years ago
  42. cd1c701 [VLAN]: Add a net argument to proc init and cleanup calls. by Pavel Emelyanov · 16 years ago
  43. d9ed0f0 [VLAN]: Introduce the vlan_net structure and init/exit net ops. by Pavel Emelyanov · 16 years ago
  44. a9fde26 [VLAN]: Tag vlan_group_device with net device, not ifindex. by Pavel Emelyanov · 16 years ago
  45. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  46. 2355632 [VLAN]: Fix egress priority mappings leak. by Pavel Emelyanov · 16 years ago
  47. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  48. 802fb17 [VLAN]: Proc entry is not renamed when vlan device name changes. by Pavel Emelyanov · 16 years ago
  49. 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
  50. 6772718 [VLAN]: Reduce memory consumed by vlan_groups by Pavel Emelyanov · 16 years ago
  51. 0ed21b3 [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying device by Patrick McHardy · 16 years ago
  52. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  53. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  54. 9534f03 [8021Q]: vlan_dev misannotations by Al Viro · 16 years ago
  55. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  56. d45fba3 [8021Q]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  57. 55b01e8 [NET]: Restore sanity wrt. print_mac(). by David S. Miller · 16 years ago
  58. 235365f net/8021q/vlan_dev.c: Use print_mac. by Joe Perches · 16 years ago
  59. e83a2ea [VLAN]: set_rx_mode support for unicast address list by Chris Leech · 16 years ago
  60. 1402c85 [VLAN]: sparse warning fix by Stephen Hemminger · 16 years ago
  61. 91b4f95 [VLAN]: Move protocol determination to seperate function by Pavel Emelyanov · 16 years ago
  62. 31ffdbcb [VLAN]: Clean up vlan_skb_recv() by Patrick McHardy · 16 years ago
  63. ad71208 [VLAN]: Update list address by Patrick McHardy · 16 years ago
  64. 2029cc2 [VLAN]: checkpatch cleanups by Patrick McHardy · 16 years ago
  65. 9dfebcc [VLAN]: Turn VLAN_DEV_INFO into inline function by Patrick McHardy · 16 years ago
  66. af30151 [VLAN]: Simplify vlan unregistration by Patrick McHardy · 16 years ago
  67. acc5efb [VLAN]: Clean up unregister_vlan_dev by Patrick McHardy · 16 years ago
  68. 69ab4b7 [VLAN]: Clean up initialization code by Patrick McHardy · 16 years ago
  69. 198a291 [VLAN]: Remove non-implemented ioctls by Patrick McHardy · 16 years ago
  70. 40f98e1 [VLAN]: Clean up debugging and printks by Patrick McHardy · 16 years ago
  71. 62f99ef [VLAN]: Kill useless check by Patrick McHardy · 16 years ago
  72. ef3eb3e [VLAN]: Move device setup to vlan_dev.c by Patrick McHardy · 16 years ago
  73. 7bd38d7 [VLAN]: Use dev->stats by Patrick McHardy · 16 years ago
  74. b7a4a83 [VLAN]: Kill useless VLAN_NAME define by Patrick McHardy · 16 years ago
  75. 0fe1e56 [VLAN]: nested VLAN: fix lockdep's recursive locking warning by Jarek Poplawski · 16 years ago
  76. 3f03e38 [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler. by Pavel Emelyanov · 17 years ago
  77. e35de02 [VLAN]: Lost rtnl_unlock() in vlan_ioctl() by Pavel Emelyanov · 17 years ago
  78. 6ab3b48 [VLAN]: Fix nested VLAN transmit bug by Joonwoo Park · 17 years ago
  79. 39aaac1 [VLAN]: Allow setting mac address while device is up by Patrick McHardy · 17 years ago
  80. d932e04 [VLAN]: Don't synchronize addresses while the vlan device is down by Patrick McHardy · 17 years ago
  81. fffe470 [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl by Patrick McHardy · 17 years ago
  82. 3607c44 [8021Q]: transfer dev_id from real device by Ursula Braun · 17 years ago
  83. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  84. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  85. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  86. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  87. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  88. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  89. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  90. d9f30ec [VLAN]: Fix net_device leak. by Al Viro · 17 years ago
  91. e7c243c [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt" by Evgeniy Polyakov · 17 years ago
  92. 16f3051 [VLAN] net/8021q/vlanproc.c: fix check-after-use by Adrian Bunk · 17 years ago
  93. 61a44b9 [NET]: ethtool ops are the only way by Matthew Wilcox · 17 years ago
  94. 3f5f434 [8021Q]: vlan_ioctl_handler: fix return value by Andrew Morton · 17 years ago
  95. a7ecfc8 [VLAN]: Fix memset length by Patrick McHardy · 17 years ago
  96. 56addd6 [VLAN]: Use multicast list synchronization helpers by Patrick McHardy · 17 years ago
  97. 6c78dcb [VLAN]: Fix promiscous/allmulti synchronization races by Patrick McHardy · 17 years ago
  98. 0e06877 [RTNETLINK]: rtnl_link: allow specifying initial device address by Patrick McHardy · 17 years ago
  99. 2d85cba [RTNETLINK]: rtnl_link API simplification by Patrick McHardy · 17 years ago
  100. 8c979c2 [VLAN]: Fix MAC address handling by Patrick McHardy · 17 years ago