summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz1-1/+4
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis1-1/+3
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu1-2/+2
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu1-1/+1
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz1-1/+4
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu1-3/+4
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler1-1/+1
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski1-1/+1
2024-02-28Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-1/+4
2024-02-27mptcp: fix possible deadlock in subflow diagPaolo Abeni1-0/+3
2024-02-27mptcp: fix double-free on socket dismantleDavide Caratti1-0/+49
2024-02-27mptcp: fix potential wake-up event lossPaolo Abeni1-10/+11
2024-02-27mptcp: fix snd_wnd initialization for passive socketPaolo Abeni1-1/+1
2024-02-27mptcp: push at DSS boundariesPaolo Abeni1-0/+1
2024-02-27mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)1-1/+1
2024-02-27mptcp: map v4 address to v6 when destroying subflowGeliang Tang1-0/+10
2024-02-27dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet1-1/+1
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet1-3/+4
2024-02-23wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau1-1/+2
2024-02-23net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr1-2/+8
2024-02-23net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal1-7/+21
2024-02-23netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka1-1/+1
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin1-1/+1
2024-02-22Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-42/+56
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2-3/+7
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman1-0/+10
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont1-9/+32
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont1-2/+2
2024-02-22net/sched: flower: Add lock protection when remove filter handleJianbo Liu1-1/+4
2024-02-22devlink: fix port dump cmd typeJiri Pirko1-1/+1
2024-02-22net: mctp: put sock on tag allocation failureJeremy Kerr1-1/+1
2024-02-22netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal1-1/+1
2024-02-22netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso1-38/+40
2024-02-22netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso1-0/+1
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso1-3/+13
2024-02-22netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal1-0/+1
2024-02-22tls: don't skip over different type records from the rx_listSabrina Dubroca1-8/+14
2024-02-22tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca1-1/+1
2024-02-22tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca1-0/+2
2024-02-21bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida1-2/+5
2024-02-21af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima1-13/+9
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet3-34/+15
2024-02-20arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima1-1/+2
2024-02-20devlink: fix possible use-after-free and memory leaks in devlink_init()Vasiliy Kovalev1-3/+9
2024-02-20ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev1-9/+11
2024-02-18mptcp: fix duplicate subflow creationPaolo Abeni1-15/+18
2024-02-18mptcp: fix data races on remote_idPaolo Abeni2-7/+7
2024-02-18mptcp: fix data races on local_idPaolo Abeni6-13/+23
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni2-2/+6
2024-02-18mptcp: add needs_id for netlink appending addrGeliang Tang1-5/+19