aboutsummaryrefslogtreecommitdiff
path: root/net/8021q/vlan.c
AgeCommit message (Expand)Author
2015-06-01vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita
2015-05-14vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller
2014-07-29vlan: fail early when creating netdev named configWANG Cong
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich
2014-01-218021q: Use ether_addr_copyJoe Perches
2013-09-26vlan: unlink the upper neighbour before unregisteringVeaceslav Falico
2013-09-26vlan: link the upper neighbour only after registeringVeaceslav Falico
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-248021q: fix a potential use-after-freeCong Wang
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław
2013-01-04vlan: add link to upper deviceJiri Pirko
2012-11-308021q: fix vlan device to inherit the unicast filtering capability flagYi Zou
2012-11-18net: Allow the userns root to control vlans.Eric W. Biederman
2012-11-01vlan: use IS_ENABLED()Amerigo Wang
2012-10-18vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko
2012-07-10net: Fix memory leak - vlan_info structAmir Hanania
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches
2011-12-08vlan: introduce vid list with reference countingJiri Pirko
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat
2011-06-02net: 8021q: Add pr_fmtJoe Perches
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet
2011-05-09vlan: remove one synchronize_net() callEric Dumazet
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings
2011-04-17vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-11-288021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend
2010-11-16vlan: lockless transmit pathEric Dumazet
2010-11-158021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend
2010-10-25vlan: rcu annotationsEric Dumazet
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross