aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_vlan.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-13net: make vlan_get_tag() return -ENODATA instead of -EINVALLarysa Zaremba1-2/+2
2023-08-04net: vlan: update wrong commentsEric Dumazet1-3/+3
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet1-0/+17
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean1-0/+21
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-2/+10
2023-04-23net: vlan: don't adjust MAC header in __vlan_insert_inner_tag() unless setVladimir Oltean1-1/+2
2022-11-11net: remove skb->vlan_presentEric Dumazet1-6/+3
2022-06-09vlan: adopt u64_stats_tEric Dumazet1-5/+5
2022-02-01net/mlx5e: Use struct_group() for memcpy() regionKees Cook1-2/+4
2021-12-07vlan: add net device refcount trackerEric Dumazet1-0/+3
2020-07-07vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen1-35/+22
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-0/+28
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-11/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-11-21net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław1-1/+2
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-5/+6
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk1-0/+11
2018-11-07net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław1-2/+0
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-07net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław1-0/+13
2018-11-07net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław1-1/+12
2018-06-03vlan: use non-archaic spelling of failesThadeu Lima de Souza Cascardo1-2/+2
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-2/+5
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2018-03-30vlan: Fix vlan insertion for packets without ethernet headerToshiaki Makita1-2/+13
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman1-0/+24
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita1-11/+55
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-05-24vlan: Fix tcp checksum offloads in Q-in-Q vlansVlad Yasevich1-8/+10
2016-11-15vxlan: avoid vlan processing in vxlan device.pravin shelar1-16/+0
2016-09-08vlan: Check for vlan ethernet types for 8021.q or 802.1adEric Garver1-10/+23
2016-08-18flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion1-0/+1
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko1-1/+1
2015-06-01vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita1-0/+20
2015-05-30if_vlan: fix vlaue -> value typoVivien Didelot1-3/+3
2015-05-05vlan: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+22
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita1-0/+45
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+46
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita1-14/+46
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-8/+8
2014-11-21vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko1-11/+34
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-0/+34
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-3/+5
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko1-19/+0
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko1-5/+4
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-6/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2014-05-20vlan: Fix build error wth vlan_get_encap_level()Vlad Yasevich1-5/+11
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-0/+6
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-1/+2
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-2/+2
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong1-0/+7
2014-03-24if_vlan: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-01-058021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021QHannes Frederic Sowa1-19/+19
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller1-2/+96
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry1-1/+8
2013-07-18vlan: mask vlan prio bitsEric Dumazet1-2/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-19net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering1-1/+1
2013-06-07net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann1-2/+0
2013-04-21net: vlan: fix dummy function signatures for CONFIG_VLAN=nPatrick McHardy1-3/+4
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-2/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-9/+24
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-02-23vlan: adjust vlan_set_encap_proto() for its callersCong Wang1-3/+3
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-50/+1
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-4/+4
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko1-2/+7
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds1-0/+1
2012-03-19if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of itJoe Perches1-4/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko1-0/+15
2011-12-08vlan: introduce vid list with reference countingJiri Pirko1-16/+1
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko1-0/+12
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-1/+1
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar1-0/+34
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet1-3/+3
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-19/+0
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-20/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-22/+0
2011-07-21vlan: kill vlan_hwaccel_receive_skbJiri Pirko1-13/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+8
2011-07-21vlan: finish removing vlan_find_dev from public headerJiri Pirko1-6/+0
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-11/+0
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko1-3/+22
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman1-0/+5
2011-05-09vlan: remove one synchronize_net() callEric Dumazet1-1/+0
2011-04-12net: Missing 'inline' in vlan-disabled vlan_untag()David S. Miller1-1/+1
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-2/+8
2010-11-12vlan: Add function to retrieve EtherType from vlan packets.Hao Zheng1-0/+25
2010-10-21vlan: Calling vlan_hwaccel_do_receive() is always valid.Jesse Gross1-1/+2
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross1-2/+4
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross1-0/+19
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-2/+2
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao1-3/+2
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy1-0/+1
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings1-11/+14
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet1-0/+1
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet1-5/+9
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-4/+2
2009-02-18vlan: Update skb->mac_header in __vlan_put_tag().Jarek Poplawski1-0/+1
2009-01-06vlan: Add GRO interfacesHerbert Xu1-0/+19
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy1-0/+7
2008-07-14vlan: Don't store VLAN tag in cbPatrick McHardy1-24/+7
2008-07-08vlan: avoid header copying and linearisation where possiblePatrick McHardy1-15/+3
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy1-36/+48
2008-07-08vlan: remove useless struct hlist_node declaration from if_vlan.hPatrick McHardy1-4/+0
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-41/+15
2008-07-08vlan: uninline __vlan_hwaccel_rxPatrick McHardy1-56/+8
2008-07-08vlan: fix network_header/mac_header adjustmentsPatrick McHardy1-2/+0
2008-07-05vlan: Add GVRP supportPatrick McHardy1-0/+1
2008-04-16[VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov1-1/+3
2008-03-26[VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov1-1/+1
2008-02-05[VLAN]: Constify skb argument to vlan_get_tag()Patrick McHardy1-3/+4
2008-01-28[VLAN]: Turn __constant_htons into htons where possiblePatrick McHardy1-3/+3
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy1-2/+5
2008-01-28[VLAN]: Simplify vlan unregistrationPatrick McHardy1-0/+1
2008-01-28[VLAN]: Use dev->statsPatrick McHardy1-8/+1
2008-01-28[VLAN]: Kill useless VLAN_NAME definePatrick McHardy1-2/+0
2008-01-28[VLAN]: Clean up vlan_hdr/vlan_ethhdr structsPatrick McHardy1-10/+23
2008-01-28[VLAN]: Remove unnecessary structure declarationsPatrick McHardy1-5/+0
2008-01-28[VLAN]: Avoid expensive dividesEric Dumazet1-2/+4
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-07-14[VLAN]: Use multicast list synchronization helpersPatrick McHardy1-5/+0
2007-07-14[VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy1-2/+0
2007-07-11[VLAN]: Fix MAC address handlingPatrick McHardy1-0/+1
2007-07-10[VLAN]: Introduce symbolic constants for flag valuesPatrick McHardy1-0/+4
2007-07-10[VLAN]: Keep track of number of QoS mappingsPatrick McHardy1-0/+3
2007-07-10[VLAN]: Use 32 bit value for skb->priority mappingPatrick McHardy1-2/+2
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-3/+22
2006-10-10[PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan1-1/+1
2006-08-17[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller1-0/+5
2006-07-14[VLAN]: __vlan_hwaccel_rx can use the faster ether_compare_addrStephen Hemminger1-2/+3
2005-09-19[8021Q]: Add endian annotations.Alexey Dobriyan1-4/+4
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+398