summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-291-0/+2
* | gro: Move common completion code into helpersHerbert Xu2009-01-291-35/+4
|/
* vlan: Export symbols as non GPL symbols.Ben Greear2009-01-261-2/+2
* vlan: Add GRO interfacesHerbert Xu2009-01-061-23/+88
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-12/+31
|\
| * net: fix packet socket delivery in rx irq handlerPatrick McHardy2008-11-041-13/+33
* | net/: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
|/
* vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy2008-07-141-0/+4
* vlan: TCI related type and naming cleanupsPatrick McHardy2008-07-081-3/+3
* vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-081-0/+12
* vlan: uninline __vlan_hwaccel_rxPatrick McHardy2008-07-081-0/+48
OpenPOWER on IntegriCloud