aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-03macvlan: Don't segment multiple tagged packets on macvlan deviceToshiaki Makita1-0/+1
2015-05-04macvlan: Propagate promiscuity setting to lower devices.Vlad Yasevich1-0/+15
2015-04-02macvlan: implement ndo_get_iflinkNicolas Dichtel1-1/+8
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-1/+0
2015-01-23macvlan: advertise link netns via netlinkNicolas Dichtel1-0/+6
2014-12-09macvlan: play well with ipvlan deviceMahesh Bandewar1-0/+3
2014-12-09macvlan: allow setting LRO independently of lower deviceMichal Kubeček1-4/+5
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-2/+2
2014-11-29macvlan: delay the header check for dodgy packets into lower deviceJason Wang1-2/+3
2014-10-25macvlan: fix a race on port dismantle and possible skb leaksEric Dumazet1-2/+8
2014-10-10macvlan: optimize the receive pathjbaron@akamai.com1-5/+10
2014-10-10macvlan: pass 'bool' type to macvlan_count_rx()jbaron@akamai.com1-3/+3
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+2
2014-09-29macvlan: add source modeMichael Braun1-3/+301
2014-09-22macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel1-1/+2
2014-09-19net: allow macvlans to move to net namespaceFrancesco Ruggeri1-0/+1
2014-08-21macvlan: Allow setting multicast filter on all macvlan typesVlad Yasevich1-2/+8
2014-08-14Revert "macvlan: simplify the structure port"David S. Miller1-5/+7
2014-07-31macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich1-0/+1
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+0
2014-06-04macvlan: Support bonding eventsVlad Yasevich1-0/+7
2014-06-02macvlan: add netpoll supportdingtianhong1-1/+65
2014-06-02macvlan: fix the problem when mac address changes for passthru modedingtianhong1-12/+38
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+14
2014-05-16macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich1-2/+10
2014-05-15macvlan: simplify the structure portdingtianhong1-7/+5
2014-05-14macvlan: Propagate lowerdev MTU changesdingtianhong1-0/+7
2014-05-12macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen1-2/+4
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2014-04-30Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich1-3/+0
2014-04-23macvlan: Fix leak and NULL dereference on error pathHerbert Xu1-4/+7
2014-04-20macvlan: Move broadcasts into a work queueHerbert Xu1-23/+93
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2014-03-03macvlan: Add support for 'always_on' offload featuresVlad Yasevich1-2/+5
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-8/+1
2014-02-13macvlan: unregister net device when netdev_upper_dev_link() failsCong Wang1-2/+3
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-6/+3
2014-01-10macvlan: forbid L2 fowarding offload for macvtapJason Wang1-1/+4
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+13
2014-01-04macvlan: unify macvlan_pcpu_stats and vlan_pcpu_statsLi RongQing1-4/+4
2013-12-28macvlan: make start_xmit localstephen hemminger1-3/+2
2013-12-26macvlan: fix netdev feature propagation from lower deviceFlorian Westphal1-3/+13
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich1-12/+5
2013-12-05macvlan: Support creating macvtaps from macvlansKevin Wallace1-5/+3
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-1/+35