summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-203-0/+37
* | vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy2008-05-201-3/+1
|/
* vlan: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-4/+3
* [VLAN]: Handle vlan devices net namespace changing.Pavel Emelyanov2008-04-161-5/+8
* [VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov2008-04-163-8/+4
* [VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov2008-04-163-9/+16
* [VLAN]: Make the /proc/net/vlan/conf file show per-net info.Pavel Emelyanov2008-04-161-5/+8
* [VLAN]: Create proc entries in the proper net.Pavel Emelyanov2008-04-162-27/+23
* [VLAN]: Add a net argument to proc init and cleanup calls.Pavel Emelyanov2008-04-163-15/+22
* [VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov2008-04-162-0/+51
* [VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov2008-04-161-11/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-0/+15
|\
| * [VLAN]: Fix egress priority mappings leak.Pavel Emelyanov2008-04-041-0/+15
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-023-6/+24
|\|
| * [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-023-6/+24
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-1/+1
|\|
| * [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying devicePatrick McHardy2008-03-261-1/+1
* | [VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov2008-03-261-13/+23
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-262-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-1/+1
|\|
| * [8021Q]: vlan_dev misannotationsAl Viro2008-03-171-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-052-7/+7
|/
* [8021Q]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-7/+4
* [NET]: Restore sanity wrt. print_mac().David S. Miller2008-02-231-4/+6
* net/8021q/vlan_dev.c: Use print_mac.Joe Perches2008-02-171-6/+4