summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-57/+30
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-5/+5
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-3/+3
* 8021q: fix a potential use-after-freeCong Wang2013-03-241-7/+7
* net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-101-5/+22
* net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2013-01-291-7/+0
* vlan: add link to upper deviceJiri Pirko2013-01-041-1/+9
* 8021q: fix vlan device to inherit the unicast filtering capability flagYi Zou2012-11-301-0/+1
* net: Allow the userns root to control vlans.Eric W. Biederman2012-11-181-6/+6
* vlan: use IS_ENABLED()Amerigo Wang2012-11-011-1/+1
* vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko2012-10-181-1/+3
* net: Fix memory leak - vlan_info structAmir Hanania2012-07-101-0/+3
* 8021q: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-5/+5
* vlan: introduce vid list with reference countingJiri Pirko2011-12-081-60/+30
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-081-9/+5
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-081-12/+12
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-1/+1
* vlan: kill ndo_vlan_rx_registerJiri Pirko2011-07-211-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-1/+1
|\
| * vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat2011-06-171-1/+1
* | net: 8021q: Add pr_fmtJoe Perches2011-06-021-7/+8
|/
* net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock2011-05-261-4/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-0/+3
|\
| * vlan: fix GVRP at dismantle timeEric Dumazet2011-05-101-0/+3
* | vlan: remove one synchronize_net() callEric Dumazet2011-05-091-6/+4
* | bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings2011-04-171-1/+2
* | vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings2011-04-171-0/+11
* | net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko2011-04-121-8/+0
* | vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2011-04-021-6/+2
|/
* net: change netdev->features to u32Michał Mirosław2011-01-241-1/+1
* 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend2010-11-281-3/+0
* vlan: lockless transmit pathEric Dumazet2010-11-161-3/+1
* 8021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend2010-11-151-0/+6
* vlan: rcu annotationsEric Dumazet2010-10-251-3/+3
* vlan: Centralize handling of hardware acceleration.Jesse Gross2010-10-211-7/+2
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-211-54/+10
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-8/+8
* 8021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings2010-09-271-1/+1
* netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-171-0/+4
* vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia2010-07-181-2/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-0/+2
|\|
| * vlan: updates vlan real_num_tx_queuesVasu Dev2010-03-241-0/+2
* | net: move address list functions to a separate fileJiri Pirko2010-04-031-2/+2
* | net: forbid underlaying devices to change its typeJiri Pirko2010-03-181-0/+4
|/
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-2/+2
* netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney2009-12-031-25/+4
* net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman2009-12-021-5/+3
* net: Simplify vlan pernet operations.Eric W. Biederman2009-12-011-26/+7