summaryrefslogtreecommitdiffstats
path: root/include/linux/if_vlan.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-161-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-241-1/+1
* 8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021QHannes Frederic Sowa2014-01-051-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-071-1/+8
* vlan: mask vlan prio bitsEric Dumazet2013-07-181-2/+1
* 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-191-1/+1
* | net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann2013-06-071-2/+0
|/
* net: vlan: fix dummy function signatures for CONFIG_VLAN=nPatrick McHardy2013-04-211-3/+4
* net: vlan: add 802.1ad supportPatrick McHardy2013-04-191-2/+4
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-9/+24
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* vlan: adjust vlan_set_encap_proto() for its callersCong Wang2013-02-231-3/+3
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-50/+1
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-081-4/+4
* vlan: add helper which can be called to see if device is used by vlanJiri Pirko2012-08-241-2/+7
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* | if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of itJoe Perches2012-03-191-4/+3
|/
* vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko2011-12-081-0/+15
* vlan: introduce vid list with reference countingJiri Pirko2011-12-081-16/+1
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-081-0/+12