summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-091-2/+13
* vlan: avoid header copying and linearisation where possiblePatrick McHardy2008-07-091-29/+5Star
* vlan: TCI related type and naming cleanupsPatrick McHardy2008-07-081-24/+23Star
* vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-081-5/+0Star
* vlan: Add ethtool supportPatrick McHardy2008-07-081-0/+18
* vlan: Use is_vlan_dev()Joonwoo Park2008-07-081-1/+1
* vlan: fix network_header/mac_header adjustmentsPatrick McHardy2008-07-081-1/+0Star
* vlan: Add GVRP supportPatrick McHardy2008-07-061-2/+16
* vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy2008-07-061-11/+9Star
* vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy2008-05-231-4/+1Star
* [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-201-0/+5
* [VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov2008-04-161-3/+0Star
* 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-03-281-1/+1
|\|
| * [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying devicePatrick McHardy2008-03-261-1/+1
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* | 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-181-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-6/+6
|/
* [NET]: Restore sanity wrt. print_mac().David S. Miller2008-02-241-4/+6
* net/8021q/vlan_dev.c: Use print_mac.Joe Perches2008-02-181-6/+4Star
* [VLAN]: set_rx_mode support for unicast address listChris Leech2008-02-011-2/+5
* [VLAN]: Move protocol determination to seperate functionPavel Emelyanov2008-01-291-28/+35
* [VLAN]: Clean up vlan_skb_recv()Patrick McHardy2008-01-291-89/+24Star
* [VLAN]: Update list addressPatrick McHardy2008-01-291-1/+1
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-291-49/+49
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-291-28/+28
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-291-37/+19Star
* [VLAN]: Kill useless checkPatrick McHardy2008-01-291-18/+0Star
* [VLAN]: Move device setup to vlan_dev.cPatrick McHardy2008-01-291-14/+86
* [VLAN]: Use dev->statsPatrick McHardy2008-01-291-4/+4
* [VLAN]: Fix nested VLAN transmit bugJoonwoo Park2007-11-291-1/+2
* [VLAN]: Allow setting mac address while device is upPatrick McHardy2007-11-111-0/+26
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-2/+2
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-8/+6Star
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+5
* [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov2007-08-271-1/+11
* [NET]: ethtool ops are the only wayMatthew Wilcox2007-07-311-3/+0Star
* [VLAN]: Use multicast list synchronization helpersPatrick McHardy2007-07-151-129/+2Star
* [VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy2007-07-151-18/+20
* [VLAN]: Fix MAC address handlingPatrick McHardy2007-07-121-39/+18Star
* [VLAN]: Introduce symbolic constants for flag valuesPatrick McHardy2007-07-111-6/+7
* [VLAN]: Keep track of number of QoS mappingsPatrick McHardy2007-07-111-6/+21
* [VLAN]: Convert name-based configuration functions to struct netdevice *Patrick McHardy2007-07-111-105/+37Star
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-2/+2
* [VLAN] vlan_dev: Use skb_reset_network_header().David S. Miller2007-04-261-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-1/+1
* [NET] 8021Q: Use htons() where appropriate.YOSHIFUJI Hideaki2007-04-261-3/+3
* [VLAN]: Allow VLAN interface on top of bridge interfaceJerome Borsboom2007-04-141-0/+3