aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long1-1/+1
2021-06-18net: vlan: pass thru all GSO_SOFTWARE in hw_enc_featuresJakub Kicinski1-1/+2
2021-06-03net: vlan: Avoid using strncpy()Kees Cook1-1/+2
2021-04-19net: fix a data race when get vlan deviceDi Zhu1-0/+4
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli1-6/+13
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet1-0/+1
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti1-0/+12
2018-05-17vlan: Add extack messages for link createDavid Ahern1-1/+2
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman1-0/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-05-31vlan: Propagate MAC address to VLANsMike Manning1-0/+2
2014-03-128021q: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller1-77/+0
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches1-14/+14
2013-04-21net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=nPatrick McHardy1-0/+1
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-0/+3
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-9/+45
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward1-0/+16
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise1-0/+5
2011-12-08vlan: introduce vid list with reference countingJiri Pirko1-3/+27
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-4/+4
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-0/+19
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-0/+12
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman1-5/+0
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-2/+0
2010-11-16vlan: lockless transmit pathEric Dumazet1-6/+12
2010-11-15net: consolidate 8021q taggingJohn Fastabend1-4/+0
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross1-17/+0
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-2/+0
2010-09-20net: rx_dropped accountingEric Dumazet1-0/+2
2010-06-28vlan: 64 bit rx countersEric Dumazet1-5/+8
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2009-11-17vlan: Precise RX stats accountingEric Dumazet1-0/+17
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet1-1/+1
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet1-1/+1
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger1-2/+4
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy1-10/+9
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-1/+49
2008-07-08vlan: uninline __vlan_hwaccel_rxPatrick McHardy1-0/+8
2008-07-05vlan: Add GVRP supportPatrick McHardy1-0/+16
2008-07-05vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy1-2/+1
2008-04-16[VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov1-2/+2
2008-04-16[VLAN]: Create proc entries in the proper net.Pavel Emelyanov1-0/+6
2008-04-16[VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov1-0/+5
2008-04-02[VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov1-0/+5
2008-01-28[VLAN]: checkpatch cleanupsPatrick McHardy1-1/+1
2008-01-28[VLAN]: Simplify vlan unregistrationPatrick McHardy1-1/+1