summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [MACVLAN]: Setting macvlan_handle_frame_hook to NULL when rtnl_link_register(...Rami Rosen2008-01-311-1/+1
* [MACVLAN]: Fix thinko in macvlan_transfer_operstate()Patrick McHardy2008-01-281-1/+1
* [MACVLAN]: Allow setting mac address while device is upPatrick McHardy2008-01-281-0/+24
* [MACVLAN]: Remove unnecessary IFF_UP checkPatrick McHardy2008-01-281-2/+0
* [MACVLAN]: Prevent nesting macvlan devicesPatrick McHardy2008-01-101-0/+7
* remove duplicate initializer (macvlan)Al Viro2007-10-141-1/+0
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-3/+12
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-2/+2
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-4/+0
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Add macvlan driverPatrick McHardy2007-07-141-0/+496