summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix error check on ->alloc_txbuf()David Howells2024-03-141-2/+2
* rxrpc: Fix use of changed alignment param to page_frag_alloc_align()David Howells2024-03-141-2/+2
* hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida2024-03-141-0/+4
* tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima2024-03-141-1/+1
* devlink: Fix devlink parallel commands processingShay Drory2024-03-131-6/+7
* net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet2024-03-131-1/+2
* rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima2024-03-121-4/+0
* tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet2024-03-121-22/+19
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-12389-11915/+13482
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-113-2/+21
| |\
| | * devlink: Fix length of eswitch inline-modeWilliam Tu2024-03-111-1/+1
| | * net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet2024-03-081-1/+14
| | * ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng2024-03-081-0/+6
| * | nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=yIdo Schimmel2024-03-111-1/+2
| * | nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel2024-03-111-12/+17
| * | nexthop: Only parse NHA_OP_FLAGS for dump messages that require itIdo Schimmel2024-03-111-5/+5
| * | nexthop: Only parse NHA_OP_FLAGS for get messages that require itIdo Schimmel2024-03-111-8/+8
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-112-14/+6
| |\ \
| | * | bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-1/+1
| | * | bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee2024-03-041-8/+4
| | * | bpf, net: validate struct_ops when updating value.Kui-Feng Lee2024-03-041-5/+1
| * | | net/packet: Add getsockopt support for PACKET_COPY_THRESHJuntong Deng2024-03-112-3/+6
| * | | net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSIDJuntong Deng2024-03-111-0/+3
| * | | net: ipv6: exthdrs: get rid of ipv6_skb_net()Justin Iurman2024-03-111-9/+1
| * | | net: nexthop: Have all NH notifiers carry NH IDPetr Machata2024-03-111-1/+1
| * | | net: nexthop: Initialize NH group ID in resilient NH group notifiersPetr Machata2024-03-111-0/+1
| * | | net: page_pool: factor out page_pool recycle checkMina Almasry2024-03-111-2/+7
| * | | tcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing2024-03-111-1/+1
| * | | mptcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing2024-03-111-1/+1
| * | | udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet2024-03-112-4/+6
| * | | net/x25: fix incorrect parameter validation in the x25_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
| * | | net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia2024-03-111-1/+2
| * | | udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
| * | | l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
| * | | ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia2024-03-111-1/+3
| * | | tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
| * | | Merge tag 'for-net-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-03-0822-3539/+751
| |\ \ \
| | * | | Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz2024-03-081-0/+3
| | * | | Bluetooth: Fix eir name lengthFrédéric Danis2024-03-082-23/+8
| | * | | Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz2024-03-071-2/+2
| | * | | Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto2024-03-061-1/+2
| | * | | Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()Roman Smirnov2024-03-061-2/+1
| | * | | Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()Roman Smirnov2024-03-061-2/+1
| | * | | Bluetooth: ISO: Clean up returns values in iso_connect_ind()Dan Carpenter2024-03-061-6/+3
| | * | | Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen2024-03-061-1/+1
| | * | | Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz2024-03-061-7/+3
| | * | | Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz2024-03-061-1/+2
| | * | | Bluetooth: msft: Fix memory leakLuiz Augusto von Dentz2024-03-061-0/+3
| | * | | Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz2024-03-061-1/+1
| | * | | Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-064-27/+60