summaryrefslogtreecommitdiff
path: root/net/8021q/vlan.c
Commit message (Expand)AuthorAge
* vlan: unlink the upper neighbour before unregisteringVeaceslav Falico2013-09-26
* vlan: link the upper neighbour only after registeringVeaceslav Falico2013-09-26
* vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui2013-08-03
* net: convert resend IGMP to notifier eventJiri Pirko2013-07-23
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* 8021q: fix a potential use-after-freeCong Wang2013-03-24
* net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-10
* net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2013-01-29
* vlan: add link to upper deviceJiri Pirko2013-01-04
* 8021q: fix vlan device to inherit the unicast filtering capability flagYi Zou2012-11-30
* net: Allow the userns root to control vlans.Eric W. Biederman2012-11-18
* vlan: use IS_ENABLED()Amerigo Wang2012-11-01
* vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko2012-10-18
* net: Fix memory leak - vlan_info structAmir Hanania2012-07-10
* 8021q: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-09
* vlan: introduce vid list with reference countingJiri Pirko2011-12-08
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-08
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-08
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
* vlan: kill ndo_vlan_rx_registerJiri Pirko2011-07-21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-20
|\
| * vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat2011-06-17
* | net: 8021q: Add pr_fmtJoe Perches2011-06-02
|/
* net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock2011-05-26
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-11
|\
| * vlan: fix GVRP at dismantle timeEric Dumazet2011-05-10
* | vlan: remove one synchronize_net() callEric Dumazet2011-05-09
* | bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings2011-04-17
* | vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings2011-04-17
* | net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko2011-04-12
* | vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2011-04-02
|/
* net: change netdev->features to u32Michał Mirosław2011-01-24
* 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend2010-11-28
* vlan: lockless transmit pathEric Dumazet2010-11-16
* 8021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend2010-11-15
* vlan: rcu annotationsEric Dumazet2010-10-25
* vlan: Centralize handling of hardware acceleration.Jesse Gross2010-10-21
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-21
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-21
* 8021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings2010-09-27
* netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-17
* vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia2010-07-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-06
|\ \ | |/
| * vlan: updates vlan real_num_tx_queuesVasu Dev2010-03-24
* | net: move address list functions to a separate fileJiri Pirko2010-04-03