summaryrefslogtreecommitdiffstats
path: root/include/linux/if_vlan.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław2018-11-221-1/+2
* net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-171-5/+6
* net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk2018-11-091-0/+11
* net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław2018-11-081-2/+0Star
* net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-081-1/+1
* net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław2018-11-081-0/+13
* net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław2018-11-081-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-021-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/+0Star
* vlan: Check for vlan ethernet types for 8021.q or 802.1adEric Garver2016-09-091-10/+23
* flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion2016-08-191-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-061-1/+1
* vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita2015-06-021-0/+20
* if_vlan: fix vlaue -> value typoVivien Didelot2015-05-311-3/+3
* vlan: Use eth_proto_is_802_3Alexander Duyck2015-05-061-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-311-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/+0Star
* vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko2014-11-211-5/+4Star
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-6/+0Star
* 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-171-0/+6
| * vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-171-1/+2
* | vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-2/+2
|/
* vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong2014-03-261-0/+7
* if_vlan: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-251-1/+1
* 8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021QHannes Frederic Sowa2014-01-061-19/+19
* vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2013-11-111-2/+96
* net/vlan: Provide read access to the vlan egress mapEyal Perry2013-11-081-1/+8
* vlan: mask vlan prio bitsEric Dumazet2013-07-181-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+1
|\
| * net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering2013-06-201-1/+1
* | net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann2013-06-071-2/+0Star
|/
* net: vlan: fix dummy function signatures for CONFIG_VLAN=nPatrick McHardy2013-04-211-3/+4