summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-06af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima
2024-03-06af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima
2024-03-06mptcp: fix possible deadlock in subflow diagPaolo Abeni
2024-03-06mptcp: fix double-free on socket dismantleDavide Caratti
2024-03-06mptcp: fix potential wake-up event lossPaolo Abeni
2024-03-06mptcp: fix snd_wnd initialization for passive socketPaolo Abeni
2024-03-06mptcp: push at DSS boundariesPaolo Abeni
2024-03-06mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)
2024-03-06mptcp: map v4 address to v6 when destroying subflowGeliang Tang
2024-03-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg
2024-03-06tls: fix use-after-free on failed backlog decryptionSabrina Dubroca
2024-03-06tls: separate no-async decryption request handling from asyncSabrina Dubroca
2024-03-06tls: fix peeking with sync+async decryptionSabrina Dubroca
2024-03-06tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-03-06net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2024-03-06netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2024-03-06netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin
2024-03-06Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng
2024-03-06Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu
2024-03-06Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz
2024-03-06Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu
2024-03-06Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet
2024-03-06net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr
2024-03-06net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal
2024-03-06netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka
2024-03-01Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-03-01phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont
2024-03-01phonet: take correct lock to peek at the RX queueRémi Denis-Courmont
2024-03-01net/sched: flower: Add lock protection when remove filter handleJianbo Liu
2024-03-01devlink: fix port dump cmd typeJiri Pirko
2024-03-01net: mctp: put sock on tag allocation failureJeremy Kerr
2024-03-01netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal
2024-03-01netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso
2024-03-01netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-03-01netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-03-01tls: don't skip over different type records from the rx_listSabrina Dubroca
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-03-01tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca
2024-03-01bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-03-01net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-03-01devlink: fix possible use-after-free and memory leaks in devlink_init()Vasiliy Kovalev
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet
2024-03-01ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet
2024-03-01net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski