summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-11net: ethernet: mtk_wed: rename tx_wdma array in rx_wdmaLorenzo Bianconi2-9/+10
2022-11-11net: ethernet: mtk_wed: introduce wed wo supportLorenzo Bianconi6-4/+622
2022-11-11net: ethernet: mtk_wed: introduce wed mcu supportSujuan Chen5-1/+540
2022-11-11dt-bindings: net: mediatek: add WED RX binding for MT7986 eth driverLorenzo Bianconi2-0/+103
2022-11-11arm64: dts: mediatek: mt7986: add support for RX Wireless Ethernet DispatchLorenzo Bianconi1-0/+65
2022-11-11MAINTAINERS: Update hinic maintainers from orphanCai Huoqing1-1/+2
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski385-2203/+4395
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds154-513/+984
2022-11-10Merge tag 'mlx5-fixes-2022-11-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-115/+149
2022-11-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-2/+33
2022-11-10eth: sp7021: drop free_netdev() from spl2sw_init_netdev()Wei Yongjun1-1/+0
2022-11-10MAINTAINERS: Move Vivien to CREDITSFlorian Fainelli2-2/+5
2022-11-10genetlink: fix single op policy dump when do is presentJakub Kicinski1-9/+21
2022-11-10devlink: Fix warning when unregistering a portIdo Schimmel1-2/+2
2022-11-10Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski13-45/+372
2022-11-10ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol1-3/+10
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-25/+109
2022-11-10Merge tag 'soundwire-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+10
2022-11-10Merge tag 'phy-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds6-9/+24
2022-11-10Merge tag 'hwlock-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2-18/+53
2022-11-10net: macvlan: fix memory leaks of macvlan_common_newlinkChuang Wang1-1/+3
2022-11-10ethernet: tundra: free irq when alloc ring failed in tsi108_open()Zhengchao Shao1-1/+4
2022-11-10net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao1-0/+1
2022-11-10ethernet: s2io: disable napi when start nic failed in s2io_card_up()Zhengchao Shao1-9/+20
2022-11-10net: mana: Fix return type of mana_start_xmit()Nathan Huckleberry2-2/+2
2022-11-10Merge branch 'macsec-clear-encryption-keys-in-h-w-drivers'Paolo Abeni3-7/+14
2022-11-10net: atlantic: macsec: clear encryption keys from the stackAntoine Tenart2-7/+13
2022-11-10net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart1-0/+1
2022-11-10gro: avoid checking for a failed searchRichard Gobert1-35/+35
2022-11-10Merge branch 'stmmac-dwmac-loongson-fixes-three-leaks'Paolo Abeni1-8/+31
2022-11-10stmmac: dwmac-loongson: fix missing of_node_put() while module exitingYang Yingliang1-5/+14
2022-11-10stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_pr...Yang Yingliang1-2/+5
2022-11-10stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exitingYang Yingliang1-1/+12
2022-11-10net: mana: Define data structures for protection domain and memory registrationAjay Sharma3-23/+143
2022-11-10net: mana: Define data structures for allocating doorbell page from GDMALong Li1-0/+24
2022-11-10net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIESAjay Sharma2-1/+3
2022-11-10net: mana: Define max values for SGL entriesLong Li3-4/+9
2022-11-10net: mana: Move header files to a common locationLong Li12-8/+9
2022-11-10net: mana: Record port number in netdevLong Li1-0/+1
2022-11-10net: mana: Export Work Queue functions for use by RDMA driverLong Li3-7/+19
2022-11-10net: mana: Set the DMA device max segment sizeAjay Sharma1-0/+6
2022-11-10net: mana: Handle vport sharing between devicesLong Li2-2/+58
2022-11-10net: mana: Record the physical address for doorbell page regionLong Li2-0/+6
2022-11-10net: mana: Add support for auxiliary deviceLong Li4-1/+95
2022-11-09Merge branch 'fix panic bringing up veth with xdp progs'Martin KaFai Lau1-1/+1
2022-11-09bpf: veth driver panics when xdp prog attached before veth_openJohn Fastabend1-1/+1
2022-11-09selftests: Fix test group SKIPPED resultDomenico Cerasuolo1-16/+22
2022-11-09Merge branch 'libbpf: Resolve unambigous forward declarations'Andrii Nakryiko29-359/+755
2022-11-09selftests/bpf: Tests for btf_dedup_resolve_fwdsEduard Zingerman2-15/+206
2022-11-09libbpf: Resolve unambigous forward declarationsEduard Zingerman1-4/+139