summaryrefslogtreecommitdiff
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)Author
2020-06-20macvlan: Skip loopback packets in RX handlerAlexander Sverdlin
2020-05-10macvlan: Fix potential use-after free for broadcastsHerbert Xu
2020-05-02macvlan: fix null dereference in macvlan_device_event()Taehee Yoo
2020-03-20macvlan: add cond_resched() during multicast processingMahesh Bandewar
2020-01-23macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()Eric Dumazet
2020-01-12macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet
2019-12-05macvlan: schedule bc_work even if errorMenglong Dong
2017-12-20macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck
2017-05-02macvlan: Fix device ref leak when purging bc_queueHerbert Xu
2015-11-17macvlan: fix leak in macvlan_handle_frameSabrina Dubroca
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-08-03macvlan: Don't segment multiple tagged packets on macvlan deviceToshiaki Makita
2015-05-04macvlan: Propagate promiscuity setting to lower devices.Vlad Yasevich
2015-04-02macvlan: implement ndo_get_iflinkNicolas Dichtel
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-01-23macvlan: advertise link netns via netlinkNicolas Dichtel
2014-12-09macvlan: play well with ipvlan deviceMahesh Bandewar
2014-12-09macvlan: allow setting LRO independently of lower deviceMichal Kubeček
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-29macvlan: delay the header check for dodgy packets into lower deviceJason Wang
2014-10-25macvlan: fix a race on port dismantle and possible skb leaksEric Dumazet
2014-10-10macvlan: optimize the receive pathjbaron@akamai.com
2014-10-10macvlan: pass 'bool' type to macvlan_count_rx()jbaron@akamai.com
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-09-29macvlan: add source modeMichael Braun
2014-09-22macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel
2014-09-19net: allow macvlans to move to net namespaceFrancesco Ruggeri
2014-08-21macvlan: Allow setting multicast filter on all macvlan typesVlad Yasevich
2014-08-14Revert "macvlan: simplify the structure port"David S. Miller
2014-07-31macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-04macvlan: Support bonding eventsVlad Yasevich
2014-06-02macvlan: add netpoll supportdingtianhong
2014-06-02macvlan: fix the problem when mac address changes for passthru modedingtianhong
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich
2014-05-15macvlan: simplify the structure portdingtianhong
2014-05-14macvlan: Propagate lowerdev MTU changesdingtianhong
2014-05-12macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-30Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich
2014-04-23macvlan: Fix leak and NULL dereference on error pathHerbert Xu
2014-04-20macvlan: Move broadcasts into a work queueHerbert Xu
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-03macvlan: Add support for 'always_on' offload featuresVlad Yasevich
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-13macvlan: unregister net device when netdev_upper_dev_link() failsCong Wang