aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_vlan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-6/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2014-05-20vlan: Fix build error wth vlan_get_encap_level()Vlad Yasevich1-5/+11
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-0/+6
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-1/+2
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-2/+2
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong1-0/+7
2014-03-24if_vlan: Call dev_kfree_skb_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-01-058021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021QHannes Frederic Sowa1-19/+19
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller1-2/+96
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry1-1/+8
2013-07-18vlan: mask vlan prio bitsEric Dumazet1-2/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-19net: vlan: fix comment for vlan_ethhdr->h_vlan_protoOlaf Hering1-1/+1
2013-06-07net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann1-2/+0
2013-04-21net: vlan: fix dummy function signatures for CONFIG_VLAN=nPatrick McHardy1-3/+4
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-2/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-9/+24
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-02-23vlan: adjust vlan_set_encap_proto() for its callersCong Wang1-3/+3
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-50/+1
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-4/+4
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko1-2/+7
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-19if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of itJoe Perches1-4/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko1-0/+15
2011-12-08vlan: introduce vid list with reference countingJiri Pirko1-16/+1
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo callsJiri Pirko1-0/+12
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-1/+1
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar1-0/+34
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet1-3/+3
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-19/+0
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-20/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-22/+0
2011-07-21vlan: kill vlan_hwaccel_receive_skbJiri Pirko1-13/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+8
2011-07-21vlan: finish removing vlan_find_dev from public headerJiri Pirko1-6/+0
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-11/+0
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko1-3/+22
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman1-0/+5
2011-05-09vlan: remove one synchronize_net() callEric Dumazet1-1/+0
2011-04-12net: Missing 'inline' in vlan-disabled vlan_untag()David S. Miller1-1/+1
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-2/+8
2010-11-12vlan: Add function to retrieve EtherType from vlan packets.Hao Zheng1-0/+25
2010-10-21vlan: Calling vlan_hwaccel_do_receive() is always valid.Jesse Gross1-1/+2
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross1-2/+4