summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-14vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-11-14hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim
2024-11-14net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov
2024-11-14net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-11-14Revert "wifi: mac80211: fix RCU list iterations"Greg Kroah-Hartman
2024-11-14mptcp: use sock_kfree_s instead of kfreeGeliang Tang
2024-11-14sctp: properly validate chunk size in sctp_sf_ootb()Xin Long
2024-11-14sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-11-08wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang
2024-11-08wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-11-08Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim
2024-11-08netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet
2024-11-08netfilter: Fix use-after-free in get_info()Dong Chenchen
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau
2024-11-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven
2024-11-01xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-11-01xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-11-01net: sched: fix use-after-free in taprio_change()Dmitry Antipov
2024-11-01net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-11-01net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju
2024-11-01netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger
2024-11-01Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-11-01tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2024-11-01net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing
2024-11-01ipv4: give an IPv4 dev to blackhole_netdevXin Long
2024-11-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen
2024-10-22mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni
2024-10-22tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni
2024-10-22Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson
2024-10-22Bluetooth: Remove debugfs directory on module init failureAaron Thompson
2024-10-22Bluetooth: Call iso_exit() on module unloadAaron Thompson
2024-10-22devlink: bump the instance index directly when iteratingJakub Kicinski
2024-10-22devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski
2024-10-22mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)
2024-10-17mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)
2024-10-17mptcp: handle consistently DSS corruptionPaolo Abeni
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-17net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin
2024-10-17mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)
2024-10-17wifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge