1. 5b9ea6e vlan: introduce vid list with reference counting by Jiri Pirko · 13 years ago
  2. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 13 years ago
  3. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  4. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  5. 7890a5b vlan: kill ndo_vlan_rx_register by Jiri Pirko · 13 years ago
  6. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  7. e3cb78c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support by Antoine Reversat · 13 years ago
  8. afab2d2 net: 8021q: Add pr_fmt by Joe Perches · 13 years ago
  9. da7c06c net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. by Justin Mattock · 13 years ago
  10. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  11. 55aee10 vlan: fix GVRP at dismantle time by Eric Dumazet · 13 years ago
  12. 48752e1 vlan: remove one synchronize_net() call by Eric Dumazet · 13 years ago
  13. 7c89943 bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS by Ben Hutchings · 13 years ago
  14. 9960647 vlan: Propagate NETDEV_NOTIFY_PEERS notifier by Ben Hutchings · 13 years ago
  15. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 13 years ago
  16. 8a0427b vlan: convert VLAN devices to use ndo_fix_features() by Michał Mirosław · 13 years ago
  17. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  18. 19eb5cc 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues by John Fastabend · 14 years ago
  19. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  20. 029f5fc 8021q: set hard_header_len when VLAN offload features are toggled by John Fastabend · 14 years ago
  21. b616b09 vlan: rcu annotations by Eric Dumazet · 14 years ago
  22. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  23. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  24. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  25. 5df8dbd 8021q: Use netif_copy_real_num_queues() to set queue counts by Ben Hutchings · 14 years ago
  26. 3b27e10 netns: keep vlan slaves on master netns move by David Lamparter · 14 years ago
  27. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  28. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  30. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. f6b9f4b vlan: updates vlan real_num_tx_queues by Vasu Dev · 14 years ago
  33. 1c01fe1 net: forbid underlaying devices to change its type by Jiri Pirko · 14 years ago
  34. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  35. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  36. 91e2ff3 net: Teach vlans to cleanup as a pernet subsystem by Eric W. Biederman · 15 years ago
  37. 946d1a9 net: Simplify vlan pernet operations. by Eric W. Biederman · 15 years ago
  38. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  39. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  40. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  41. 6b863d1 vlan: Fix register_vlan_dev() error path by Eric Dumazet · 15 years ago
  42. 29906f6 vlan: cleanup multiple unregistrations by Patrick McHardy · 15 years ago
  43. 63c8099 vlan: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  44. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  45. 2e59af3 vlan: multiqueue vlan device by Eric Dumazet · 15 years ago
  46. b85daa5 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field by Vasu Dev · 15 years ago
  47. b4076d1 vlan: allow creating vlan when real device is not up by Stephen Hemminger · 15 years ago
  48. 2e477c9 vlan: Propagate physical MTU changes by Herbert Xu · 15 years ago
  49. 6e327c1 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net() by Jesper Dangaard Brouer · 15 years ago
  50. ccffad2 net: convert unicast addr list by Jiri Pirko · 15 years ago
  51. adc667e vlan: update vlan carrier state for admin up/down by Jay Vosburgh · 15 years ago
  52. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  53. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  54. 656299f vlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  55. b3020061 vlan: propogate ethtool speed values by Stephen Hemminger · 16 years ago
  56. 1ae4be2 vlan: vlan device not reading gso max size of parent. by Alexander Duyck · 16 years ago
  57. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  58. 6136276 vlan: remove unnecessary include statements by Patrick McHardy · 16 years ago
  59. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 16 years ago
  60. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 16 years ago
  61. 26a2523 vlan: Use is_vlan_dev() by Joonwoo Park · 16 years ago
  62. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 16 years ago
  63. ce30500 vlan: Move device unregistration before lower dev cleanup by Patrick McHardy · 16 years ago
  64. b3ce032 vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once by Patrick McHardy · 16 years ago
  65. 766d027 Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  66. 289c79a vlan: Use bitmask of feature flags instead of seperate feature bits by Patrick McHardy · 16 years ago
  67. 5fb1357 [VLAN]: Propagate selected feature bits to VLAN devices by Patrick McHardy · 16 years ago
  68. 81d8534 vlan: Correctly handle device notifications for layered VLAN devices by Patrick McHardy · 16 years ago
  69. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  70. 30688a9 [VLAN]: Handle vlan devices net namespace changing. by Pavel Emelyanov · 16 years ago
  71. 65d292a [VLAN]: Allow vlan devices registration in net namespaces. by Pavel Emelyanov · 16 years ago
  72. 7a17a2f [VLAN]: Make the vlan_name_type per-net. by Pavel Emelyanov · 16 years ago
  73. cd1c701 [VLAN]: Add a net argument to proc init and cleanup calls. by Pavel Emelyanov · 16 years ago
  74. d9ed0f0 [VLAN]: Introduce the vlan_net structure and init/exit net ops. by Pavel Emelyanov · 16 years ago
  75. a9fde26 [VLAN]: Tag vlan_group_device with net device, not ifindex. by Pavel Emelyanov · 16 years ago
  76. 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
  77. 802fb17 [VLAN]: Proc entry is not renamed when vlan device name changes. by Pavel Emelyanov · 16 years ago
  78. 6772718 [VLAN]: Reduce memory consumed by vlan_groups by Pavel Emelyanov · 16 years ago
  79. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  80. ad71208 [VLAN]: Update list address by Patrick McHardy · 16 years ago
  81. 2029cc2 [VLAN]: checkpatch cleanups by Patrick McHardy · 16 years ago
  82. 9dfebcc [VLAN]: Turn VLAN_DEV_INFO into inline function by Patrick McHardy · 16 years ago
  83. af30151 [VLAN]: Simplify vlan unregistration by Patrick McHardy · 16 years ago
  84. acc5efb [VLAN]: Clean up unregister_vlan_dev by Patrick McHardy · 16 years ago
  85. 69ab4b7 [VLAN]: Clean up initialization code by Patrick McHardy · 16 years ago
  86. 198a291 [VLAN]: Remove non-implemented ioctls by Patrick McHardy · 16 years ago
  87. 40f98e1 [VLAN]: Clean up debugging and printks by Patrick McHardy · 16 years ago
  88. ef3eb3e [VLAN]: Move device setup to vlan_dev.c by Patrick McHardy · 16 years ago
  89. 7bd38d7 [VLAN]: Use dev->stats by Patrick McHardy · 16 years ago
  90. b7a4a83 [VLAN]: Kill useless VLAN_NAME define by Patrick McHardy · 16 years ago
  91. 0fe1e56 [VLAN]: nested VLAN: fix lockdep's recursive locking warning by Jarek Poplawski · 16 years ago
  92. 3f03e38 [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler. by Pavel Emelyanov · 17 years ago
  93. e35de02 [VLAN]: Lost rtnl_unlock() in vlan_ioctl() by Pavel Emelyanov · 17 years ago
  94. 39aaac1 [VLAN]: Allow setting mac address while device is up by Patrick McHardy · 17 years ago
  95. d932e04 [VLAN]: Don't synchronize addresses while the vlan device is down by Patrick McHardy · 17 years ago
  96. fffe470 [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl by Patrick McHardy · 17 years ago
  97. 3607c44 [8021Q]: transfer dev_id from real device by Ursula Braun · 17 years ago
  98. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  99. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  100. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago