summaryrefslogtreecommitdiff
path: root/include/linux/if_vlan.h
AgeCommit message (Expand)Author
2020-07-07vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-21net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk
2018-11-07net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław
2018-11-07net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław
2018-11-07net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław
2018-06-03vlan: use non-archaic spelling of failesThadeu Lima de Souza Cascardo
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-30vlan: Fix vlan insertion for packets without ethernet headerToshiaki Makita
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-05-24vlan: Fix tcp checksum offloads in Q-in-Q vlansVlad Yasevich
2016-11-15vxlan: avoid vlan processing in vxlan device.pravin shelar
2016-09-08vlan: Check for vlan ethernet types for 8021.q or 802.1adEric Garver
2016-08-18flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko
2015-06-01vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita
2015-05-30if_vlan: fix vlaue -> value typoVivien Didelot
2015-05-05vlan: Use eth_proto_is_802_3Alexander Duyck
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-11-21vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-20vlan: Fix build error wth vlan_get_encap_level()Vlad Yasevich
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong
2014-03-24if_vlan: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman
2014-01-058021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021QHannes Frederic Sowa
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry
2013-07-18vlan: mask vlan prio bitsEric Dumazet
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller