summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-13Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD
2023-10-13Bluetooth: btrtl: Ignore error return for hci_devcd_register()Max Chou
2023-10-13Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz
2023-10-13Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz
2023-10-11Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan
2023-10-11Bluetooth: hci_sync: always check if connection is alive before deletingPauli Virtanen
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi
2023-10-11Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi
2023-10-11Bluetooth: ISO: Fix invalid context errorIulia Tanasescu
2023-10-11Bluetooth: vhci: Fix race when opening vhci deviceArkadiusz Bokowy
2023-10-11net/smc: Fix pos miscalculation in statisticsNils Hoppmann
2023-10-11nfp: flower: avoid rmmod nfp crash issuesYanguo Li
2023-10-10net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco
2023-10-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-10ethtool: Fix mod state of verbose no_mask bitsetKory Maincent
2023-10-10Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2023-10-10net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet
2023-10-10mctp: perform route lookups under a RCU read-side lockJeremy Kerr
2023-10-10net: skbuff: fix kernel-doc typosRandy Dunlap
2023-10-11s390/bpf: Fix unwinding past the trampolineIlya Leoshkevich
2023-10-11s390/bpf: Fix clobbering the caller's backchain in the trampolineIlya Leoshkevich
2023-10-10net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestampWill Mortensen
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer
2023-10-10ixgbe: fix crash with empty VF macvlan listDan Carpenter
2023-10-10Merge branch 'add-update_pn-flag'Paolo Abeni
2023-10-10net/mlx5e: macsec: use update_pn flag instead of PN comparationRadu Pirea (NXP OSS)
2023-10-10net: phy: mscc: macsec: reject PN update requestsRadu Pirea (NXP OSS)
2023-10-10octeontx2-pf: mcs: update PN only when update_pn is trueRadu Pirea (NXP OSS)
2023-10-10net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)
2023-10-09net: refine debug info in skb_checksum_help()Eric Dumazet
2023-10-09selftests/bpf: Add testcase for async callback return value failureDavid Vernet
2023-10-09bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-09xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner
2023-10-09riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel
2023-10-09riscv, bpf: Sign-extend return valuesBjörn Töpel
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski
2023-10-08xen-netback: use default TX queue size for vifsRoger Pau Monne
2023-10-08mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return typeDan Carpenter
2023-10-06selftests/bpf: Make seen_tc* variable tests more robustDaniel Borkmann
2023-10-06selftests/bpf: Test query on empty mprog and pass revision into attachDaniel Borkmann
2023-10-06selftests/bpf: Adapt assert_mprog_count to always expect 0 countDaniel Borkmann
2023-10-06selftests/bpf: Test bpf_mprog query API via libbpf and raw syscallDaniel Borkmann
2023-10-06bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer
2023-10-06bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann
2023-10-06bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann
2023-10-06Merge branch 'ravb-fix-use-after-free-issues'Jakub Kicinski
2023-10-06ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda
2023-10-06ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda
2023-10-06devlink: Hold devlink lock on health reporter dump getMoshe Shemesh
2023-10-06Merge patch series "arm64: dts: imx93: add the Flex-CAN stop mode by GPR"Marc Kleine-Budde