summaryrefslogtreecommitdiff
path: root/net/8021q/vlan.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-17vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-0/+1
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich1-1/+3
2014-01-228021q: Use ether_addr_copyJoe Perches1-1/+1
2013-09-27vlan: unlink the upper neighbour before unregisteringVeaceslav Falico1-2/+2
2013-09-27vlan: link the upper neighbour only after registeringVeaceslav Falico1-7/+7
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui1-5/+7
2013-07-24net: convert resend IGMP to notifier eventJiri Pirko1-0/+1
2013-05-29net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-57/+30
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-5/+5
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-03-258021q: fix a potential use-after-freeCong Wang1-7/+7
2013-02-11net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward1-5/+22
2013-01-30net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław1-7/+0
2013-01-05vlan: add link to upper deviceJiri Pirko1-1/+9
2012-11-308021q: fix vlan device to inherit the unicast filtering capability flagYi Zou1-0/+1
2012-11-19net: Allow the userns root to control vlans.Eric W. Biederman1-6/+6
2012-11-01vlan: use IS_ENABLED()Amerigo Wang1-1/+1
2012-10-18vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko1-1/+3
2012-07-11net: Fix memory leak - vlan_info structAmir Hanania1-0/+3
2012-05-108021q: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2011-12-09vlan: introduce vid list with reference countingJiri Pirko1-60/+30
2011-12-09net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko1-9/+5
2011-12-09vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-12/+12
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-1/+1
2011-07-22vlan: kill ndo_vlan_rx_registerJiri Pirko1-4/+0
2011-06-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat1-1/+1
2011-06-03net: 8021q: Add pr_fmtJoe Perches1-7/+8
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock1-4/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2011-05-11vlan: fix GVRP at dismantle timeEric Dumazet1-0/+3
2011-05-09vlan: remove one synchronize_net() callEric Dumazet1-6/+4
2011-04-18bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings1-1/+2
2011-04-18vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings1-0/+11
2011-04-13net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-8/+0
2011-04-03vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław1-6/+2
2011-01-25net: change netdev->features to u32Michał Mirosław1-1/+1
2010-11-288021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend1-3/+0
2010-11-16vlan: lockless transmit pathEric Dumazet1-3/+1
2010-11-158021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend1-0/+6
2010-10-26vlan: rcu annotationsEric Dumazet1-3/+3
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross1-7/+2
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross1-54/+10
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-8/+8
2010-09-288021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings1-1/+1
2010-09-18netns: keep vlan slaves on master netns moveDavid Lamparter1-0/+4
2010-07-19vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia1-2/+11
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2