summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-192-16/+15
|\
| * s390/iucv: use new address translation helpersHeiko Carstens2024-03-132-15/+15
| * s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev2024-03-131-2/+1
* | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-164-4/+37
|\ \
| * | sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik2024-03-091-1/+4
| * | net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET2024-02-281-2/+2
| * | SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust2024-02-282-0/+19
| * | SUNRPC: Don't try to send when the connection is shutting downTrond Myklebust2024-02-281-0/+3
| * | SUNRPC: Don't retry using the same source port if connection failedTrond Myklebust2024-02-281-1/+9
* | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-145-5/+5
|\ \ \ | |_|/ |/| |
| * | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-064-4/+4
| * | treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* | | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* | | 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