summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [VLAN]: Move vlan_group allocation to seperate functionPatrick McHardy2007-07-111-37/+41
* [VLAN]: Move some device intialization code to dev->init callbackPatrick McHardy2007-07-111-46/+46
* [VLAN]: Convert name-based configuration functions to struct netdevice *Patrick McHardy2007-07-113-199/+109Star
* [NET]: Fix comparisons of unsigned < 0.Bill Nottingham2007-06-041-2/+1Star
* VLAN: kill_vid is only useful for VLAN filtering devicesStephen Hemminger2007-06-031-7/+3Star
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-042-14/+25
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-262-5/+5
* [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
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-031-10/+32
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-2/+2
* [NET] 8021Q: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-114-71/+71
* [PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan2006-10-111-1/+1
* [VLAN]: Fix link state propagationStefan Rompf2006-07-241-5/+3Star
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* [PATCH] lockdep: annotate vlan net device as being a special classArjan van de Ven2006-07-041-0/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-211-4/+2Star
* [VLAN]: translate IF_OPER_DORMANT to netif_dormant_on()Stefan Rompf2006-03-211-16/+27
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-1/+1
* [VLAN]: Add two missing checks to vlan_ioctl_handler()Mika Kukkonen2005-12-221-1/+5