summaryrefslogtreecommitdiff
path: root/net/8021q/vlan_core.c
AgeCommit message (Expand)Author
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter
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-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet
2011-08-18vlan: reset headers on accel emulation pathJiri 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: introduce __vlan_find_dev_deep()Jiri Pirko
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko
2010-11-16vlan: lockless transmit pathEric Dumazet
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-30vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-08-31vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko
2010-08-26gro: __napi_gro_receive() optimizationsEric Dumazet
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia
2010-06-28vlan: 64 bit rx countersEric Dumazet
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek
2009-11-17vlan: Precise RX stats accountingEric Dumazet
2009-11-15vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu
2009-04-13gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu
2009-03-17gro: Fix vlan/netpoll check againHerbert Xu
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu
2009-02-08gro: Optimise Ethernet header comparisonHerbert Xu
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu
2009-01-29gro: Move common completion code into helpersHerbert Xu
2009-01-26vlan: Export symbols as non GPL symbols.Ben Greear
2009-01-06vlan: Add GRO interfacesHerbert Xu
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller
2008-07-14vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy