summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-02-29Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-11/+30
2024-02-29tls: fix use-after-free on failed backlog decryptionSabrina Dubroca-7/+17
2024-02-29tls: separate no-async decryption request handling from asyncSabrina Dubroca-5/+8
2024-02-29tls: fix peeking with sync+async decryptionSabrina Dubroca-3/+6
2024-02-29tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca-0/+2
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-0/+147
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski-1/+1
2024-02-28rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma-6/+5
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal-0/+127
2024-02-28netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin-0/+20
2024-02-28Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng-1/+11
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz-1/+4
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis-1/+3
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu-2/+2
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu-1/+1
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz-1/+4
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu-3/+4
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler-1/+1
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski-1/+1
2024-02-27Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-1/+4
2024-02-26mptcp: fix possible deadlock in subflow diagPaolo Abeni-0/+3
2024-02-26mptcp: fix double-free on socket dismantleDavide Caratti-0/+49
2024-02-26mptcp: fix potential wake-up event lossPaolo Abeni-10/+11
2024-02-26mptcp: fix snd_wnd initialization for passive socketPaolo Abeni-1/+1
2024-02-26mptcp: push at DSS boundariesPaolo Abeni-0/+1
2024-02-26mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)-1/+1
2024-02-26mptcp: map v4 address to v6 when destroying subflowGeliang Tang-0/+10
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet-1/+1
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet-3/+4
2024-02-23wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau-1/+2
2024-02-22net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr-2/+8
2024-02-22net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal-7/+21
2024-02-22netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka-1/+1
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin-1/+1
2024-02-22Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-42/+56
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-3/+7
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman-0/+10
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont-9/+32
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont-2/+2
2024-02-21net/sched: flower: Add lock protection when remove filter handleJianbo Liu-1/+4
2024-02-21devlink: fix port dump cmd typeJiri Pirko-1/+1
2024-02-21net: mctp: put sock on tag allocation failureJeremy Kerr-1/+1
2024-02-22netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal-1/+1
2024-02-22netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso-38/+40
2024-02-22netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso-0/+1
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso-3/+13
2024-02-22netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal-0/+1
2024-02-21tls: don't skip over different type records from the rx_listSabrina Dubroca-8/+14
2024-02-21tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca-1/+1
2024-02-21tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca-0/+2