summaryrefslogtreecommitdiff
path: root/net/8021q/vlan_core.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-04bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-0/+2
2009-11-18vlan: Precise RX stats accountingEric Dumazet1-5/+7
2009-11-16vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet1-2/+2
2009-10-30gro: Change all receive functions to return GRO result codesBen Hutchings1-7/+9
2009-10-30gro: Name the GRO result enumeration typeBen Hutchings1-2/+3
2009-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-2/+2
2009-04-14gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu1-1/+3
2009-03-17gro: Fix vlan/netpoll check againHerbert Xu1-3/+6
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu1-7/+4
2009-03-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+10
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu1-0/+10
2009-02-09gro: Optimise Ethernet header comparisonHerbert Xu1-1/+3
2009-01-30gro: Avoid copying headers of unmerged packetsHerbert Xu1-0/+2
2009-01-30gro: Move common completion code into helpersHerbert Xu1-35/+4
2009-01-26vlan: Export symbols as non GPL symbols.Ben Greear1-2/+2
2009-01-06vlan: Add GRO interfacesHerbert Xu1-23/+88
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-12/+31
2008-11-05net: fix packet socket delivery in rx irq handlerPatrick McHardy1-13/+33
2008-11-04net/: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-07-15vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy1-0/+4
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy1-3/+3
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-0/+12
2008-07-08vlan: uninline __vlan_hwaccel_rxPatrick McHardy1-0/+48