| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into core/rcu | Ingo Molnar | 2008-06-16 | 2 | -3/+27 |
|\ |
|
| * | vlan: Use bitmask of feature flags instead of seperate feature bits | Patrick McHardy | 2008-05-23 | 3 | -14/+3 |
| * | [VLAN]: Propagate selected feature bits to VLAN devices | Patrick McHardy | 2008-05-20 | 3 | -0/+37 |
| * | vlan: Correctly handle device notifications for layered VLAN devices | Patrick McHardy | 2008-05-20 | 1 | -3/+1 |
* | | rcu: split list.h and move rcu-protected lists into rculist.h | Franck Bui-Huu | 2008-05-19 | 1 | -0/+1 |
|/ |
|
* | vlan: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 2008-05-02 | 1 | -4/+3 |
* | [VLAN]: Handle vlan devices net namespace changing. | Pavel Emelyanov | 2008-04-16 | 1 | -5/+8 |
* | [VLAN]: Allow vlan devices registration in net namespaces. | Pavel Emelyanov | 2008-04-16 | 3 | -8/+4 |
* | [VLAN]: Make the vlan_name_type per-net. | Pavel Emelyanov | 2008-04-16 | 3 | -9/+16 |
* | [VLAN]: Make the /proc/net/vlan/conf file show per-net info. | Pavel Emelyanov | 2008-04-16 | 1 | -5/+8 |
* | [VLAN]: Create proc entries in the proper net. | Pavel Emelyanov | 2008-04-16 | 2 | -27/+23 |
* | [VLAN]: Add a net argument to proc init and cleanup calls. | Pavel Emelyanov | 2008-04-16 | 3 | -15/+22 |
* | [VLAN]: Introduce the vlan_net structure and init/exit net ops. | Pavel Emelyanov | 2008-04-16 | 2 | -0/+51 |
* | [VLAN]: Tag vlan_group_device with net device, not ifindex. | Pavel Emelyanov | 2008-04-16 | 1 | -11/+11 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -0/+15 |
|\ |
|
| * | [VLAN]: Fix egress priority mappings leak. | Pavel Emelyanov | 2008-04-04 | 1 | -0/+15 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-02 | 3 | -6/+24 |
|\ \
| |/ |
|
| * | [VLAN]: Proc entry is not renamed when vlan device name changes. | Pavel Emelyanov | 2008-04-02 | 3 | -6/+24 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying device | Patrick McHardy | 2008-03-26 | 1 | -1/+1 |
* | | [VLAN]: Reduce memory consumed by vlan_groups | Pavel Emelyanov | 2008-03-26 | 1 | -13/+23 |
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 2 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [8021Q]: vlan_dev misannotations | Al Viro | 2008-03-17 | 1 | -1/+1 |
* | | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-05 | 2 | -7/+7 |
|/ |
|
* | [8021Q]: Use proc_create() to setup ->proc_fops first | Wang Chen | 2008-02-28 | 1 | -7/+4 |
* | [NET]: Restore sanity wrt. print_mac(). | David S. Miller | 2008-02-23 | 1 | -4/+6 |
* | net/8021q/vlan_dev.c: Use print_mac. | Joe Perches | 2008-02-17 | 1 | -6/+4 |
* | [VLAN]: set_rx_mode support for unicast address list | Chris Leech | 2008-01-31 | 1 | -2/+5 |
* | [VLAN]: sparse warning fix | Stephen Hemminger | 2008-01-28 | 1 | -0/+2 |
* | [VLAN]: Move protocol determination to seperate function | Pavel Emelyanov | 2008-01-28 | 1 | -28/+35 |
* | [VLAN]: Clean up vlan_skb_recv() | Patrick McHardy | 2008-01-28 | 1 | -89/+24 |
* | [VLAN]: Update list address | Patrick McHardy | 2008-01-28 | 2 | -2/+2 |
* | [VLAN]: checkpatch cleanups | Patrick McHardy | 2008-01-28 | 5 | -84/+89 |
* | [VLAN]: Turn VLAN_DEV_INFO into inline function | Patrick McHardy | 2008-01-28 | 4 | -46/+46 |
* | [VLAN]: Simplify vlan unregistration | Patrick McHardy | 2008-01-28 | 3 | -63/+22 |
* | [VLAN]: Clean up unregister_vlan_dev | Patrick McHardy | 2008-01-28 | 1 | -40/+32 |
* | [VLAN]: Clean up initialization code | Patrick McHardy | 2008-01-28 | 2 | -92/+70 |
* | [VLAN]: Remove non-implemented ioctls | Patrick McHardy | 2008-01-28 | 1 | -22/+1 |
* | [VLAN]: Clean up debugging and printks | Patrick McHardy | 2008-01-28 | 4 | -138/+30 |
* | [VLAN]: Kill useless check | Patrick McHardy | 2008-01-28 | 1 | -18/+0 |
* | [VLAN]: Move device setup to vlan_dev.c | Patrick McHardy | 2008-01-28 | 3 | -108/+86 |
* | [VLAN]: Use dev->stats | Patrick McHardy | 2008-01-28 | 3 | -10/+5 |
* | [VLAN]: Kill useless VLAN_NAME define | Patrick McHardy | 2008-01-28 | 1 | -2/+2 |
* | [VLAN]: nested VLAN: fix lockdep's recursive locking warning | Jarek Poplawski | 2008-01-10 | 1 | -1/+6 |
* | [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler. | Pavel Emelyanov | 2007-12-11 | 1 | -1/+1 |
* | [VLAN]: Lost rtnl_unlock() in vlan_ioctl() | Pavel Emelyanov | 2007-12-07 | 1 | -1/+1 |
* | [VLAN]: Fix nested VLAN transmit bug | Joonwoo Park | 2007-11-29 | 1 | -1/+2 |
* | [VLAN]: Allow setting mac address while device is up | Patrick McHardy | 2007-11-10 | 3 | -0/+28 |
* | [VLAN]: Don't synchronize addresses while the vlan device is down | Patrick McHardy | 2007-11-10 | 1 | -0/+4 |