summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-02-296-11/+30
|\
| * Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2024-02-282-1/+11
| * Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz2024-02-281-1/+4
| * Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis2024-02-281-1/+3
| * Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu2024-02-281-2/+2
| * Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu2024-02-281-1/+1
| * Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz2024-02-281-1/+4
| * Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu2024-02-281-3/+4
| * Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler2024-02-281-1/+1
* | tls: fix use-after-free on failed backlog decryptionSabrina Dubroca2024-02-291-7/+17
* | tls: separate no-async decryption request handling from asyncSabrina Dubroca2024-02-291-5/+8
* | tls: fix peeking with sync+async decryptionSabrina Dubroca2024-02-291-3/+6
* | tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca2024-02-291-0/+2
* | Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-294-0/+147
|\ \
| * | netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-02-293-0/+127
| * | netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin2024-02-281-0/+20
* | | net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski2024-02-291-1/+1
* | | rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma2024-02-281-6/+5
| |/ |/|
* | net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski2024-02-281-1/+1
* | Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-272-1/+4
|\ \
| * | wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau2024-02-231-1/+2
| * | wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg2024-02-151-0/+2
* | | mptcp: fix possible deadlock in subflow diagPaolo Abeni2024-02-261-0/+3
* | | mptcp: fix double-free on socket dismantleDavide Caratti2024-02-261-0/+49
* | | mptcp: fix potential wake-up event lossPaolo Abeni2024-02-261-10/+11
* | | mptcp: fix snd_wnd initialization for passive socketPaolo Abeni2024-02-261-1/+1
* | | mptcp: push at DSS boundariesPaolo Abeni2024-02-261-0/+1
* | | mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)2024-02-261-1/+1
* | | mptcp: map v4 address to v6 when destroying subflowGeliang Tang2024-02-261-0/+10
* | | dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-261-1/+1
* | | ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-02-261-3/+4
* | | net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr2024-02-221-2/+8
* | | net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal2024-02-221-7/+21
* | | netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka2024-02-221-1/+1
| |/ |/|
* | l2tp: pass correct message length to ip6_append_dataTom Parkin2024-02-221-1/+1
* | Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-222-42/+56
|\ \
| * | netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal2024-02-221-1/+1
| * | netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso2024-02-221-38/+40
| * | netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso2024-02-221-0/+1
| * | netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2024-02-221-3/+13
| * | netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal2024-02-221-0/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-02-222-3/+7
|\ \ \
| * | | bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida2024-02-211-2/+5
| * | | xsk: Add truesize to skb_add_rx_frag().Sebastian Andrzej Siewior2024-02-131-1/+2
* | | | Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-02-221-0/+10
* | | | phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont2024-02-221-9/+32
* | | | phonet: take correct lock to peek at the RX queueRémi Denis-Courmont2024-02-221-2/+2
* | | | net/sched: flower: Add lock protection when remove filter handleJianbo Liu2024-02-211-1/+4
* | | | devlink: fix port dump cmd typeJiri Pirko2024-02-211-1/+1
* | | | net: mctp: put sock on tag allocation failureJeremy Kerr2024-02-211-1/+1