aboutsummaryrefslogtreecommitdiff
path: root/include/linux/if_vlan.h
AgeCommit message (Expand)Author
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
2013-06-19net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering
2013-06-07net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann
2013-04-21net: vlan: fix dummy function signatures for CONFIG_VLAN=nPatrick McHardy
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-02-23vlan: adjust vlan_set_encap_proto() for its callersCong Wang
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-19if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of itJoe Perches
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko
2011-12-08vlan: introduce vid list with reference countingJiri Pirko
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko