summaryrefslogtreecommitdiffstats
path: root/include/linux/if_vlan.h
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: update wrong commentsEric Dumazet2023-08-041-3/+3
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-101-0/+17
* net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean2023-04-231-0/+21
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-2/+10
* net: vlan: don't adjust MAC header in __vlan_insert_inner_tag() unless setVladimir Oltean2023-04-231-1/+2
* net: remove skb->vlan_presentEric Dumazet2022-11-111-6/+3
* vlan: adopt u64_stats_tEric Dumazet2022-06-091-5/+5
* net/mlx5e: Use struct_group() for memcpy() regionKees Cook2022-02-011-2/+4
* vlan: add net device refcount trackerEric Dumazet2021-12-071-0/+3
* vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen2020-07-071-35/+22
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-0/+28
* net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-11/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław2018-11-211-1/+2
* net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-5/+6
* net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk2018-11-081-0/+11
* net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław2018-11-071-2/+0
* net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-071-1/+1
* net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław2018-11-071-0/+13
* net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław2018-11-071-1/+12
* vlan: use non-archaic spelling of failesThadeu Lima de Souza Cascardo2018-06-031-2/+2
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-171-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-2/+13
|\
| * vlan: Fix vlan insertion for packets without ethernet headerToshiaki Makita2018-03-301-2/+13
* | net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman2018-03-301-0/+24
|/
* vlan: Fix out of order vlan headers with reorder header offToshiaki Makita2018-03-161-11/+55
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* vlan: Fix tcp checksum offloads in Q-in-Q vlansVlad Yasevich2017-05-241-8/+10
* vxlan: avoid vlan processing in vxlan device.pravin shelar2016-11-151-16/+0
* vlan: Check for vlan ethernet types for 8021.q or 802.1adEric Garver2016-09-081-10/+23
* flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion2016-08-181-0/+1
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-1/+1
* net: constify netif_is_* helpers net_device paramJiri Pirko2015-12-051-1/+1
* vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita2015-06-011-0/+20
* if_vlan: fix vlaue -> value typoVivien Didelot2015-05-301-3/+3
* vlan: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+22
* vlan: Introduce helper functions to check if skb is taggedToshiaki Makita2015-03-291-0/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-14/+46
|\
| * net: Fix vlan_get_protocol for stacked vlanToshiaki Makita2015-01-301-14/+46
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-8/+8
|/
* vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko2014-11-211-11/+34
* vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-211-0/+34
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-3/+5
* vlan: kill vlan_put_tag helperJiri Pirko2014-11-211-19/+0
* vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko2014-11-211-5/+4
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+14
|\
| * vlan: Fix build error wth vlan_get_encap_level()Vlad Yasevich2014-05-201-5/+11
| * bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-161-0/+6