aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* vlan: update vlan carrier state for admin up/downJay Vosburgh2009-04-252-0/+7
* vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy2009-04-171-1/+2
* gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu2009-04-131-1/+3
* gro: Fix vlan/netpoll check againHerbert Xu2009-03-171-3/+6
* GRO: Move netpoll checks to correct locationHerbert Xu2009-03-161-7/+4
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-051-1/+2
|\
| * vlan: Fix vlan-in-vlan crashes.David S. Miller2009-03-041-1/+2
* | 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
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* | 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 neigh_setupFrank Blaschka2009-01-081-0/+14
* vlan: Add GRO interfacesHerbert Xu2009-01-061-23/+88
* vlan: fix convertion to net_device_opsEric Dumazet2008-12-251-2/+20
* vlan: convert to net_device_opsStephen Hemminger2008-11-192-20/+28
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-1/+1
|\
| * vlan: Fix typos in proc output stringFerenc Wagner2008-11-101-1/+1
* | 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-032-3/+0
* | vlan: propogate ethtool speed valuesStephen Hemminger2008-10-283-6/+30
|/
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-201-1/+1
* vlan: vlan device not reading gso max size of parent.Alexander Duyck2008-09-112-0/+2
* netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-221-0/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-0/+3
|\
| * Merge branch 'linus' into core/rcuIngo Molnar2008-06-162-3/+27
| |\
| * | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
* | | netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-4/+6
* | | vlan: remove unnecessary include statementsPatrick McHardy2008-07-143-22/+4
* | | vlan: clean up hard_start_xmit functionsPatrick McHardy2008-07-141-35/+6
* | | vlan: clean up vlan_dev_hard_header()Patrick McHardy2008-07-141-46/+9
* | | vlan: ethtool ->get_flags supportPatrick McHardy2008-07-141-0/+13
* | | vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy2008-07-141-0/+4
* | | 8021q: Check return of dev_set_promiscuity/allmultiWang Chen2008-07-141-6/+22
* | | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-081-2/+13
* | | vlan: avoid header copying and linearisation where possiblePatrick McHardy2008-07-081-29/+5
* | | vlan: TCI related type and naming cleanupsPatrick McHardy2008-07-085-59/+55
* | | vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-084-9/+62
* | | vlan: uninline __vlan_hwaccel_rxPatrick McHardy2008-07-083-4/+61
* | | vlan: Add ethtool supportPatrick McHardy2008-07-081-0/+18
* | | vlan: Use is_vlan_dev()Joonwoo Park2008-07-083-4/+3
* | | vlan: fix network_header/mac_header adjustmentsPatrick McHardy2008-07-081-1/+0
* | | vlan: Add GVRP supportPatrick McHardy2008-07-057-13/+132
* | | vlan: Move device unregistration before lower dev cleanupPatrick McHardy2008-07-051-2/+2
* | | vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy2008-07-054-19/+14
| |/ |/|
* | vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy2008-05-233-14/+3