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-251-1/+1
* [MACVLAN]: Setting macvlan_handle_frame_hook to NULL when rtnl_link_register(...Rami Rosen2008-02-011-1/+1
* [MACVLAN]: Fix thinko in macvlan_transfer_operstate()Patrick McHardy2008-01-291-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/+0Star
* [MACVLAN]: Prevent nesting macvlan devicesPatrick McHardy2008-01-111-0/+7
* remove duplicate initializer (macvlan)Al Viro2007-10-141-1/+0Star
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-3/+12
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-2/+2
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-4/+0Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Add macvlan driverPatrick McHardy2007-07-151-0/+496