summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-22net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-5/+5
2024-11-22ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao1-5/+5
2024-11-22nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet1-6/+6
2024-11-22mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)1-1/+2
2024-11-22mptcp: drop lookup_by_id in lookup_addrGeliang Tang1-7/+5
2024-11-22mptcp: hold pm lock when deleting entryGeliang Tang1-0/+3
2024-11-22mptcp: update local address flags when setting itGeliang Tang1-0/+12
2024-11-22mptcp: add userspace_pm_lookup_addr_by_id helperGeliang Tang1-15/+16
2024-11-22mptcp: define more local variables skGeliang Tang1-11/+20
2024-11-22mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni1-1/+2
2024-11-22Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-22/+10
2024-11-22net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux1-4/+14
2024-11-22net/sched: cls_u32: replace int refcounts with proper refcountsPedro Tammela1-18/+18
2024-11-22Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-11-22Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn1-163/+0
2024-11-22virtio/vsock: Fix accept_queue memory leakMichal Luczaj1-0/+8
2024-11-22mptcp: error out earlier on disconnectPaolo Abeni1-4/+9
2024-11-22netlink: terminate outstanding dump on socket closeJakub Kicinski2-25/+8
2024-11-179p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-11-17Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz3-10/+3
2024-11-17bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye1-1/+1
2024-11-179p: Avoid creating multiple slab caches with the same namePedro Falcato1-1/+9
2024-11-17Revert "Bluetooth: hci_conn: Consolidate code for aborting connections"Greg Kroah-Hartman3-46/+146
2024-11-17Revert "Bluetooth: hci_core: Fix possible buffer overflow"Greg Kroah-Hartman1-1/+1
2024-11-17Revert "Bluetooth: af_bluetooth: Fix deadlock"Greg Kroah-Hartman1-3/+7
2024-11-17Revert "Bluetooth: hci_sync: Fix overwriting request callback"Greg Kroah-Hartman4-60/+27
2024-11-17Revert "Bluetooth: fix use-after-free in accessing skb after sending it"Greg Kroah-Hartman1-1/+1
2024-11-14vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim1-0/+1
2024-11-14hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim1-0/+1
2024-11-14net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-11-14net: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
2024-11-14Revert "wifi: mac80211: fix RCU list iterations"Greg Kroah-Hartman4-8/+4
2024-11-14mptcp: use sock_kfree_s instead of kfreeGeliang Tang1-1/+2
2024-11-14sctp: properly validate chunk size in sctp_sf_ootb()Xin Long1-1/+1
2024-11-14sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown1-0/+1
2024-11-08wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang1-1/+3
2024-11-08wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg1-0/+1
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso1-0/+3
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin1-0/+4
2024-11-08Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim1-7/+11
2024-11-08netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet1-8/+7
2024-11-08netfilter: Fix use-after-free in get_info()Dong Chenchen1-1/+1
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau1-17/+25
2024-11-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven1-1/+1
2024-11-01xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-11-01xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov1-1/+3
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz2-6/+34