nfsd4: fix unlikely race in session replay case
[safe/jmp/linux-2.6] / net / 8021q /
2008-04-16 Pavel Emelyanov[VLAN]: Allow vlan devices registration in net namespaces.
2008-04-16 Pavel Emelyanov[VLAN]: Make the vlan_name_type per-net.
2008-04-16 Pavel Emelyanov[VLAN]: Make the /proc/net/vlan/conf file show per...
2008-04-16 Pavel Emelyanov[VLAN]: Create proc entries in the proper net.
2008-04-16 Pavel Emelyanov[VLAN]: Add a net argument to proc init and cleanup...
2008-04-16 Pavel Emelyanov[VLAN]: Introduce the vlan_net structure and init/exit...
2008-04-16 Pavel Emelyanov[VLAN]: Tag vlan_group_device with net device, not...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-04 Pavel Emelyanov[VLAN]: Fix egress priority mappings leak.
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-04-02 Pavel Emelyanov[VLAN]: Proc entry is not renamed when vlan device...
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Pavel Emelyanov[VLAN]: Reduce memory consumed by vlan_groups
2008-03-26 Patrick McHardy[VLAN]: Don't copy ALLMULTI/PROMISC flags from underlyi...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 Al Viro[8021Q]: vlan_dev misannotations
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-28 Wang Chen[8021Q]: Use proc_create() to setup ->proc_fops first
2008-02-24 David S. Miller[NET]: Restore sanity wrt. print_mac().
2008-02-18 Joe Perchesnet/8021q/vlan_dev.c: Use print_mac.
2008-02-01 Chris Leech[VLAN]: set_rx_mode support for unicast address list
2008-01-28 Stephen Hemminger[VLAN]: sparse warning fix
2008-01-28 Pavel Emelyanov[VLAN]: Move protocol determination to seperate function
2008-01-28 Patrick McHardy[VLAN]: Clean up vlan_skb_recv()
2008-01-28 Patrick McHardy[VLAN]: Update list address
2008-01-28 Patrick McHardy[VLAN]: checkpatch cleanups
2008-01-28 Patrick McHardy[VLAN]: Turn VLAN_DEV_INFO into inline function
2008-01-28 Patrick McHardy[VLAN]: Simplify vlan unregistration
2008-01-28 Patrick McHardy[VLAN]: Clean up unregister_vlan_dev
2008-01-28 Patrick McHardy[VLAN]: Clean up initialization code
2008-01-28 Patrick McHardy[VLAN]: Remove non-implemented ioctls
2008-01-28 Patrick McHardy[VLAN]: Clean up debugging and printks
2008-01-28 Patrick McHardy[VLAN]: Kill useless check
2008-01-28 Patrick McHardy[VLAN]: Move device setup to vlan_dev.c
2008-01-28 Patrick McHardy[VLAN]: Use dev->stats
2008-01-28 Patrick McHardy[VLAN]: Kill useless VLAN_NAME define
2008-01-11 Jarek Poplawski[VLAN]: nested VLAN: fix lockdep's recursive locking...
2007-12-11 Pavel Emelyanov[VLAN]: Fix potential race in vlan_cleanup_module vs...
2007-12-07 Pavel Emelyanov[VLAN]: Lost rtnl_unlock() in vlan_ioctl()
2007-11-29 Joonwoo Park[VLAN]: Fix nested VLAN transmit bug
2007-11-11 Patrick McHardy[VLAN]: Allow setting mac address while device is up
2007-11-11 Patrick McHardy[VLAN]: Don't synchronize addresses while the vlan...
2007-11-07 Patrick McHardy[VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl
2007-10-10 Ursula Braun[8021Q]: transfer dev_id from real device
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-09-16 Al Viro[VLAN]: Fix net_device leak.
2007-08-27 Evgeniy Polyakov[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception...
2007-08-15 Adrian Bunk[VLAN] net/8021q/vlanproc.c: fix check-after-use
2007-07-31 Matthew Wilcox[NET]: ethtool ops are the only way
2007-07-24 Andrew Morton[8021Q]: vlan_ioctl_handler: fix return value
2007-07-15 Patrick McHardy[VLAN]: Fix memset length
2007-07-15 Patrick McHardy[VLAN]: Use multicast list synchronization helpers
2007-07-15 Patrick McHardy[VLAN]: Fix promiscous/allmulti synchronization races
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link: allow specifying initial device...
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link API simplification
2007-07-12 Patrick McHardy[VLAN]: Fix MAC address handling
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 Patrick McHardy[VLAN]: Use rtnl_link API
2007-07-11 Patrick McHardy[VLAN]: Introduce symbolic constants for flag values
2007-07-11 Patrick McHardy[VLAN]: Keep track of number of QoS mappings
2007-07-11 Patrick McHardy[VLAN]: Use 32 bit value for skb->priority mapping
2007-07-11 Patrick McHardy[VLAN]: Return proper error codes in register_vlan_device
2007-07-11 Patrick McHardy[VLAN]: Move device registation to seperate function
2007-07-11 Patrick McHardy[VLAN]: Split up device checks
2007-07-11 Patrick McHardy[VLAN]: Move vlan_group allocation to seperate function
2007-07-11 Patrick McHardy[VLAN]: Move some device intialization code to dev...
2007-07-11 Patrick McHardy[VLAN]: Convert name-based configuration functions...
2007-06-04 Bill Nottingham[NET]: Fix comparisons of unsigned < 0.
2007-06-03 Stephen HemmingerVLAN: kill_vid is only useful for VLAN filtering devices
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 David S. Miller[VLAN] vlan_dev: Use skb_reset_network_header().
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 YOSHIFUJI Hideaki[NET] 8021Q: Use htons() where appropriate.
2007-04-13 Jerome Borsboom[VLAN]: Allow VLAN interface on top of bridge interface
2007-03-03 Dan Aloni[VLAN]: Avoid a 4-order allocation.
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] 8021Q: Fix whitespace errors.
2006-10-10 Alexey Dobriyan[PATCH] Finish annotations of struct vlan_ethhdr
2006-07-24 Stefan Rompf[VLAN]: Fix link state propagation
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-07-03 Arjan van de Ven[PATCH] lockdep: annotate vlan net device as being...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-21 Herbert Xu[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pul...
2006-03-21 Stefan Rompf[VLAN]: translate IF_OPER_DORMANT to netif_dormant_on()
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-10 Kris Katterjohn[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
2005-12-22 Mika Kukkonen[VLAN]: Add two missing checks to vlan_ioctl_handler()
2005-12-15 Stephen Hemminger[VLAN]: Fix hardware rx csum errors
2005-09-19 Alexey Dobriyan[8021Q]: Add endian annotations.
2005-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-07-12 Tommy Christensen[VLAN]: Fix early vlan adding leads to not functional...
2005-07-12 Sam Ravnborg[NET]: move config options out to individual protocols
next