summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-05bpf: Set run context for rawtp test_run callbackJiri Olsa
2024-06-03bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang
2024-06-03bpf, devmap: Remove unnecessary if check in for loopThorsten Blum
2024-05-31libbpf: don't close(-1) in multi-uprobe feature detectorAndrii Nakryiko
2024-05-31bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set listJiri Olsa
2024-05-31selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-30netdev: add qstat for csum completeJakub Kicinski
2024-05-30ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outboundYue Haibing
2024-05-30Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-05-29net: ena: Fix redundant device NUMA node overrideShay Agroskin
2024-05-29Merge branch 'intel-wired-lan-driver-updates-2024-05-28-e1000e-i40e-ice'Jakub Kicinski
2024-05-29ice: check for unregistering correct number of devlink paramsDave Ertman
2024-05-29ice: fix 200G PHY types to link speed mappingPaul Greenwalt
2024-05-29i40e: Fully suspend and resume IO operations in EEH caseThinh Tran
2024-05-29i40e: factoring out i40e_suspend/i40e_resumeThinh Tran
2024-05-29e1000e: move force SMBUS near the end of enable_ulp functionHui Wang
2024-05-29net: dsa: microchip: fix RGMII error in KSZ DSA driverTristram Ha
2024-05-29ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet
2024-05-29Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds
2024-05-29Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds
2024-05-29Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-29nfc/nci: Add the inconsistency check between the input data length and countEdward Adam Davis
2024-05-29MAINTAINERS: dwmac: starfive: update MaintainerMinda Chen
2024-05-28net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean
2024-05-28net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean
2024-05-29netfilter: nft_fib: allow from forward/input without iif selectorEric Garver
2024-05-29netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal
2024-05-29netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso
2024-05-28Merge tag 'tpmdd-next-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-28Merge tag 'probes-fixes-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-28net: ti: icssg-prueth: Fix start counter for ft1 filterMD Danish Anwar
2024-05-28tpm: Enable TCG_TPM2_HMAC by default only for X86_64Jarkko Sakkinen
2024-05-28tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen
2024-05-28sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo
2024-05-28tpm: Open code tpm_buf_parameters()Jarkko Sakkinen
2024-05-28tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferMatthew R. Ochs
2024-05-27docs: netdev: Fix typo in Signed-off-by tagThorsten Blum
2024-05-27Merge branch 'selftests-mptcp-mark-unstable-subtests-as-flaky'Jakub Kicinski
2024-05-27selftests: mptcp: join: mark 'fail' tests as flakyMatthieu Baerts (NGI0)
2024-05-27selftests: mptcp: join: mark 'fastclose' tests as flakyMatthieu Baerts (NGI0)
2024-05-27selftests: mptcp: simult flows: mark 'unbalanced' tests as flakyMatthieu Baerts (NGI0)
2024-05-27selftests: mptcp: lib: support flaky subtestsMatthieu Baerts (NGI0)
2024-05-27Merge branch 'intel-wired-lan-driver-updates-2024-05-23-ice-idpf'Jakub Kicinski
2024-05-27ice: fix accounting if a VLAN already existsJacob Keller
2024-05-27idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin
2024-05-27page_pool: fix &page_pool_params kdoc issuesAlexander Lobakin
2024-05-27net: micrel: Fix lan8841_config_intr after getting out of sleep modeHoratiu Vultur
2024-05-27net:fec: Add fec_enet_deinit()Xiaolei Wang