summaryrefslogtreecommitdiff
path: root/include/linux/if_vlan.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-10bpf: Make bpf_skb_vlan_push helper metadata-safeJakub Sitnicki1-2/+3
2025-11-10bpf: Make bpf_skb_vlan_pop helper metadata-safeJakub Sitnicki1-1/+1
2025-11-10vlan: Make vlan_remove_tag return nothingJakub Sitnicki1-4/+2
2025-06-18net: vlan: Use IS_ENABLED() helper for CONFIG_VLAN_8021Q guardGal Pressman1-1/+1
2025-06-18net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubsGal Pressman1-3/+3
2025-06-18net: vlan: Make is_vlan_dev() a stub when VLAN is not configuredGal Pressman1-5/+10
2025-01-08if_vlan: fix kdoc warningsJakub Kicinski1-2/+11
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+13
2025-01-03af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-3/+13
2024-12-10net: reformat kdoc return statementsJakub Kicinski1-14/+14
2023-12-14net: 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-12net: remove skb->vlan_presentEric Dumazet1-6/+3
2022-06-10vlan: adopt u64_stats_tEric Dumazet1-5/+5
2022-02-02net/mlx5e: Use struct_group() for memcpy() regionKees Cook1-2/+4
2021-12-08vlan: add net device refcount trackerEric Dumazet1-0/+3
2020-07-08vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen1-35/+22
2020-07-04sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-0/+28
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo1-11/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-11-22net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław1-1/+2
2018-11-17net: remove VLAN_TAG_PRESENTMichał Mirosław1-5/+6
2018-11-09net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk1-0/+11
2018-11-08net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław1-2/+0
2018-11-08net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-08net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław1-0/+13
2018-11-08net/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-02Merge 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-09vlan: Check for vlan ethernet types for 8021.q or 802.1adEric Garver1-10/+23
2016-08-19flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion1-0/+1
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-12-06net: constify netif_is_* helpers net_device paramJiri Pirko1-1/+1
2015-06-02vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita1-0/+20
2015-05-31if_vlan: fix vlaue -> value typoVivien Didelot1-3/+3
2015-05-06vlan: 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+46