1. 289c79a vlan: Use bitmask of feature flags instead of seperate feature bits by Patrick McHardy · 16 years ago
  2. 5fb1357 [VLAN]: Propagate selected feature bits to VLAN devices by Patrick McHardy · 16 years ago
  3. 81d8534 vlan: Correctly handle device notifications for layered VLAN devices by Patrick McHardy · 16 years ago
  4. 1d3faa3 vlan: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 16 years ago
  5. 30688a9 [VLAN]: Handle vlan devices net namespace changing. by Pavel Emelyanov · 16 years ago
  6. 65d292a [VLAN]: Allow vlan devices registration in net namespaces. by Pavel Emelyanov · 16 years ago
  7. 7a17a2f [VLAN]: Make the vlan_name_type per-net. by Pavel Emelyanov · 16 years ago
  8. 80de2d9 [VLAN]: Make the /proc/net/vlan/conf file show per-net info. by Pavel Emelyanov · 16 years ago
  9. a59a8c1 [VLAN]: Create proc entries in the proper net. by Pavel Emelyanov · 16 years ago
  10. cd1c701 [VLAN]: Add a net argument to proc init and cleanup calls. by Pavel Emelyanov · 16 years ago
  11. d9ed0f0 [VLAN]: Introduce the vlan_net structure and init/exit net ops. by Pavel Emelyanov · 16 years ago
  12. a9fde26 [VLAN]: Tag vlan_group_device with net device, not ifindex. by Pavel Emelyanov · 16 years ago
  13. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  14. 2355632 [VLAN]: Fix egress priority mappings leak. by Pavel Emelyanov · 16 years ago
  15. 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
  16. 802fb17 [VLAN]: Proc entry is not renamed when vlan device name changes. by Pavel Emelyanov · 16 years ago
  17. 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
  18. 6772718 [VLAN]: Reduce memory consumed by vlan_groups by Pavel Emelyanov · 16 years ago
  19. 0ed21b3 [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying device by Patrick McHardy · 16 years ago
  20. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  21. 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
  22. 9534f03 [8021Q]: vlan_dev misannotations by Al Viro · 16 years ago
  23. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  24. d45fba3 [8021Q]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  25. 55b01e8 [NET]: Restore sanity wrt. print_mac(). by David S. Miller · 16 years ago
  26. 235365f net/8021q/vlan_dev.c: Use print_mac. by Joe Perches · 16 years ago
  27. e83a2ea [VLAN]: set_rx_mode support for unicast address list by Chris Leech · 16 years ago
  28. 1402c85 [VLAN]: sparse warning fix by Stephen Hemminger · 17 years ago
  29. 91b4f95 [VLAN]: Move protocol determination to seperate function by Pavel Emelyanov · 17 years ago
  30. 31ffdbcb [VLAN]: Clean up vlan_skb_recv() by Patrick McHardy · 17 years ago
  31. ad71208 [VLAN]: Update list address by Patrick McHardy · 17 years ago
  32. 2029cc2 [VLAN]: checkpatch cleanups by Patrick McHardy · 17 years ago
  33. 9dfebcc [VLAN]: Turn VLAN_DEV_INFO into inline function by Patrick McHardy · 17 years ago
  34. af30151 [VLAN]: Simplify vlan unregistration by Patrick McHardy · 17 years ago
  35. acc5efb [VLAN]: Clean up unregister_vlan_dev by Patrick McHardy · 17 years ago
  36. 69ab4b7 [VLAN]: Clean up initialization code by Patrick McHardy · 17 years ago
  37. 198a291 [VLAN]: Remove non-implemented ioctls by Patrick McHardy · 17 years ago
  38. 40f98e1 [VLAN]: Clean up debugging and printks by Patrick McHardy · 17 years ago
  39. 62f99ef [VLAN]: Kill useless check by Patrick McHardy · 17 years ago
  40. ef3eb3e [VLAN]: Move device setup to vlan_dev.c by Patrick McHardy · 17 years ago
  41. 7bd38d7 [VLAN]: Use dev->stats by Patrick McHardy · 17 years ago
  42. b7a4a83 [VLAN]: Kill useless VLAN_NAME define by Patrick McHardy · 17 years ago
  43. 0fe1e56 [VLAN]: nested VLAN: fix lockdep's recursive locking warning by Jarek Poplawski · 17 years ago
  44. 3f03e38 [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler. by Pavel Emelyanov · 17 years ago
  45. e35de02 [VLAN]: Lost rtnl_unlock() in vlan_ioctl() by Pavel Emelyanov · 17 years ago
  46. 6ab3b48 [VLAN]: Fix nested VLAN transmit bug by Joonwoo Park · 17 years ago
  47. 39aaac1 [VLAN]: Allow setting mac address while device is up by Patrick McHardy · 17 years ago
  48. d932e04 [VLAN]: Don't synchronize addresses while the vlan device is down by Patrick McHardy · 17 years ago
  49. fffe470 [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl by Patrick McHardy · 17 years ago
  50. 3607c44 [8021Q]: transfer dev_id from real device by Ursula Braun · 17 years ago
  51. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  52. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  53. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  54. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  55. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  56. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  57. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  58. d9f30ec [VLAN]: Fix net_device leak. by Al Viro · 17 years ago
  59. e7c243c [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt" by Evgeniy Polyakov · 17 years ago
  60. 16f3051 [VLAN] net/8021q/vlanproc.c: fix check-after-use by Adrian Bunk · 17 years ago
  61. 61a44b9 [NET]: ethtool ops are the only way by Matthew Wilcox · 17 years ago
  62. 3f5f434 [8021Q]: vlan_ioctl_handler: fix return value by Andrew Morton · 17 years ago
  63. a7ecfc8 [VLAN]: Fix memset length by Patrick McHardy · 17 years ago
  64. 56addd6 [VLAN]: Use multicast list synchronization helpers by Patrick McHardy · 17 years ago
  65. 6c78dcb [VLAN]: Fix promiscous/allmulti synchronization races by Patrick McHardy · 17 years ago
  66. 0e06877 [RTNETLINK]: rtnl_link: allow specifying initial device address by Patrick McHardy · 17 years ago
  67. 2d85cba [RTNETLINK]: rtnl_link API simplification by Patrick McHardy · 17 years ago
  68. 8c979c2 [VLAN]: Fix MAC address handling by Patrick McHardy · 17 years ago
  69. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  70. 07b5b17 [VLAN]: Use rtnl_link API by Patrick McHardy · 17 years ago
  71. a4bf3af4 [VLAN]: Introduce symbolic constants for flag values by Patrick McHardy · 17 years ago
  72. b020cb4 [VLAN]: Keep track of number of QoS mappings by Patrick McHardy · 17 years ago
  73. 734423c [VLAN]: Use 32 bit value for skb->priority mapping by Patrick McHardy · 17 years ago
  74. 2ae0bf6 [VLAN]: Return proper error codes in register_vlan_device by Patrick McHardy · 17 years ago
  75. e89fe42 [VLAN]: Move device registation to seperate function by Patrick McHardy · 17 years ago
  76. c1d3ee9 [VLAN]: Split up device checks by Patrick McHardy · 17 years ago
  77. 42429aa [VLAN]: Move vlan_group allocation to seperate function by Patrick McHardy · 17 years ago
  78. 2f4284a [VLAN]: Move some device intialization code to dev->init callback by Patrick McHardy · 17 years ago
  79. c17d887 [VLAN]: Convert name-based configuration functions to struct netdevice * by Patrick McHardy · 17 years ago
  80. 75202e7 [NET]: Fix comparisons of unsigned < 0. by Bill Nottingham · 17 years ago
  81. d2d1acd VLAN: kill_vid is only useful for VLAN filtering devices by Stephen Hemminger · 17 years ago
  82. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  83. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  84. be8bd86 [VLAN] vlan_dev: Use skb_reset_network_header(). by David S. Miller · 17 years ago
  85. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  86. b93b7ee [NET] 8021Q: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  87. 279e172 [VLAN]: Allow VLAN interface on top of bridge interface by Jerome Borsboom · 17 years ago
  88. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  89. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  90. 122952f [NET] 8021Q: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  91. d136fe7 [PATCH] Finish annotations of struct vlan_ethhdr by Alexey Dobriyan · 19 years ago
  92. 6c753c3 [VLAN]: Fix link state propagation by Stefan Rompf · 18 years ago
  93. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  94. 5dd8d1e [PATCH] lockdep: annotate vlan net device as being a special class by Arjan van de Ven · 18 years ago
  95. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  96. cbb042f [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum by Herbert Xu · 18 years ago
  97. ddd7bf9 [VLAN]: translate IF_OPER_DORMANT to netif_dormant_on() by Stefan Rompf · 18 years ago
  98. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  99. d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 19 years ago
  100. 7eb1b3d [VLAN]: Add two missing checks to vlan_ioctl_handler() by Mika Kukkonen · 19 years ago