1. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  2. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  3. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  4. 33fa382 vlan: Add extack messages for link create by David Ahern · 7 years ago
  5. 9daae9b net: Call add/kill vid ndo on vlan filter feature toggling by Gal Pressman · 7 years ago
  6. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  7. c80afa0 net: Convert /proc creating and destroying pernet_operations by Kirill Tkhai · 7 years ago
  8. 78bbb15 8021q: fix a memory leak for VLAN 0 device by Cong Wang · 7 years ago
  9. fdae5f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  10. 052d41c vlan: fix a use-after-free in vlan_device_event() by Cong Wang · 7 years ago
  11. 9d917c2 add support of IFF_XMIT_DST_RELEASE bit in vlan by Vadim Fedorenko · 7 years ago
  12. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  13. 9745e36 net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev by Gao Feng · 8 years ago
  14. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  15. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  16. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  17. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  18. 9c403b6 net: vlan: Use sizeof instead of literal number by Gao Feng · 8 years ago
  19. 403f072 vlan: Remove unnecessary comparison of unsigned against 0 by Tobias Klauser · 8 years ago
  20. 952fcfd net: remove type_check from dev_get_nest_level() by Sabrina Dubroca · 8 years ago
  21. 308453a vlan: Propagate MAC address to VLANs by Mike Manning · 9 years ago
  22. f6773c5 vlan: propagate gso_max_segs by Eric Dumazet · 9 years ago
  23. e817af2 vlan: turn on unicast filtering on vlan device by Zhang Shengju · 9 years ago
  24. 66e5133 vlan: Add GRO support for non hardware accelerated vlan by Toshiaki Makita · 10 years ago
  25. be346ff vlan: Correctly propagate promisc|allmulti flags in notifier. by Vlad Yasevich · 10 years ago
  26. 99c4a26 net: Fix high overhead of vlan sub-device teardown. by David S. Miller · 10 years ago
  27. 9c5ff24 vlan: fail early when creating netdev named config by WANG Cong · 10 years ago
  28. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  29. d38569a vlan: Fix lockdep warning with stacked vlan devices. by Vlad Yasevich · 11 years ago
  30. fc0d48b vlan: Set hard_header_len according to available acceleration by Vlad Yasevich · 11 years ago
  31. 07fc67b 8021q: Use ether_addr_copy by Joe Perches · 11 years ago
  32. 47701a3 vlan: unlink the upper neighbour before unregistering by Veaceslav Falico · 11 years ago
  33. 5df27e6 vlan: link the upper neighbour only after registering by Veaceslav Falico · 11 years ago
  34. 0c0667a vlan: cleanup the usage of vlan_dev_priv(dev) by Wang Sheng-Hui · 11 years ago
  35. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  36. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  37. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 12 years ago
  38. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  39. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  40. 4a7df34 8021q: fix a potential use-after-free by Cong Wang · 12 years ago
  41. 86fbe9b net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) by David Ward · 12 years ago
  42. d2ed273 net: disallow drivers with buggy VLAN accel to register_netdevice() by Michał Mirosław · 12 years ago
  43. 126d6c2 vlan: add link to upper device by Jiri Pirko · 12 years ago
  44. 6e22ce2 8021q: fix vlan device to inherit the unicast filtering capability flag by Yi Zou · 12 years ago
  45. 276996f net: Allow the userns root to control vlans. by Eric W. Biederman · 12 years ago
  46. f4d5392 vlan: use IS_ENABLED() by Amerigo Wang · 12 years ago
  47. 18c22a0 vlan: allow to change type when no vlan device is hooked on netdev by Jiri Pirko · 12 years ago
  48. efc73f4 net: Fix memory leak - vlan_info struct by Amir Hanania · 13 years ago
  49. 53a2b3a 8021q: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 13 years ago
  50. 5b9ea6e vlan: introduce vid list with reference counting by Jiri Pirko · 13 years ago
  51. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 13 years ago
  52. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  53. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  54. 7890a5b vlan: kill ndo_vlan_rx_register by Jiri Pirko · 14 years ago
  55. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  56. e3cb78c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support by Antoine Reversat · 14 years ago
  57. afab2d2 net: 8021q: Add pr_fmt by Joe Perches · 14 years ago
  58. da7c06c net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. by Justin Mattock · 14 years ago
  59. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 14 years ago
  60. 55aee10 vlan: fix GVRP at dismantle time by Eric Dumazet · 14 years ago
  61. 48752e1 vlan: remove one synchronize_net() call by Eric Dumazet · 14 years ago
  62. 7c89943 bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS by Ben Hutchings · 14 years ago
  63. 9960647 vlan: Propagate NETDEV_NOTIFY_PEERS notifier by Ben Hutchings · 14 years ago
  64. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 14 years ago
  65. 8a0427b vlan: convert VLAN devices to use ndo_fix_features() by Michał Mirosław · 14 years ago
  66. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  67. 19eb5cc 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues by John Fastabend · 14 years ago
  68. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  69. 029f5fc 8021q: set hard_header_len when VLAN offload features are toggled by John Fastabend · 14 years ago
  70. b616b09 vlan: rcu annotations by Eric Dumazet · 14 years ago
  71. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  72. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  73. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  74. 5df8dbd 8021q: Use netif_copy_real_num_queues() to set queue counts by Ben Hutchings · 14 years ago
  75. 3b27e10 netns: keep vlan slaves on master netns move by David Lamparter · 14 years ago
  76. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 15 years ago
  77. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  78. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  79. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 15 years ago
  80. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  81. f6b9f4b vlan: updates vlan real_num_tx_queues by Vasu Dev · 15 years ago
  82. 1c01fe1 net: forbid underlaying devices to change its type by Jiri Pirko · 15 years ago
  83. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  84. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  85. 91e2ff3 net: Teach vlans to cleanup as a pernet subsystem by Eric W. Biederman · 15 years ago
  86. 946d1a9 net: Simplify vlan pernet operations. by Eric W. Biederman · 15 years ago
  87. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  88. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  89. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  90. 6b863d1 vlan: Fix register_vlan_dev() error path by Eric Dumazet · 15 years ago
  91. 29906f6 vlan: cleanup multiple unregistrations by Patrick McHardy · 15 years ago
  92. 63c8099 vlan: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  93. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  94. 2e59af3 vlan: multiqueue vlan device by Eric Dumazet · 15 years ago
  95. b85daa5 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field by Vasu Dev · 15 years ago
  96. b4076d1 vlan: allow creating vlan when real device is not up by Stephen Hemminger · 15 years ago
  97. 2e477c9 vlan: Propagate physical MTU changes by Herbert Xu · 16 years ago
  98. 6e327c1 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net() by Jesper Dangaard Brouer · 16 years ago
  99. ccffad25 net: convert unicast addr list by Jiri Pirko · 16 years ago
  100. adc667e vlan: update vlan carrier state for admin up/down by Jay Vosburgh · 16 years ago