aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_vlan.h
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław2018-11-21
* net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-16
* net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk2018-11-08
* net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław2018-11-08
* net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-08
* net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław2018-11-08
* net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław2018-11-08
* vlan: use non-archaic spelling of failesThadeu Lima de Souza Cascardo2018-06-03
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\
| * vlan: Fix vlan insertion for packets without ethernet headerToshiaki Makita2018-03-30
* | net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman2018-03-30
|/
* vlan: Fix out of order vlan headers with reorder header offToshiaki Makita2018-03-16
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* vlan: Fix tcp checksum offloads in Q-in-Q vlansVlad Yasevich2017-05-24
* vxlan: avoid vlan processing in vxlan device.pravin shelar2016-11-15
* vlan: Check for vlan ethernet types for 8021.q or 802.1adEric Garver2016-09-08
* flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion2016-08-19
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-15
* net: constify netif_is_* helpers net_device paramJiri Pirko2015-12-05
* vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita2015-06-01
* if_vlan: fix vlaue -> value typoVivien Didelot2015-05-30
* vlan: Use eth_proto_is_802_3Alexander Duyck2015-05-05
* net: Move check for multiple vlans to driversToshiaki Makita2015-03-29
* vlan: Introduce helper functions to check if skb is taggedToshiaki Makita2015-03-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\
| * net: Fix vlan_get_protocol for stacked vlanToshiaki Makita2015-01-30
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
|/
* vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko2014-11-21
* vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-21
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-21
* vlan: kill vlan_put_tag helperJiri Pirko2014-11-21
* vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko2014-11-21
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-24
|\
| * vlan: Fix build error wth vlan_get_encap_level()Vlad Yasevich2014-05-20
| * bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-16
| * vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-16
* | vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-12
|/
* vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong2014-03-26
* if_vlan: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman2014-03-25
* 8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021QHannes Frederic Sowa2014-01-05
* vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2013-11-11
* net/vlan: Provide read access to the vlan egress mapEyal Perry2013-11-07
* vlan: mask vlan prio bitsEric Dumazet2013-07-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-03
|\
| * net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering2013-06-20
* | net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann2013-06-07
|/
* net: vlan: fix dummy function signatures for CONFIG_VLAN=nPatrick McHardy2013-04-21