summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.h
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: add support for tunnel offloadDavide Caratti2018-11-081-0/+12
* vlan: Add extack messages for link createDavid Ahern2018-05-171-1/+2
* net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman2018-03-301-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: Add extack to upper device linkingDavid Ahern2017-10-051-1/+1
|/
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* vlan: Propagate MAC address to VLANsMike Manning2016-05-311-0/+2
* 8021q: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-2/+2
* vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2013-11-111-77/+0Star
* net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches2013-10-201-14/+14
* net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=nPatrick McHardy2013-04-211-0/+1
* net: vlan: add 802.1ad supportPatrick McHardy2013-04-191-0/+3
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-9/+45
* net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-111-0/+16
* vlan: add 802.1q netpoll supportBenjamin LaHaise2011-12-091-0/+5
* vlan: introduce vid list with reference countingJiri Pirko2011-12-091-3/+27
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-091-4/+4
* vlan: move vlan_group_[gs]et_device to public headerJiri Pirko2011-07-211-0/+19
* net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter2011-07-171-0/+12
* net: move is_vlan_dev into public header file (v2)Neil Horman2011-05-251-5/+0Star
* net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko2011-04-121-2/+0Star
* vlan: lockless transmit pathEric Dumazet2010-11-161-6/+12
* net: consolidate 8021q taggingJohn Fastabend2010-11-151-4/+0Star
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-211-17/+0Star
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-2/+0Star
* net: rx_dropped accountingEric Dumazet2010-09-201-0/+2
* vlan: 64 bit rx countersEric Dumazet2010-06-291-5/+8
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-171-1/+1
* vlan: Precise RX stats accountingEric Dumazet2009-11-181-0/+17
* net: add a list_head parameter to dellink() methodEric Dumazet2009-10-281-1/+1
* vlan: allow null VLAN ID to be usedEric Dumazet2009-10-271-1/+1
* vlan: propogate ethtool speed valuesStephen Hemminger2008-10-291-2/+4
* vlan: TCI related type and naming cleanupsPatrick McHardy2008-07-081-10/+9Star
* vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-081-1/+49
* vlan: uninline __vlan_hwaccel_rxPatrick McHardy2008-07-081-0/+8
* vlan: Add GVRP supportPatrick McHardy2008-07-061-0/+16
* vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy2008-07-061-2/+1Star
* [VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov2008-04-161-2/+2
* [VLAN]: Create proc entries in the proper net.Pavel Emelyanov2008-04-161-0/+6
* [VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov2008-04-161-0/+5
* [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-021-0/+5
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-291-1/+1
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-291-1/+1
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-291-25/+0Star
* [VLAN]: Move device setup to vlan_dev.cPatrick McHardy2008-01-291-13/+0Star
* [VLAN]: Allow setting mac address while device is upPatrick McHardy2007-11-111-0/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-2/+2
* [VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy2007-07-151-0/+1
* [VLAN]: Fix MAC address handlingPatrick McHardy2007-07-121-1/+0Star