summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* macvlan: Introduce 'passthru' mode to takeover the underlying deviceSridhar Samudrala2010-11-221-1/+32
* macvlan: lockless tx pathEric Dumazet2010-11-161-45/+35
* netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-171-0/+4
* macvlan: Fix rx counters update in macvlan_handle_frame()Sridhar Samudrala2010-07-271-4/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-271-2/+8
|\
| * macvtap: Limit packet queue lengthHerbert Xu2010-07-221-2/+8
* | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-091-1/+1
* | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-3/+3
* | macvlan: 64 bit rx countersEric Dumazet2010-06-281-14/+23
* | macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko2010-06-151-12/+16
* | net: add rx_handler data pointerJiri Pirko2010-06-151-1/+1
* | macvlan: use call_rcu for port freeJiri Pirko2010-06-071-2/+10
* | net: replace hooks in __netif_receive_skb V5Jiri Pirko2010-06-021-6/+13
|/
* macvlan: do proper cleanup in macvlan_common_newlink() V2Jiri Pirko2010-05-241-1/+8
* net: congestion notifications are not dropped packetsEric Dumazet2010-05-161-1/+1
* net: adjust handle_macvlan to pass port struct to hookJiri Pirko2010-05-151-6/+2
* net: move address list functions to a separate fileJiri Pirko2010-04-031-5/+5
* net: forbid underlaying devices to change its typeJiri Pirko2010-03-181-0/+3
* macvlan: allow multiple driver backendsArnd Bergmann2010-02-031-64/+49
* net: maintain namespace isolation between vlan and real deviceArnd Bergmann2010-02-031-1/+1
* macvlan: add GRO bit to features maskPatrick Mullaney2010-01-161-1/+1
* netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney2009-12-031-21/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-0/+2
|\
| * macvlan: fix gso_max_size settingPatrick McHardy2009-11-231-0/+2
* | macvlan: export macvlan mode through netlinkArnd Bergmann2009-11-261-6/+50
* | macvlan: implement bridge, VEPA and private modeArnd Bergmann2009-11-261-8/+72
* | macvlan: cleanup rx statisticsArnd Bergmann2009-11-261-29/+41
* | macvlan: Precise RX stats accountingEric Dumazet2009-11-171-10/+66
* | vlan/macvlan: propagate transmission state to upper layersPatrick McHardy2009-11-131-1/+1
* | net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-081-2/+2
* | net: add a list_head parameter to dellink() methodEric Dumazet2009-10-281-3/+3
|/
* 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
OpenPOWER on IntegriCloud