summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-06tcp: add recv_should_stop helperGeliang Tang-15/+13
2026-04-06mptcp: preserve MSG_EOR semantics in sendmsg pathGang Yan-4/+22
2026-04-06mptcp: reduce 'overhead' from u16 to u8Gang Yan-1/+8
2026-04-06dpaa2: avoid linking objects into multiple modulesArnd Bergmann-4/+21
2026-04-06net: ethernet: ti-cpsw: fix linking built-in code to modulesArnd Bergmann-15/+139
2026-04-06net: ethernet: ti-cpsw:: rename soft_reset() functionArnd Bergmann-4/+4
2026-04-06eth: remove the driver for acenic / tigon1&2Jakub Kicinski-4057/+0
2026-04-06net: macb: Use netif_napi_add_tx() instead of netif_napi_add() for TX NAPIKevin Hao-1/+1
2026-04-06Merge branch 'nfc-support-for-five-qualcomm-sdm845-phones'Jakub Kicinski-0/+1
2026-04-06dt-bindings: nfc: nxp,nci: Document PN557 compatibleDavid Heidelberg-0/+1
2026-04-06net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen-4/+1
2026-04-06vsock/test: fix send_buf()/recv_buf() EINTR handlingStefano Garzarella-2/+6
2026-04-06Merge branch 'xsk-tailroom-reservation-and-mtu-validation'Jakub Kicinski-38/+150
2026-04-06selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroomMaciej Fijalkowski-2/+4
2026-04-06selftests: bpf: have a separate variable for drop testMaciej Fijalkowski-1/+3
2026-04-06selftests: bpf: fix pkt grow testsMaciej Fijalkowski-3/+21
2026-04-06selftests: bpf: introduce a common routine for reading procfsMaciej Fijalkowski-24/+66
2026-04-06xsk: validate MTU against usable frame size on bindMaciej Fijalkowski-3/+25
2026-04-06xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski-1/+5
2026-04-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski-3/+24
2026-04-06xsk: tighten UMEM headroom validation to account for tailroom and min frameMaciej Fijalkowski-1/+2
2026-04-06ip6_tunnel: use generic for_each_ip_tunnel_rcu macroYue Haibing-6/+3
2026-04-06Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'Alexei Starovoitov-39/+135
2026-04-06selftests/bpf: Add more tests for loading insn arrays with offsetsAnton Protopopov-39/+115
2026-04-06bpf: Do not ignore offsets for loads from insn_arraysAnton Protopopov-0/+20
2026-04-06bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva-12/+9
2026-04-06net: advance skb_defer_disable_key check in napi_consume_skbJason Xing-1/+3
2026-04-06Merge branch 'net-dsa-mxl862xx-add-support-for-bridge-offloading'Jakub Kicinski-71/+1041
2026-04-06net: dsa: mxl862xx: implement bridge offloadingDaniel Golle-58/+1022
2026-04-06dsa: tag_mxl862xx: set dsa_default_offload_fwd_mark()Daniel Golle-0/+3
2026-04-06net: dsa: add bridge member iteration macroDaniel Golle-3/+6
2026-04-06net: dsa: move dsa_bridge_ports() helper to dsa.hDaniel Golle-13/+13
2026-04-06vsock: avoid timeout for non-blocking accept() with empty backlogLaurence Rowe-9/+6
2026-04-06psp: add missing device stats to get-stats reply attributesDaniel Zahka-0/+8
2026-04-06net: mctp: defer creation of dst after source-address checkJeremy Kerr-11/+11
2026-04-06net: mctp: tests: use actual address when creating dev with addrJeremy Kerr-1/+1
2026-04-06selftests: net: py: color the basics in the outputJakub Kicinski-0/+20
2026-04-06Merge branch 'allow-variable-offsets-for-syscall-ptr_to_ctx'Alexei Starovoitov-93/+703
2026-04-06selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAXKumar Kartikeya Dwivedi-0/+108
2026-04-06selftests/bpf: Add tests for unaligned syscall ctx accessesKumar Kartikeya Dwivedi-0/+133
2026-04-06selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTXKumar Kartikeya Dwivedi-0/+94
2026-04-06selftests/bpf: Add syscall ctx variable offset testsKumar Kartikeya Dwivedi-6/+267
2026-04-06selftests/bpf: Convert ctx tests from ASM to CKumar Kartikeya Dwivedi-45/+35
2026-04-06bpf: Enable unaligned accesses for syscall ctxKumar Kartikeya Dwivedi-2/+1
2026-04-06bpf: Support variable offsets for syscall PTR_TO_CTXKumar Kartikeya Dwivedi-40/+65
2026-04-06e1000: check return value of e1000_read_eepromAgalakov Daniil-1/+7
2026-04-06igb: remove napi_synchronize() in igb_down()Alex Dvoretsky-2/+1
2026-04-06ixgbevf: add missing negotiate_features op to Hyper-V ops tableMichal Schmidt-0/+7
2026-04-06ixgbe: stop re-reading flash on every get_drvinfo for e610Aleksandr Loktionov-8/+19
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros-10/+12