aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich2014-09-131-0/+1
* macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen2014-06-091-2/+4
* Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich2014-06-091-3/+0
* macvlan: fix passthru mode race between dev removal and rx pathJiri Pirko2013-05-301-3/+4
* macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich2013-03-271-0/+1
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-101-1/+1
* macvlan: fix a possible use after freeEric Dumazet2012-02-031-0/+1
* macvlan: receive multicast with local addressstephen hemminger2011-11-041-0/+7
* macvlan: handle fragmented multicast framesEric Dumazet2011-10-181-0/+3
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-1/+1
|\
| * macvlan/macvtap: Fix unicast between macvtap interfaces in bridge modeDavid Ward2011-10-041-1/+1
* | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-1/+2
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-271-1/+1
* macvlan: do vlan cleanupJiri Pirko2011-07-211-12/+0
* macvlan: add VLAN filters to lowerdevJohn Fastabend2011-06-061-1/+38
* macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward2011-05-221-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-22/+12
|\
| * macvlan: fix panic if lowerdev in a bondEric Dumazet2011-05-201-2/+2
| * macvlan: remove one synchronize_rcu() callEric Dumazet2011-05-201-4/+5
| * net: use batched device unregister in veth and macvlanEric Dumazet2011-05-091-1/+4
| * net: macvlan: convert to hw_featuresMichał Mirosław2011-04-171-15/+1
* | macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu()Lai Jiangshan2011-05-071-9/+1
|/
* macvlan: Fix use after free of struct macvlan_port.Eric W. Biederman2011-03-211-6/+12
* net: introduce rx_handler results and logic around thatJiri Pirko2011-03-161-5/+6
* macvlan : fix checksums error when we are in bridge modeDaniel Lezcano2011-03-141-0/+3
* 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