summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski8-1/+25
2023-07-19xsk: discard zero length descriptors in Tx pathTirthendu Sarkar1-0/+6
2023-07-19xsk: add support for AF_XDP multi-buffer on Tx pathTirthendu Sarkar2-33/+100
2023-07-19xsk: allow core/drivers to test EOP bitMaciej Fijalkowski2-0/+15
2023-07-19xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar3-32/+67
2023-07-19xsk: add support for AF_XDP multi-buffer on Rx pathTirthendu Sarkar2-29/+88
2023-07-19xsk: move xdp_buff's data length check to xsk_rcv_checkTirthendu Sarkar1-14/+13
2023-07-19xsk: prepare both copy and zero-copy modes to co-existMaciej Fijalkowski1-4/+13
2023-07-19xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar3-2/+10
2023-07-19xsk: prepare 'options' in xdp_desc for multi-buffer useTirthendu Sarkar3-7/+20
2023-07-19bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong1-1/+1
2023-07-19bpf: allow any program to use the bpf_map_sum_elem_count kfuncAnton Protopopov2-1/+6
2023-07-19bpf: make an argument const in the bpf_map_sum_elem_count kfuncAnton Protopopov1-1/+1
2023-07-19bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov3-2/+3
2023-07-19bpf: consider types listed in reg2btf_ids as trustedAnton Protopopov1-9/+12
2023-07-19bpf: Drop useless btf_vmlinux in bpf_tcp_caGeliang Tang1-2/+0
2023-07-19samples/bpf: README: Update build dependencies requiredAnh Tuan Phan1-5/+9
2023-07-19selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabledDave Marchevsky1-24/+0
2023-07-19selftests/bpf: Add rbtree test exercising race which 'owner' field preventsDave Marchevsky2-1/+121
2023-07-19bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky4-43/+68
2023-07-19bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeDave Marchevsky2-10/+23
2023-07-17net: phy: at803x: add qca8081 fifo reset on the link changedLuo Jie1-0/+14
2023-07-17net: phy: at803x: remove qca8081 1G fast retrain and slave seed configLuo Jie1-18/+32
2023-07-17net: phy: at803x: support qca8081 1G chip typeLuo Jie1-0/+15
2023-07-17net: phy: at803x: enable qca8081 slave seed conditionallyLuo Jie1-5/+20
2023-07-17net: phy: at803x: merge qca8081 slave seed functionLuo Jie1-20/+9
2023-07-17net: phy: at803x: support qca8081 genphy_c45_pma_read_abilitiesLuo Jie1-10/+18
2023-07-17net: qrtr: Handle IPCR control port format of older targetsVignesh Viswanathan1-0/+5
2023-07-17net: qrtr: ns: Change nodes radix tree to xarrayVignesh Viswanathan1-3/+3
2023-07-17net: qrtr: ns: Change servers radix tree to xarrayVignesh Viswanathan1-109/+24
2023-07-17MAINTAINERS: ASP 2.0 Ethernet driver maintainersJustin Chen1-0/+9
2023-07-17net: phy: bcm7xxx: Add EPHY entry for 74165Florian Fainelli2-0/+2
2023-07-17net: phy: mdio-bcm-unimac: Add asp v2.0 supportJustin Chen1-0/+2
2023-07-17net: bcmasp: Add support for ethtool driver statsJustin Chen4-4/+199
2023-07-17net: bcmasp: Add support for ethtool standard statsJustin Chen2-1/+139
2023-07-17net: bcmasp: Add support for eee modeJustin Chen3-0/+71
2023-07-17net: bcmasp: Add support for wake on net filtersJustin Chen4-1/+768
2023-07-17net: bcmasp: Add support for WoL magic packetJustin Chen4-12/+262
2023-07-17net: bcmasp: Add support for ASP2.0 Ethernet controllerJustin Chen8-0/+2791