summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)AuthorLines
2008-05-08macvlan: Fix memleak on device removal/crash on module removalPatrick McHardy-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-1/+1
2008-01-31[MACVLAN]: Setting macvlan_handle_frame_hook to NULL when rtnl_link_register(...Rami Rosen-1/+1
2008-01-28[MACVLAN]: Fix thinko in macvlan_transfer_operstate()Patrick McHardy-1/+1
2008-01-28[MACVLAN]: Allow setting mac address while device is upPatrick McHardy-0/+24
2008-01-28[MACVLAN]: Remove unnecessary IFF_UP checkPatrick McHardy-2/+0
2008-01-10[MACVLAN]: Prevent nesting macvlan devicesPatrick McHardy-0/+7
2007-10-14remove duplicate initializer (macvlan)Al Viro-1/+0
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger-3/+12
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger-2/+2
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik-4/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman-1/+1
2007-07-14[NET]: Add macvlan driverPatrick McHardy-0/+496