summaryrefslogtreecommitdiff
path: root/include/linux/if_vlan.h
Commit message (Expand)AuthorAge
* 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-18
* 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-24
* 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-19
* | 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
* net: vlan: add 802.1ad supportPatrick McHardy2013-04-19
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* net: add ETH_P_802_3_MINSimon Horman2013-03-28
* vlan: adjust vlan_set_encap_proto() for its callersCong Wang2013-02-23
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-08