summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-08Merge tag 'ceph-for-6.8-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-03-07Merge tag 'nf-24-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-03-07netrom: Fix data-races around sysctl_net_busy_readJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing
2024-03-07netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing
2024-03-06Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-03-07netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang
2024-03-07netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso
2024-03-07netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal
2024-03-07netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso
2024-03-07netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso
2024-03-06net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis
2024-03-06libceph: init the cursor when preparing sparse read in msgr2Xiubo Li
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet
2024-03-05xfrm: set skb control buffer based on packet offload as wellMike Yu
2024-03-05xfrm: fix xfrm child route lookup for packet offloadMike Yu
2024-03-04page_pool: fix netlink dump stop/resumeJakub Kicinski
2024-02-29Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-02-29tls: fix use-after-free on failed backlog decryptionSabrina Dubroca
2024-02-29tls: separate no-async decryption request handling from asyncSabrina Dubroca
2024-02-29tls: fix peeking with sync+async decryptionSabrina Dubroca
2024-02-29tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski
2024-02-28rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2024-02-28netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin
2024-02-28Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski
2024-02-27Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-02-26mptcp: fix possible deadlock in subflow diagPaolo Abeni
2024-02-26mptcp: fix double-free on socket dismantleDavide Caratti
2024-02-26mptcp: fix potential wake-up event lossPaolo Abeni