summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-15/+73
|\
| * macvlan: Let passthru macvlan correctly restore lower mac addressVlad Yasevich2017-06-221-3/+44
| * macvlan: convert port passthru to flags.Vlad Yasevich2017-06-221-13/+24
| * macvlan: Fix passthru macvlan mac address inheritanceVlad Yasevich2017-06-221-1/+2
| * macvlan: Do not return error when setting the same mac addressVlad Yasevich2017-06-221-0/+4
* | net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
|\|
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* | macvlan: propagate the mac address change status for lowerdevZhang Shengju2017-06-141-4/+2
|/
* macvlan: Fix performance issues with vlan tagged packetsVlad Yasevich2017-05-151-2/+5
* macvlan: Fix device ref leak when purging bc_queueHerbert Xu2017-04-251-1/+10
* tap: Abstract type of virtual interface from tap implementationSainath Grandhi2017-02-111-1/+1
* macvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar2017-01-201-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* driver: macvlan: Remove the rcu member of macvlan_portGao Feng2016-12-071-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+2
|\
| * driver: macvlan: Check if need rollback multicast setting in macvlan_openGao Feng2016-11-231-1/+2
* | driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_...Gao Feng2016-11-211-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-9/+22
|\|
| * driver: macvlan: Destroy new macvlan port if macvlan_common_newlink failed.Gao Feng2016-11-091-9/+22
* | driver: macvlan: Replace integer number with bool valueGao Feng2016-11-141-5/+5
* | net: use core MTU range checking in core net infraJarod Wilson2016-10-201-1/+7
|/
* net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-131-1/+1
* net: macvlan: call netdev_lockdep_set_classes()Eric Dumazet2016-06-091-10/+1
* macvlan: Avoid unnecessary multicast cloningHerbert Xu2016-06-011-6/+34
* macvlan: Fix potential use-after free for broadcastsHerbert Xu2016-06-011-2/+8
* macvlan: fix failure during registration v3Francesco Ruggeri2016-04-261-6/+4
* vlan: propagate gso_max_segsEric Dumazet2016-03-171-0/+2
* net: macvlan: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-4/+4
* macvlan: convert to use IFF_NO_QUEUEZhang Shengju2016-02-171-1/+1
* macvlan: make operstate and carrier more accurateNikolay Aleksandrov2016-01-291-0/+2
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-1/+1
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* macvlan: fix leak in macvlan_handle_frameSabrina Dubroca2015-11-171-0/+2
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-121-1/+1
* macvlan: Don't segment multiple tagged packets on macvlan deviceToshiaki Makita2015-08-031-0/+1
* macvlan: Propagate promiscuity setting to lower devices.Vlad Yasevich2015-05-041-0/+15
* macvlan: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+8
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-1/+0
* macvlan: advertise link netns via netlinkNicolas Dichtel2015-01-231-0/+6
* macvlan: play well with ipvlan deviceMahesh Bandewar2014-12-091-0/+3
* macvlan: allow setting LRO independently of lower deviceMichal Kubeček2014-12-091-4/+5
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-021-2/+2
* macvlan: delay the header check for dodgy packets into lower deviceJason Wang2014-11-291-2/+3
* macvlan: fix a race on port dismantle and possible skb leaksEric Dumazet2014-10-251-2/+8
* macvlan: optimize the receive pathjbaron@akamai.com2014-10-101-5/+10
* macvlan: pass 'bool' type to macvlan_count_rx()jbaron@akamai.com2014-10-101-3/+3
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+2