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-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-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg
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: Avoid potential use-after-free in hci_error_resetYing Hsu
2024-03-06netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka
2024-03-01packet: move from strlcpy with unused retval to strscpyWolfram Sang
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-03-01l2tp: pass correct message length to ip6_append_dataTom Parkin
2024-03-01wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau
2024-03-01wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior
2024-03-01net/sched: Retire dsmark qdiscJamal Hadi Salim
2024-03-01net/sched: Retire ATM qdiscJamal Hadi Salim
2024-03-01net/sched: Retire CBQ qdiscJamal Hadi Salim
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin
2024-02-23net/af_iucv: clean up a try_then_request_module()Julian Wiedmann
2024-02-23netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso
2024-02-23netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso
2024-02-23tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida
2024-02-23rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-23inet: read sk->sk_family once in inet_recv_error()Eric Dumazet
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2024-02-23net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-02-23netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso
2024-02-23llc: call sock_orphan() at release timeEric Dumazet
2024-02-23ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-02-23wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis
2024-02-23wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg
2024-02-23SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker
2024-02-23rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov
2024-02-23net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes
2024-02-23netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal
2024-02-23netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal
2024-02-23netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao
2024-02-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro