summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-1/+1
* net: macvlan: call netdev_lockdep_set_classes()Eric Dumazet2016-06-091-10/+1Star
* macvlan: Avoid unnecessary multicast cloningHerbert Xu2016-06-021-6/+34
* macvlan: Fix potential use-after free for broadcastsHerbert Xu2016-06-021-2/+8
* macvlan: fix failure during registration v3Francesco Ruggeri2016-04-261-6/+4Star
* vlan: propagate gso_max_segsEric Dumazet2016-03-181-0/+2
* net: macvlan: use __ethtool_get_ksettingsDavid Decotigny2016-02-261-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-131-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/+0Star
* macvlan: advertise link netns via netlinkNicolas Dichtel2015-01-241-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-031-2/+2
* macvlan: delay the header check for dodgy packets into lower deviceJason Wang2014-11-301-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
* macvlan: add source modeMichael Braun2014-09-291-3/+301
* macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel2014-09-221-1/+2
* net: allow macvlans to move to net namespaceFrancesco Ruggeri2014-09-191-0/+1
* macvlan: Allow setting multicast filter on all macvlan typesVlad Yasevich2014-08-221-2/+8
* Revert "macvlan: simplify the structure port"David S. Miller2014-08-141-5/+7
* macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich2014-08-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-121-1/+0Star
|\
| * net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-081-1/+0Star
* | macvlan: Support bonding eventsVlad Yasevich2014-06-051-0/+7
* | macvlan: add netpoll supportdingtianhong2014-06-031-1/+65
* | macvlan: fix the problem when mac address changes for passthru modedingtianhong2014-06-031-12/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-4/+14
|\|
| * macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich2014-05-171-2/+10
| * macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen2014-05-121-2/+4
* | macvlan: simplify the structure portdingtianhong2014-05-161-7/+5Star
* | macvlan: Propagate lowerdev MTU changesdingtianhong2014-05-141-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-3/+0Star
|\|
| * Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich2014-04-301-3/+0Star
* | macvlan: Fix leak and NULL dereference on error pathHerbert Xu2014-04-231-4/+7
* | macvlan: Move broadcasts into a work queueHerbert Xu2014-04-211-23/+93
|/