summaryrefslogtreecommitdiff
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-20macvlan: Skip loopback packets in RX handlerAlexander Sverdlin1-0/+4
2020-05-10macvlan: Fix potential use-after free for broadcastsHerbert Xu1-2/+8
2020-05-02macvlan: fix null dereference in macvlan_device_event()Taehee Yoo1-1/+1
2020-03-20macvlan: add cond_resched() during multicast processingMahesh Bandewar1-0/+2
2020-01-23macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()Eric Dumazet1-2/+3
2020-01-12macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet1-1/+1
2019-12-05macvlan: schedule bc_work even if errorMenglong Dong1-1/+2
2017-12-20macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck1-1/+1
2017-05-03macvlan: Fix device ref leak when purging bc_queueHerbert Xu1-1/+10
2015-11-17macvlan: fix leak in macvlan_handle_frameSabrina Dubroca1-0/+2
2015-10-13ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-1/+1
2015-08-04macvlan: 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-03net: Kill dev_rebuild_headerEric W. Biederman1-1/+0
2015-01-24macvlan: advertise link netns via netlinkNicolas Dichtel1-0/+6
2014-12-10macvlan: play well with ipvlan deviceMahesh Bandewar1-0/+3
2014-12-10macvlan: allow setting LRO independently of lower deviceMichal Kubeček1-4/+5
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-2/+2
2014-11-30macvlan: delay the header check for dodgy packets into lower deviceJason Wang1-2/+3
2014-10-26macvlan: 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-20net: allow macvlans to move to net namespaceFrancesco Ruggeri1-0/+1
2014-08-22macvlan: Allow setting multicast filter on all macvlan typesVlad Yasevich1-2/+8
2014-08-15Revert "macvlan: simplify the structure port"David S. Miller1-5/+7
2014-08-01macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich1-0/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-09net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+0
2014-06-05macvlan: Support bonding eventsVlad Yasevich1-0/+7
2014-06-03macvlan: add netpoll supportdingtianhong1-1/+65
2014-06-03macvlan: 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-17macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich1-2/+10
2014-05-16macvlan: 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-05-01Revert "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-21macvlan: Move broadcasts into a work queueHerbert Xu1-23/+93
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2014-03-04macvlan: 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-15net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-8/+1
2014-02-14macvlan: unregister net device when netdev_upper_dev_link() failsCong Wang1-2/+3