summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-27SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu1-8/+19
2024-03-27SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu1-1/+10
2024-03-27net: mctp: copy skb ext data when fragmentingJeremy Kerr2-0/+11
2024-03-27ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet1-1/+0
2024-03-27af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima1-1/+1
2024-03-27inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet1-3/+3
2024-03-27sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet1-5/+5
2024-03-27xfrm: set skb control buffer based on packet offload as wellMike Yu1-1/+5
2024-03-27xfrm: fix xfrm child route lookup for packet offloadMike Yu1-1/+3
2024-03-27Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis1-1/+3
2024-03-27Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu1-1/+1
2024-03-27wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau1-1/+2
2024-03-27net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev1-2/+2
2024-03-27io_uring/unix: drop usage of io_uring socketJens Axboe2-4/+2
2024-03-15netrom: Fix data-races around sysctl_net_busy_readJason Xing2-4/+4
2024-03-15netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing1-1/+1
2024-03-15netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing3-4/+5
2024-03-15netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing1-1/+1
2024-03-15netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang1-0/+4
2024-03-15netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal1-6/+5
2024-03-15net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis2-5/+4
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet1-14/+7
2024-03-15xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky1-1/+1
2024-03-06af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima1-13/+9
2024-03-06af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima1-3/+4
2024-03-06mptcp: fix possible deadlock in subflow diagPaolo Abeni1-0/+3
2024-03-06mptcp: fix double-free on socket dismantleDavide Caratti1-0/+49
2024-03-06mptcp: fix potential wake-up event lossPaolo Abeni1-10/+11
2024-03-06mptcp: fix snd_wnd initialization for passive socketPaolo Abeni1-1/+1
2024-03-06mptcp: push at DSS boundariesPaolo Abeni1-0/+1
2024-03-06mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)1-1/+1
2024-03-06mptcp: map v4 address to v6 when destroying subflowGeliang Tang1-0/+10
2024-03-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg1-0/+2
2024-03-06tls: fix use-after-free on failed backlog decryptionSabrina Dubroca1-7/+17
2024-03-06tls: separate no-async decryption request handling from asyncSabrina Dubroca1-5/+8
2024-03-06tls: fix peeking with sync+async decryptionSabrina Dubroca1-3/+6
2024-03-06tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca1-0/+2
2024-03-06net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski1-1/+1
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5
2024-03-06netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal3-0/+127
2024-03-06netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin1-0/+20
2024-03-06Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2-1/+11