summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netrom: Fix data-races around sysctl_net_busy_readJason Xing2024-03-152-4/+4
* netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing2024-03-151-1/+1
* netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing2024-03-153-4/+5
* netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing2024-03-151-1/+1
* netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang2024-03-151-0/+4
* netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal2024-03-151-6/+5
* net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis2024-03-152-5/+4
* net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet2024-03-151-14/+7
* xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky2024-03-151-1/+1
* af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima2024-03-061-13/+9
* af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima2024-03-061-3/+4
* mptcp: fix possible deadlock in subflow diagPaolo Abeni2024-03-061-0/+3
* mptcp: fix double-free on socket dismantleDavide Caratti2024-03-061-0/+49
* mptcp: fix potential wake-up event lossPaolo Abeni2024-03-061-10/+11
* mptcp: fix snd_wnd initialization for passive socketPaolo Abeni2024-03-061-1/+1
* mptcp: push at DSS boundariesPaolo Abeni2024-03-061-0/+1
* mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)2024-03-061-1/+1
* mptcp: map v4 address to v6 when destroying subflowGeliang Tang2024-03-061-0/+10
* wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg2024-03-061-0/+2
* tls: fix use-after-free on failed backlog decryptionSabrina Dubroca2024-03-061-7/+17
* tls: separate no-async decryption request handling from asyncSabrina Dubroca2024-03-061-5/+8
* tls: fix peeking with sync+async decryptionSabrina Dubroca2024-03-061-3/+6
* tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca2024-03-061-0/+2
* net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski2024-03-061-1/+1
* rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma2024-03-061-6/+5
* netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-03-063-0/+127
* netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin2024-03-061-0/+20
* Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2024-03-062-1/+11
* Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz2024-03-061-1/+4
* Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu2024-03-061-2/+2
* Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz2024-03-061-1/+4
* Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu2024-03-061-3/+4
* Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler2024-03-061-1/+1
* ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-03-061-3/+4
* net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr2024-03-061-2/+8
* net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal2024-03-061-7/+21
* netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka2024-03-061-1/+1
* mptcp: add needs_id for netlink appending addrGeliang Tang2024-03-011-5/+19
* mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang2024-03-011-0/+39
* Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-03-011-0/+10
* phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont2024-03-011-9/+32
* phonet: take correct lock to peek at the RX queueRémi Denis-Courmont2024-03-011-2/+2