summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-15netrom: Fix data-races around sysctl_net_busy_readJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing
2024-03-15netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing
2024-03-15netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing
2024-03-15netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang
2024-03-15netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal
2024-03-15net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-03-06bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos
2024-03-06af_unix: Drop oob_skb ref before purging queue 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 snd_wnd initialization for passive socketPaolo Abeni
2024-03-06mptcp: push at DSS boundariesPaolo Abeni
2024-03-06mptcp: map v4 address to v6 when destroying subflowGeliang Tang
2024-03-06mptcp: continue marking the first subflow as UNCONNECTEDMatthieu Baerts (NGI0)
2024-03-06mptcp: fix duplicate subflow creationPaolo Abeni
2024-03-06mptcp: fix data races on remote_idPaolo Abeni
2024-03-06mptcp: fix data races on local_idPaolo Abeni
2024-03-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg
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: let reset rules clean out conntrack entriesFlorian 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-06af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima
2024-03-06netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-03-01mptcp: add needs_id for netlink appending addrGeliang Tang