| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl | Patrick McHardy | 2007-11-07 | 1 | -0/+1 |
* | [8021Q]: transfer dev_id from real device | Ursula Braun | 2007-10-10 | 1 | -0/+3 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-10 | 3 | -10/+12 |
* | [NET]: Wrap netdevice hardware header creation. | Stephen Hemminger | 2007-10-10 | 1 | -8/+6 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -2/+0 |
* | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 2007-10-10 | 3 | -7/+8 |
* | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 2007-10-10 | 1 | -0/+4 |
* | [NET]: Make packet reception network namespace safe | Eric W. Biederman | 2007-10-10 | 1 | -0/+5 |
* | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 2007-10-10 | 1 | -2/+3 |
* | [VLAN]: Fix net_device leak. | Al Viro | 2007-09-16 | 1 | -2/+0 |
* | [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt" | Evgeniy Polyakov | 2007-08-26 | 1 | -1/+11 |
* | [VLAN] net/8021q/vlanproc.c: fix check-after-use | Adrian Bunk | 2007-08-14 | 1 | -1/+1 |
* | [NET]: ethtool ops are the only way | Matthew Wilcox | 2007-07-31 | 1 | -3/+0 |
* | [8021Q]: vlan_ioctl_handler: fix return value | Andrew Morton | 2007-07-24 | 1 | -0/+2 |
* | [VLAN]: Fix memset length | Patrick McHardy | 2007-07-14 | 1 | -1/+1 |
* | [VLAN]: Use multicast list synchronization helpers | Patrick McHardy | 2007-07-14 | 1 | -129/+2 |
* | [VLAN]: Fix promiscous/allmulti synchronization races | Patrick McHardy | 2007-07-14 | 3 | -18/+22 |
* | [RTNETLINK]: rtnl_link: allow specifying initial device address | Patrick McHardy | 2007-07-11 | 2 | -2/+13 |
* | [RTNETLINK]: rtnl_link API simplification | Patrick McHardy | 2007-07-11 | 1 | -21/+0 |
* | [VLAN]: Fix MAC address handling | Patrick McHardy | 2007-07-11 | 3 | -45/+56 |
* | [NET]: Make all initialized struct seq_operations const. | Philippe De Muyter | 2007-07-10 | 1 | -1/+1 |
* | [VLAN]: Use rtnl_link API | Patrick McHardy | 2007-07-10 | 4 | -11/+266 |
* | [VLAN]: Introduce symbolic constants for flag values | Patrick McHardy | 2007-07-10 | 2 | -7/+8 |
* | [VLAN]: Keep track of number of QoS mappings | Patrick McHardy | 2007-07-10 | 1 | -6/+21 |
* | [VLAN]: Use 32 bit value for skb->priority mapping | Patrick McHardy | 2007-07-10 | 1 | -2/+2 |