summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* macvlan: add multiqueue capabilityEric Dumazet2009-09-031-6/+27
* macvlan: Use compare_ether_addr_64bits()Eric Dumazet2009-09-011-3/+3
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* drivers/net/macvlan.c: fix cloning of tagged VLAN interfacessg.tweak@gmail.com2009-06-111-0/+1
* net: convert unicast addr listJiri Pirko2009-05-291-5/+6
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-181-0/+1
* net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy2009-04-211-19/+3
* vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy2009-04-171-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-021-0/+3
|\
| * macvlan: don't broadcast PAUSE frames to macvlan devicesPatrick McHardy2008-11-261-0/+3
* | netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-2/+2
* | macvlan: convert to net_device_opsStephen Hemminger2008-11-191-7/+12
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* | 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-171-2/+4
* | macvlan: Check return of dev_set_allmultiWang Chen2008-07-141-3/+11
* | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-081-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-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
OpenPOWER on IntegriCloud