summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* [VLAN]: set_rx_mode support for unicast address listChris Leech2008-02-011-2/+5
* [VLAN]: sparse warning fixStephen Hemminger2008-01-291-0/+2
* [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-292-2/+2
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-295-84/+89
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-294-46/+46
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-293-63/+22Star
* [VLAN]: Clean up unregister_vlan_devPatrick McHardy2008-01-291-40/+32Star
* [VLAN]: Clean up initialization codePatrick McHardy2008-01-292-92/+70Star
* [VLAN]: Remove non-implemented ioctlsPatrick McHardy2008-01-291-22/+1Star
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-294-138/+30Star
* [VLAN]: Kill useless checkPatrick McHardy2008-01-291-18/+0Star
* [VLAN]: Move device setup to vlan_dev.cPatrick McHardy2008-01-293-108/+86Star
* [VLAN]: Use dev->statsPatrick McHardy2008-01-293-10/+5Star
* [VLAN]: Kill useless VLAN_NAME definePatrick McHardy2008-01-291-2/+2
* [VLAN]: nested VLAN: fix lockdep's recursive locking warningJarek Poplawski2008-01-111-1/+6
* [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler.Pavel Emelyanov2007-12-111-1/+1
* [VLAN]: Lost rtnl_unlock() in vlan_ioctl()Pavel Emelyanov2007-12-071-1/+1
* [VLAN]: Fix nested VLAN transmit bugJoonwoo Park2007-11-291-1/+2
* [VLAN]: Allow setting mac address while device is upPatrick McHardy2007-11-113-0/+28
* [VLAN]: Don't synchronize addresses while the vlan device is downPatrick McHardy2007-11-111-0/+4
* [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctlPatrick McHardy2007-11-071-0/+1
* [8021Q]: transfer dev_id from real deviceUrsula Braun2007-10-111-0/+3
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-113-10/+12
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-8/+6Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-2/+0Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-113-7/+8
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+4
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+5
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* [VLAN]: Fix net_device leak.Al Viro2007-09-171-2/+0Star
* [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov2007-08-271-1/+11
* [VLAN] net/8021q/vlanproc.c: fix check-after-useAdrian Bunk2007-08-151-1/+1
* [NET]: ethtool ops are the only wayMatthew Wilcox2007-07-311-3/+0Star
* [8021Q]: vlan_ioctl_handler: fix return valueAndrew Morton2007-07-251-0/+2
* [VLAN]: Fix memset lengthPatrick McHardy2007-07-151-1/+1
* [VLAN]: Use multicast list synchronization helpersPatrick McHardy2007-07-151-129/+2Star
* [VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy2007-07-153-18/+22
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-122-2/+13
* [RTNETLINK]: rtnl_link API simplificationPatrick McHardy2007-07-121-21/+0Star
* [VLAN]: Fix MAC address handlingPatrick McHardy2007-07-123-45/+56
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [VLAN]: Use rtnl_link APIPatrick McHardy2007-07-114-11/+266
* [VLAN]: Introduce symbolic constants for flag valuesPatrick McHardy2007-07-112-7/+8
* [VLAN]: Keep track of number of QoS mappingsPatrick McHardy2007-07-111-6/+21
* [VLAN]: Use 32 bit value for skb->priority mappingPatrick McHardy2007-07-111-2/+2
* [VLAN]: Return proper error codes in register_vlan_devicePatrick McHardy2007-07-111-18/+14Star
* [VLAN]: Move device registation to seperate functionPatrick McHardy2007-07-111-36/+47
* [VLAN]: Split up device checksPatrick McHardy2007-07-111-24/+32