aboutsummaryrefslogtreecommitdiff
path: root/include/linux/if_vlan.h
AgeCommit message (Expand)Author
2013-06-19net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering
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
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko
2011-07-21vlan: kill vlan_hwaccel_receive_skbJiri Pirko
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko
2011-07-21vlan: finish removing vlan_find_dev from public headerJiri Pirko
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman
2011-05-09vlan: remove one synchronize_net() callEric Dumazet
2011-04-12net: Missing 'inline' in vlan-disabled vlan_untag()David S. Miller
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko
2010-11-12vlan: Add function to retrieve EtherType from vlan packets.Hao Zheng
2010-10-21vlan: Calling vlan_hwaccel_do_receive() is always valid.Jesse Gross
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu
2009-02-18vlan: Update skb->mac_header in __vlan_put_tag().Jarek Poplawski
2009-01-06vlan: Add GRO interfacesHerbert Xu
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy
2008-07-14vlan: Don't store VLAN tag in cbPatrick McHardy
2008-07-08vlan: avoid header copying and linearisation where possiblePatrick McHardy
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy