aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-24net: drivers: get ready for const netdev->dev_addrJakub Kicinski1-1/+2
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-4/+4
2021-06-01macvlan: Fix a typoZheng Yongjun1-1/+1
2021-04-27macvlan: Use 'hash' iterators to simplify codeChristophe JAILLET1-27/+18
2021-04-25macvlan: Add nodst option to macvlan type sourceJethro Beekman1-5/+14
2021-01-05macvlan: remove redundant null check on dataYunjian Wang1-1/+1
2020-12-03macvlan: Support for high multicast packet rateThomas Karlsson1-2/+38
2020-11-07net: macvlan: remove redundant initialization in macvlan_dev_netpoll_setupMenglong Dong1-1/+1
2020-11-03net: macvlan: Demote nonconformant function headerLee Jones1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18macvlan: validate setting of multiple remote source MAC addressesAlvin Šipraga1-4/+17
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang1-3/+2
2020-06-09net: change addr_list_lock back to static keyCong Wang1-2/+11
2020-05-26macvlan: Skip loopback packets in RX handlerAlexander Sverdlin1-0/+4
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+2
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-04-22macvlan: silence RCU list debugging warningWei Yongjun1-1/+2
2020-04-21macvlan: fix null dereference in macvlan_device_event()Taehee Yoo1-1/+1
2020-03-09macvlan: add cond_resched() during multicast processingMahesh Bandewar1-0/+2
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2020-01-16macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()Eric Dumazet1-2/+3
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-08macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet1-1/+1
2019-12-25net: macvlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-11-25macvlan: schedule bc_work even if errorMenglong Dong1-1/+2
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-7/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-12/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29macvlan: Replace strncpy() by strscpy()Gustavo A. R. Silva1-1/+1
2019-05-20macvlan: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-09macvlan: disable SIOCSHWTSTAMP in containerHangbin Liu1-0/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-03-20macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real deviceHangbin Liu1-0/+48
2019-02-24macvlan: add ndo_change_proto_down supportAndy Roulin1-0/+1
2019-01-31macvlan: use netif_is_macvlan_port()Julian Wiedmann1-4/+2
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-01-17macvlan: replace kfree_skb by consume_skb for drop profilesYang Wei1-1/+1
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata1-2/+2
2018-12-03macvlan: return correct error valueMatteo Croce1-2/+5
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-1/+1
2018-07-11macvlan: Change status when lower device goes downTravis Brown1-0/+1
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-8/+2
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck1-26/+21
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck1-12/+19
2018-03-11macvlan: filter out unsupported feature flagsShannon Nelson1-1/+1