aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-22Merge branch 'signed-bpf-programs'Alexei Starovoitov28-33/+660
2025-09-22selftests/bpf: Enable signature verification for some lskel testsKP Singh8-14/+89
2025-09-22bpftool: Add support for signing BPF programsKP Singh9-11/+372
2025-09-22libbpf: Embed and verify the metadata hash in the loaderKP Singh3-1/+59
2025-09-22libbpf: Update light skeleton for signingKP Singh1-4/+72
2025-09-22bpf: Implement signature verification for BPF programsKP Singh7-3/+68
2025-09-22bnxt_en: correct offset handling for IPv6 destination addressAlok Tiwari1-1/+1
2025-09-22Merge branch 'tcp-move-few-fields-for-data-locality'Jakub Kicinski7-39/+31
2025-09-22tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet2-3/+3
2025-09-22tcp: move mtu_info to remove two 32bit holesEric Dumazet1-3/+3
2025-09-22tcp: move tcp_clean_acked to tcp_sock_read_tx groupEric Dumazet3-7/+7
2025-09-22tcp: move recvmsg_inq to tcp_sock_read_txrxEric Dumazet2-3/+3
2025-09-22tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx groupEric Dumazet3-4/+4
2025-09-22tcp: remove CACHELINE_ASSERT_GROUP_SIZE() usesEric Dumazet1-12/+0
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet3-4/+6
2025-09-22net: move sk_uid and sk_protocol to sock_read_txEric Dumazet2-3/+5
2025-09-22wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize againMuhammad Usama Anjum3-5/+18
2025-09-22Merge branch 'add-more-functionality-to-bnge'Jakub Kicinski12-7/+3140
2025-09-22bng_en: Configure default VNICBhargava Marreddy4-0/+386
2025-09-22bng_en: Register default VNICBhargava Marreddy8-2/+368
2025-09-22bng_en: Register rings with the firmwareBhargava Marreddy8-0/+581
2025-09-22bng_en: Allocate stat contextsBhargava Marreddy4-0/+174
2025-09-22bng_en: Allocate packet buffersBhargava Marreddy1-1/+287
2025-09-22bng_en: Initialise core resourcesBhargava Marreddy3-0/+261
2025-09-22bng_en: Introduce VNICBhargava Marreddy2-0/+151
2025-09-22bng_en: Add initial support for CP and NQ ringsBhargava Marreddy4-1/+425
2025-09-22bng_en: Add initial support for RX and TX ringsBhargava Marreddy6-2/+503
2025-09-22bng_en: make bnge_alloc_ring() self-unwind on failureBhargava Marreddy1-3/+6
2025-09-22Merge branch 'net-replace-wq-users-and-add-wq_percpu-to-alloc_workqueue-users'Jakub Kicinski52-73/+88
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari35-42/+57
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari14-24/+24
2025-09-22net: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari4-7/+7
2025-09-22Merge tag 'ipsec-2025-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski2-1/+4
2025-09-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski29-264/+989
2025-09-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski4-52/+90
2025-09-22net: phy: ax88796b: Replace hard-coded values with PHY_ID_MATCH_MODEL()Thorsten Blum1-3/+2
2025-09-22net: xilinx: axienet: Fix kernel-doc warnings for missing return descriptionsSuraj Gupta1-2/+8
2025-09-22Merge branch 'net-dsa-microchip-add-strap-description-to-set-spi-as-interface-bus'Jakub Kicinski2-34/+98
2025-09-22net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463Bastien Curutchet1-0/+45
2025-09-22dt-bindings: net: dsa: microchip: Add strap description to set SPI modeBastien Curutchet (Schneider Electric)1-0/+19
2025-09-22dt-bindings: net: dsa: microchip: Group if clause under allOf tagBastien Curutchet (Schneider Electric)1-34/+34
2025-09-22Merge tag 'mlx5-next-counters' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-2/+10
2025-09-22Merge branch 'net-rework-sfp-capability-parsing-and-quirks'Jakub Kicinski11-142/+126
2025-09-22net: sfp: remove old sfp_parse_* functionsRussell King (Oracle)2-79/+0
2025-09-22net: phy: update all PHYs to use sfp_get_module_caps()Russell King (Oracle)5-25/+19
2025-09-22net: phylink: use sfp_get_module_caps()Russell King (Oracle)1-5/+6
2025-09-22net: sfp: provide sfp_get_module_caps()Russell King (Oracle)2-0/+13
2025-09-22net: sfp: convert sfp quirks to modify struct sfp_module_supportRussell King (Oracle)3-30/+28
2025-09-22net: sfp: pre-parse the module supportRussell King (Oracle)2-25/+77
2025-09-22net: phy: add phy_interface_copy()Russell King (Oracle)1-0/+5