summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_core.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich2013-02-131-0/+1
* net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2013-01-291-4/+2
* vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko2013-01-041-7/+11
* vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko2012-10-161-1/+8
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-081-8/+2
* 8021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli2012-10-021-1/+2
* vlan: add helper which can be called to see if device is used by vlanJiri Pirko2012-08-241-0/+6
* 8021q: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-2/+1
* vlan: add rtnl_dereference() annotationsDan Carpenter2011-12-141-5/+9
* vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko2011-12-081-0/+44
* vlan: introduce vid list with reference countingJiri Pirko2011-12-081-8/+160
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-081-0/+23
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-081-4/+4
* vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar2011-12-031-33/+0
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* | vlan: allow nested vlan_do_receive()Eric Dumazet2011-10-301-2/+5
|/
* vlan: reset headers on accel emulation pathJiri Pirko2011-08-181-0/+2
* vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko2011-07-211-16/+0
* vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko2011-07-211-9/+0
* vlan: introduce __vlan_find_dev_deep()Jiri Pirko2011-07-211-0/+21
* vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2011-06-111-27/+33
* net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko2011-04-121-1/+84
* vlan: lockless transmit pathEric Dumazet2010-11-161-2/+2
* vlan: Centralize handling of hardware acceleration.Jesse Gross2010-10-211-98/+27
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-4/+10
|\
| * vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet2010-09-301-4/+10
* | net: return operator cleanupEric Dumazet2010-09-231-1/+1
* | vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko2010-08-311-1/+1
* | gro: __napi_gro_receive() optimizationsEric Dumazet2010-08-261-3/+6
* | net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2010-08-221-2/+1
|/
* vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia2010-07-181-4/+15
* vlan: 64 bit rx countersEric Dumazet2010-06-281-3/+4
* net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2010-06-101-2/+2
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-171-1/+1
* net: Potential null skb->dev dereferenceEric Dumazet2010-03-181-2/+2
* bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek2010-01-031-0/+2
* vlan: Precise RX stats accountingEric Dumazet2009-11-171-5/+7
* vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet2009-11-151-2/+2
* gro: Change all receive functions to return GRO result codesBen Hutchings2009-10-291-7/+9
* gro: Name the GRO result enumeration typeBen Hutchings2009-10-291-2/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-161-1/+3
|\
| * gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu2009-04-131-1/+3
* | gro: New frags interface to avoid copying shinfoHerbert Xu2009-04-161-2/+2
|/
* gro: Fix vlan/netpoll check againHerbert Xu2009-03-171-3/+6
* GRO: Move netpoll checks to correct locationHerbert Xu2009-03-161-7/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-011-0/+10
|\
| * netpoll: Add drop checks to all entry pointsHerbert Xu2009-03-011-0/+10
* | gro: Optimise Ethernet header comparisonHerbert Xu2009-02-081-1/+3