aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)Author
2020-04-21macvlan: fix null dereference in macvlan_device_event()Taehee Yoo
2020-03-09macvlan: add cond_resched() during multicast processingMahesh Bandewar
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()Eric Dumazet
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-08macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet
2019-12-25net: macvlan: Use the PHY time stamping interface.Richard Cochran
2019-11-25macvlan: schedule bc_work even if errorMenglong Dong
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29macvlan: Replace strncpy() by strscpy()Gustavo A. R. Silva
2019-05-20macvlan: Mark expected switch fall-throughGustavo A. R. Silva
2019-05-09macvlan: disable SIOCSHWTSTAMP in containerHangbin Liu
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-20macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real deviceHangbin Liu
2019-02-24macvlan: add ndo_change_proto_down supportAndy Roulin
2019-01-31macvlan: use netif_is_macvlan_port()Julian Wiedmann
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-17macvlan: replace kfree_skb by consume_skb for drop profilesYang Wei
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-12-03macvlan: return correct error valueMatteo Croce
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee
2018-07-11macvlan: Change status when lower device goes downTravis Brown
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck
2018-03-11macvlan: filter out unsupported feature flagsShannon Nelson
2018-02-23macvlan: fix use-after-free in macvlan_common_newlink()Alexey Kodanev
2018-01-02macvlan: Fix one possible double freeGao Feng
2017-10-19macvlan/macvtap: Add support for L2 forwarding offloads with macvtapAlexander Duyck
2017-10-14macvlan: Only update pkt_type if destination MAC address matchesAlexander Duyck
2017-10-14macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-09-20macvlan: code refine to check data before usingZhang Shengju
2017-08-18macvlan: add offload features for encapsulationDimitris Michailidis
2017-07-17macvlan/macvtap: Remove NETIF_F_UFO advertisement.David S. Miller
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-22macvlan: Let passthru macvlan correctly restore lower mac addressVlad Yasevich
2017-06-22macvlan: convert port passthru to flags.Vlad Yasevich
2017-06-22macvlan: Fix passthru macvlan mac address inheritanceVlad Yasevich
2017-06-22macvlan: Do not return error when setting the same mac addressVlad Yasevich
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-14macvlan: propagate the mac address change status for lowerdevZhang Shengju
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller