summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-211-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-07-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-111-1/+0
|\
| * net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-081-1/+0
* | macvlan: Support bonding eventsVlad Yasevich2014-06-041-0/+7
* | macvlan: add netpoll supportdingtianhong2014-06-021-1/+65
* | macvlan: fix the problem when mac address changes for passthru modedingtianhong2014-06-021-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-161-2/+10
| * macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen2014-05-121-2/+4
* | macvlan: simplify the structure portdingtianhong2014-05-151-7/+5
* | 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/+0
|\ \ | |/
| * Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich2014-04-301-3/+0
* | macvlan: Fix leak and NULL dereference on error pathHerbert Xu2014-04-231-4/+7
* | macvlan: Move broadcasts into a work queueHerbert Xu2014-04-201-23/+93
|/
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-2/+5
|\
| * macvlan: Add support for 'always_on' offload featuresVlad Yasevich2014-03-031-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-2/+3
|\ \ | |/
| * macvlan: unregister net device when netdev_upper_dev_link() failsCong Wang2014-02-131-2/+3
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-8/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-7/+7
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-6/+3
OpenPOWER on IntegriCloud