summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy
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-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller
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-02-01net: replace uses of __constant_{endian}Harvey Harrison
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-08vlan: add neigh_setupFrank Blaschka
2009-01-06vlan: Add GRO interfacesHerbert Xu
2008-12-25vlan: fix convertion to net_device_opsEric Dumazet
2008-11-19vlan: convert to net_device_opsStephen Hemminger
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-10vlan: Fix typos in proc output stringFerenc Wagner
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-10-28vlan: propogate ethtool speed valuesStephen Hemminger
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-09-11vlan: vlan device not reading gso max size of parent.Alexander Duyck
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller
2008-07-14vlan: remove unnecessary include statementsPatrick McHardy
2008-07-14vlan: clean up hard_start_xmit functionsPatrick McHardy
2008-07-14vlan: clean up vlan_dev_hard_header()Patrick McHardy
2008-07-14vlan: ethtool ->get_flags supportPatrick McHardy
2008-07-14vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy
2008-07-148021q: Check return of dev_set_promiscuity/allmultiWang Chen
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller
2008-07-08vlan: avoid header copying and linearisation where possiblePatrick McHardy
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy
2008-07-08vlan: uninline __vlan_hwaccel_rxPatrick McHardy
2008-07-08vlan: Add ethtool supportPatrick McHardy
2008-07-08vlan: Use is_vlan_dev()Joonwoo Park
2008-07-08vlan: fix network_header/mac_header adjustmentsPatrick McHardy
2008-07-05vlan: Add GVRP supportPatrick McHardy
2008-07-05vlan: Move device unregistration before lower dev cleanupPatrick McHardy
2008-07-05vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy