aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-07netrom: Fix a data-race around sysctl_netrom_default_path_qualityGravatar Jason Xing 1-1/+1
2024-03-06Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Jakub Kicinski 4-4/+13
2024-03-06net/rds: fix WARNING in rds_conn_connect_if_downGravatar Edward Adam Davis 2-5/+4
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeGravatar Jakub Kicinski 2-24/+2
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Gravatar Eric Dumazet 1-14/+7
2024-03-05xfrm: set skb control buffer based on packet offload as wellGravatar Mike Yu 1-1/+5
2024-03-05xfrm: fix xfrm child route lookup for packet offloadGravatar Mike Yu 1-1/+3
2024-03-04page_pool: fix netlink dump stop/resumeGravatar Jakub Kicinski 1-1/+2
2024-02-29Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jakub Kicinski 6-11/+30
2024-02-29tls: fix use-after-free on failed backlog decryptionGravatar Sabrina Dubroca 1-7/+17
2024-02-29tls: separate no-async decryption request handling from asyncGravatar Sabrina Dubroca 1-5/+8
2024-02-29tls: fix peeking with sync+async decryptionGravatar Sabrina Dubroca 1-3/+6
2024-02-29tls: decrement decrypt_pending if no async completion will be calledGravatar Sabrina Dubroca 1-0/+2
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Paolo Abeni 4-0/+147
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesGravatar Lukasz Majewski 1-1/+1
2024-02-28rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backGravatar Lin Ma 1-6/+5
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackGravatar Florian Westphal 3-0/+127
2024-02-28netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Gravatar Ignat Korchagin 1-0/+20
2024-02-28Bluetooth: Enforce validation on max value of connection intervalGravatar Kai-Heng Feng 2-1/+11
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTGravatar Luiz Augusto von Dentz 1-1/+4
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutGravatar Frédéric Danis 1-1/+3
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRGravatar Zijun Hu 1-2/+2
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityGravatar Yuxuan Hu 1-1/+1
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendGravatar Luiz Augusto von Dentz 1-1/+4
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetGravatar Ying Hsu 1-3/+4
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanGravatar Jonas Dreßler 1-1/+1
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentGravatar Lukasz Majewski 1-1/+1
2024-02-27Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 2-1/+4
2024-02-26mptcp: fix possible deadlock in subflow diagGravatar Paolo Abeni 1-0/+3
2024-02-26mptcp: fix double-free on socket dismantleGravatar Davide Caratti 1-0/+49
2024-02-26mptcp: fix potential wake-up event lossGravatar Paolo Abeni 1-10/+11
2024-02-26mptcp: fix snd_wnd initialization for passive socketGravatar Paolo Abeni 1-1/+1
2024-02-26mptcp: push at DSS boundariesGravatar Paolo Abeni 1-0/+1
2024-02-26mptcp: avoid printing warning once on client sideGravatar Matthieu Baerts (NGI0) 1-1/+1
2024-02-26mptcp: map v4 address to v6 when destroying subflowGravatar Geliang Tang 1-0/+10
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Gravatar Eric Dumazet 1-1/+1
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Gravatar Eric Dumazet 1-3/+4
2024-02-26xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Gravatar Nathan Chancellor 1-0/+3
2024-02-23wifi: mac80211: only call drv_sta_rc_update for uploaded stationsGravatar Felix Fietkau 1-1/+2
2024-02-22net: mctp: take ownership of skb in mctp_local_outputGravatar Jeremy Kerr 1-2/+8
2024-02-22net: ip_tunnel: prevent perpetual headroom growthGravatar Florian Westphal 1-7/+21
2024-02-22netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterGravatar Ryosuke Yasuoka 1-1/+1
2024-02-22l2tp: pass correct message length to ip6_append_dataGravatar Tom Parkin 1-1/+1
2024-02-22Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Paolo Abeni 2-42/+56
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Paolo Abeni 2-3/+7
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Gravatar Justin Iurman 1-0/+10
2024-02-22phonet/pep: fix racy skb_queue_empty() useGravatar Rémi Denis-Courmont 1-9/+32
2024-02-22phonet: take correct lock to peek at the RX queueGravatar Rémi Denis-Courmont 1-2/+2
2024-02-21net/sched: flower: Add lock protection when remove filter handleGravatar Jianbo Liu 1-1/+4
2024-02-21devlink: fix port dump cmd typeGravatar Jiri Pirko 1-1/+1