summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i40e: xsk: add TX multi-buffer supportTirthendu Sarkar2023-07-192-5/+6
* ice: xsk: Tx multi-buffer supportMaciej Fijalkowski2023-07-192-23/+61
* xsk: support ZC Tx multi-buffer in batch APIMaciej Fijalkowski2023-07-191-9/+36
* i40e: xsk: add RX multi-buffer supportTirthendu Sarkar2023-07-194-18/+84
* ice: xsk: add RX multi-buffer supportMaciej Fijalkowski2023-07-192-43/+102
* xsk: support mbuf on ZC RXMaciej Fijalkowski2023-07-194-1/+78
* xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-198-1/+25
* xsk: discard zero length descriptors in Tx pathTirthendu Sarkar2023-07-191-0/+6
* xsk: add support for AF_XDP multi-buffer on Tx pathTirthendu Sarkar2023-07-192-33/+100
* xsk: allow core/drivers to test EOP bitMaciej Fijalkowski2023-07-192-0/+15
* xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar2023-07-193-32/+67
* xsk: add support for AF_XDP multi-buffer on Rx pathTirthendu Sarkar2023-07-192-29/+88
* xsk: move xdp_buff's data length check to xsk_rcv_checkTirthendu Sarkar2023-07-191-14/+13
* xsk: prepare both copy and zero-copy modes to co-existMaciej Fijalkowski2023-07-191-4/+13
* xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar2023-07-193-2/+10
* xsk: prepare 'options' in xdp_desc for multi-buffer useTirthendu Sarkar2023-07-193-7/+20
* bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong2023-07-191-1/+1
* Merge branch 'allow-bpf_map_sum_elem_count-for-all-program-types'Alexei Starovoitov2023-07-194-13/+22
|\
| * bpf: allow any program to use the bpf_map_sum_elem_count kfuncAnton Protopopov2023-07-192-1/+6
| * bpf: make an argument const in the bpf_map_sum_elem_count kfuncAnton Protopopov2023-07-191-1/+1
| * bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov2023-07-193-2/+3
| * bpf: consider types listed in reg2btf_ids as trustedAnton Protopopov2023-07-191-9/+12
|/
* bpf: Drop useless btf_vmlinux in bpf_tcp_caGeliang Tang2023-07-181-2/+0
* samples/bpf: README: Update build dependencies requiredAnh Tuan Phan2023-07-181-5/+9
* Merge branch 'bpf-refcount-followups-2-owner-field'Alexei Starovoitov2023-07-186-53/+187
|\
| * selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabledDave Marchevsky2023-07-181-24/+0
| * selftests/bpf: Add rbtree test exercising race which 'owner' field preventsDave Marchevsky2023-07-182-1/+121
| * bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky2023-07-184-43/+68
| * bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeDave Marchevsky2023-07-182-10/+23
|/
* Merge branch 'phy-at803x-support'David S. Miller2023-07-171-40/+95
|\
| * net: phy: at803x: add qca8081 fifo reset on the link changedLuo Jie2023-07-171-0/+14
| * net: phy: at803x: remove qca8081 1G fast retrain and slave seed configLuo Jie2023-07-171-18/+32
| * net: phy: at803x: support qca8081 1G chip typeLuo Jie2023-07-171-0/+15
| * net: phy: at803x: enable qca8081 slave seed conditionallyLuo Jie2023-07-171-5/+20
| * net: phy: at803x: merge qca8081 slave seed functionLuo Jie2023-07-171-20/+9
| * net: phy: at803x: support qca8081 genphy_c45_pma_read_abilitiesLuo Jie2023-07-171-10/+18
|/
* Merge branch 'qrtr-fixes'David S. Miller2023-07-172-112/+32
|\
| * net: qrtr: Handle IPCR control port format of older targetsVignesh Viswanathan2023-07-171-0/+5
| * net: qrtr: ns: Change nodes radix tree to xarrayVignesh Viswanathan2023-07-171-3/+3
| * net: qrtr: ns: Change servers radix tree to xarrayVignesh Viswanathan2023-07-171-109/+24
|/
* Merge branch 'brcm-asp-2.0-support'David S. Miller2023-07-1714-0/+4382
|\
| * MAINTAINERS: ASP 2.0 Ethernet driver maintainersJustin Chen2023-07-171-0/+9
| * net: phy: bcm7xxx: Add EPHY entry for 74165Florian Fainelli2023-07-172-0/+2
| * net: phy: mdio-bcm-unimac: Add asp v2.0 supportJustin Chen2023-07-171-0/+2
| * net: bcmasp: Add support for ethtool driver statsJustin Chen2023-07-174-4/+199
| * net: bcmasp: Add support for ethtool standard statsJustin Chen2023-07-172-1/+139
| * net: bcmasp: Add support for eee modeJustin Chen2023-07-173-0/+71
| * net: bcmasp: Add support for wake on net filtersJustin Chen2023-07-174-1/+768
| * net: bcmasp: Add support for WoL magic packetJustin Chen2023-07-174-12/+262
| * net: bcmasp: Add support for ASP2.0 Ethernet controllerJustin Chen2023-07-178-0/+2791