summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/macvlan.c: fix cloning of tagged VLAN interfacessg.tweak@gmail.com2009-06-111-0/+1
* net: convert unicast addr listJiri Pirko2009-05-301-5/+6
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-191-0/+1
* net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy2009-04-211-19/+3Star
* vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy2009-04-181-3/+6
* macvlan: Deterministic ingress packet deliveryEric Biederman2009-03-131-13/+60
* macvlan: Support creating macvlans from macvlansEric Biederman2009-03-131-5/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-031-0/+3
|\
| * macvlan: don't broadcast PAUSE frames to macvlan devicesPatrick McHardy2008-11-271-0/+3
* | netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-2/+2
* | macvlan: convert to net_device_opsStephen Hemminger2008-11-201-7/+12
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* | macvlan: add support for ethtool get settingsStephen Hemminger2008-10-291-0/+24
|/
* netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-221-0/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-1/+1
|\
| * rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-1/+1
* | netdev: Allocate multiple queues for TX.David S. Miller2008-07-181-2/+4
* | macvlan: Check return of dev_set_allmultiWang Chen2008-07-151-3/+11
* | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-091-1/+13
|/
* macvlan: Fix memleak on device removal/crash on module removalPatrick McHardy2008-05-081-1/+1
* [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