aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-10net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang1-1/+3
2022-10-14net: macvlan: change schedule system_wq to system_unbound_wqzhangxiangqian1-1/+1
2022-10-09macvlan: enforce a consistent minimal mtuEric Dumazet1-1/+1
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-09vlan: adopt u64_stats_tEric Dumazet1-9/+9
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-4/+2
2022-04-13macvlan: Fix leaking skb in source mode with nodst optionMartin Willi1-2/+6
2022-03-14net: macvlan: add net device refcount trackerZiyang Xuan1-2/+2
2022-03-14net: macvlan: fix potential UAF problem for lowerdevZiyang Xuan1-1/+13
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-03-04net: macvlan: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-2/+2
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-2/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-2/+2
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-2/+2
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