1. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  2. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  3. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  5. 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
  6. f6b9f4b vlan: updates vlan real_num_tx_queues by Vasu Dev · 14 years ago
  7. 1c01fe1 net: forbid underlaying devices to change its type by Jiri Pirko · 14 years ago
  8. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  9. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  10. 91e2ff3 net: Teach vlans to cleanup as a pernet subsystem by Eric W. Biederman · 15 years ago
  11. 946d1a9 net: Simplify vlan pernet operations. by Eric W. Biederman · 15 years ago
  12. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  13. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  14. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  15. 6b863d1 vlan: Fix register_vlan_dev() error path by Eric Dumazet · 15 years ago
  16. 29906f6 vlan: cleanup multiple unregistrations by Patrick McHardy · 15 years ago
  17. 63c8099 vlan: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  18. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  19. 2e59af3 vlan: multiqueue vlan device by Eric Dumazet · 15 years ago
  20. b85daa5 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field by Vasu Dev · 15 years ago
  21. b4076d1 vlan: allow creating vlan when real device is not up by Stephen Hemminger · 15 years ago
  22. 2e477c9 vlan: Propagate physical MTU changes by Herbert Xu · 15 years ago
  23. 6e327c1 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net() by Jesper Dangaard Brouer · 15 years ago
  24. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  25. adc667e vlan: update vlan carrier state for admin up/down by Jay Vosburgh · 15 years ago
  26. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  27. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  28. 656299f vlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  29. b3020061 vlan: propogate ethtool speed values by Stephen Hemminger · 16 years ago
  30. 1ae4be2 vlan: vlan device not reading gso max size of parent. by Alexander Duyck · 16 years ago
  31. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  32. 6136276 vlan: remove unnecessary include statements by Patrick McHardy · 16 years ago
  33. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 16 years ago
  34. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 16 years ago
  35. 26a2523 vlan: Use is_vlan_dev() by Joonwoo Park · 16 years ago
  36. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 16 years ago
  37. ce30500 vlan: Move device unregistration before lower dev cleanup by Patrick McHardy · 16 years ago
  38. b3ce032 vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once by Patrick McHardy · 16 years ago
  39. 766d027 Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  40. 289c79a vlan: Use bitmask of feature flags instead of seperate feature bits by Patrick McHardy · 16 years ago
  41. 5fb1357 [VLAN]: Propagate selected feature bits to VLAN devices by Patrick McHardy · 16 years ago
  42. 81d8534 vlan: Correctly handle device notifications for layered VLAN devices by Patrick McHardy · 16 years ago
  43. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  44. 30688a9 [VLAN]: Handle vlan devices net namespace changing. by Pavel Emelyanov · 16 years ago
  45. 65d292a [VLAN]: Allow vlan devices registration in net namespaces. by Pavel Emelyanov · 16 years ago
  46. 7a17a2f [VLAN]: Make the vlan_name_type per-net. by Pavel Emelyanov · 16 years ago
  47. cd1c701 [VLAN]: Add a net argument to proc init and cleanup calls. by Pavel Emelyanov · 16 years ago
  48. d9ed0f0 [VLAN]: Introduce the vlan_net structure and init/exit net ops. by Pavel Emelyanov · 16 years ago
  49. a9fde26 [VLAN]: Tag vlan_group_device with net device, not ifindex. by Pavel Emelyanov · 16 years ago
  50. 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
  51. 802fb17 [VLAN]: Proc entry is not renamed when vlan device name changes. by Pavel Emelyanov · 16 years ago
  52. 6772718 [VLAN]: Reduce memory consumed by vlan_groups by Pavel Emelyanov · 16 years ago
  53. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  54. ad71208 [VLAN]: Update list address by Patrick McHardy · 16 years ago
  55. 2029cc2 [VLAN]: checkpatch cleanups by Patrick McHardy · 16 years ago
  56. 9dfebcc [VLAN]: Turn VLAN_DEV_INFO into inline function by Patrick McHardy · 16 years ago
  57. af30151 [VLAN]: Simplify vlan unregistration by Patrick McHardy · 16 years ago
  58. acc5efb [VLAN]: Clean up unregister_vlan_dev by Patrick McHardy · 16 years ago
  59. 69ab4b7 [VLAN]: Clean up initialization code by Patrick McHardy · 16 years ago
  60. 198a291 [VLAN]: Remove non-implemented ioctls by Patrick McHardy · 16 years ago
  61. 40f98e1 [VLAN]: Clean up debugging and printks by Patrick McHardy · 16 years ago
  62. ef3eb3e [VLAN]: Move device setup to vlan_dev.c by Patrick McHardy · 16 years ago
  63. 7bd38d7 [VLAN]: Use dev->stats by Patrick McHardy · 16 years ago
  64. b7a4a83 [VLAN]: Kill useless VLAN_NAME define by Patrick McHardy · 16 years ago
  65. 0fe1e56 [VLAN]: nested VLAN: fix lockdep's recursive locking warning by Jarek Poplawski · 16 years ago
  66. 3f03e38 [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler. by Pavel Emelyanov · 17 years ago
  67. e35de02 [VLAN]: Lost rtnl_unlock() in vlan_ioctl() by Pavel Emelyanov · 17 years ago
  68. 39aaac1 [VLAN]: Allow setting mac address while device is up by Patrick McHardy · 17 years ago
  69. d932e04 [VLAN]: Don't synchronize addresses while the vlan device is down by Patrick McHardy · 17 years ago
  70. fffe470 [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl by Patrick McHardy · 17 years ago
  71. 3607c44 [8021Q]: transfer dev_id from real device by Ursula Braun · 17 years ago
  72. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  73. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  74. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  75. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  76. d9f30ec [VLAN]: Fix net_device leak. by Al Viro · 17 years ago
  77. 3f5f434 [8021Q]: vlan_ioctl_handler: fix return value by Andrew Morton · 17 years ago
  78. a7ecfc8 [VLAN]: Fix memset length by Patrick McHardy · 17 years ago
  79. 6c78dcb [VLAN]: Fix promiscous/allmulti synchronization races by Patrick McHardy · 17 years ago
  80. 0e06877 [RTNETLINK]: rtnl_link: allow specifying initial device address by Patrick McHardy · 17 years ago
  81. 2d85cba [RTNETLINK]: rtnl_link API simplification by Patrick McHardy · 17 years ago
  82. 8c979c2 [VLAN]: Fix MAC address handling by Patrick McHardy · 17 years ago
  83. 07b5b17 [VLAN]: Use rtnl_link API by Patrick McHardy · 17 years ago
  84. a4bf3af4 [VLAN]: Introduce symbolic constants for flag values by Patrick McHardy · 17 years ago
  85. 2ae0bf6 [VLAN]: Return proper error codes in register_vlan_device by Patrick McHardy · 17 years ago
  86. e89fe42 [VLAN]: Move device registation to seperate function by Patrick McHardy · 17 years ago
  87. c1d3ee9 [VLAN]: Split up device checks by Patrick McHardy · 17 years ago
  88. 42429aa [VLAN]: Move vlan_group allocation to seperate function by Patrick McHardy · 17 years ago
  89. 2f4284a [VLAN]: Move some device intialization code to dev->init callback by Patrick McHardy · 17 years ago
  90. c17d887 [VLAN]: Convert name-based configuration functions to struct netdevice * by Patrick McHardy · 17 years ago
  91. 75202e7 [NET]: Fix comparisons of unsigned < 0. by Bill Nottingham · 17 years ago
  92. d2d1acd VLAN: kill_vid is only useful for VLAN filtering devices by Stephen Hemminger · 17 years ago
  93. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  94. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  95. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  96. 122952f [NET] 8021Q: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  97. 6c753c3 [VLAN]: Fix link state propagation by Stefan Rompf · 18 years ago
  98. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  99. 5dd8d1e [PATCH] lockdep: annotate vlan net device as being a special class by Arjan van de Ven · 18 years ago
  100. ddd7bf9 [VLAN]: translate IF_OPER_DORMANT to netif_dormant_on() by Stefan Rompf · 18 years ago