summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Fix garbage collector racing against connect()Michal Luczaj2024-04-171-1/+17
* af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-04-173-14/+15
* netfilter: complete validation of user inputEric Dumazet2024-04-173-0/+12
* Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka2024-04-171-2/+1
* Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-171-13/+8
* Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-171-24/+12
* Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-171-32/+20
* Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-171-9/+5
* Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-171-13/+10
* Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz2024-04-171-3/+3
* Bluetooth: hci_sync: Use QoS to determine which PHY to scanLuiz Augusto von Dentz2024-04-171-11/+55
* Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz2024-04-171-2/+8
* Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz2024-04-171-2/+2
* ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc2024-04-171-3/+4
* ipv4/route: avoid unused-but-set-variable warningArnd Bergmann2024-04-171-3/+1
* ipv6: fib: hide unused 'pn' variableArnd Bergmann2024-04-171-2/+5
* af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima2024-04-171-1/+3
* xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet2024-04-171-0/+2
* net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets2024-04-171-2/+3
* Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov2024-04-171-1/+3
* batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann2024-04-171-1/+1
* net: mpls: error out if inner headers are not setFlorian Westphal2024-04-131-0/+3
* Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto2024-04-131-1/+2
* netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2024-04-132-14/+3
* net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet2024-04-131-0/+10
* wifi: cfg80211: check A-MSDU format more carefullyJohannes Berg2024-04-131-4/+10
* net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet2024-04-135-0/+6
* SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever2024-04-101-9/+1
* 9p: Fix read/write debug statements to report server replyDominique Martinet2024-04-101-5/+5
* mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-102-2/+2
* udp: prevent local UDP tunnel packets from being GROedAntoine Tenart2024-04-101-0/+6
* udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart2024-04-102-14/+2
* udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-04-103-3/+12
* ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-101-7/+7
* ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou2024-04-101-1/+1
* tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima2024-04-101-8/+11
* erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-04-102-0/+8
* tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima2024-04-101-2/+9
* gro: fix ownership transferAntoine Tenart2024-04-102-2/+4
* net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet2024-04-101-1/+1
* net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-101-5/+5
* mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni2024-04-101-0/+4
* bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-101-0/+6
* netfilter: validate user input for expected lengthEric Dumazet2024-04-104-0/+18
* netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso2024-04-101-4/+5
* netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-101-2/+7
* netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso2024-04-101-0/+1
* netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso2024-04-101-0/+3
* vsock/virtio: fix packet delivery to tap deviceMarco Pinna2024-04-101-1/+2
* net/rds: fix possible cp null dereferenceMahmoud Adam2024-04-101-1/+1