summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-03-311-1/+1
| |\ \ \ \ \ \
| | * | | | | | can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp2022-03-311-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang2022-03-311-2/+5
| * | | | | | rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-313-14/+43
| |/ / / / /
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-291-2/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson2022-03-281-2/+6
| * | | | | ax25: Fix UAF bugs in ax25 timersDuoming Zhou2022-03-291-0/+5
| * | | | | ax25: fix UAF bug in ax25_send_control()Duoming Zhou2022-03-291-4/+4
| * | | | | openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese2022-03-291-2/+2
| |/ / / /
* | | | | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-2918-203/+273
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust2022-03-251-12/+15
| * | | SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-252-30/+51
| * | | SUNRPC don't resend a task on an offlined transportOlga Kornievskaia2022-03-241-1/+3
| * | | SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown2022-03-231-0/+7
| * | | SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-225-16/+15
| * | | SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust2022-03-221-8/+10
| * | | NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust2022-03-221-3/+7
| * | | NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2022-03-221-7/+14
| * | | SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust2022-03-221-35/+18
| * | | SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-18/+4
| * | | SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust2022-03-221-15/+39
| * | | SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust2022-03-221-2/+3
| * | | SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-10/+12
| * | | SUNRPC: change locking for xs_swap_enable/disableNeilBrown2022-03-131-15/+11
| * | | NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-131-0/+2
| * | | SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-135-7/+32
| * | | NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-1/+1
| * | | SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2022-03-132-18/+0
| * | | SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+5
| * | | SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown2022-03-134-4/+21
| * | | SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+6
| * | | SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-252-3/+3
| * | | SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-254-19/+19
| * | | SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-255-7/+7
| * | | SUNRPC: remove redundant pointer plainhdrColin Ian King2022-02-251-2/+2
* | | | Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-2810-65/+112
|\ \ \ \
| * | | | net/smc: Send out the remaining data in sndbuf before closeWen Gu2022-03-281-0/+3
| * | | | net: move net_unlink_todo() out of the headerJohannes Berg2022-03-281-0/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-03-283-27/+36
| |\ \ \ \
| | * | | | memcg: enable accounting for nft objectsVasily Averin2022-03-282-23/+23
| | * | | | netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso2022-03-241-4/+13
| * | | | | net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner2022-03-261-6/+9
| * | | | | net/smc: fix a memory leak in smc_sysctl_net_exit()Eric Dumazet2022-03-261-0/+5
| * | | | | net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou2022-03-261-3/+8
| * | | | | llc: only change llc->dev when bind() succeedsEric Dumazet2022-03-251-25/+34
| | |_|_|/ | |/| | |
| * | | | vsock/virtio: enable VQs early on probeStefano Garzarella2022-03-241-0/+2
| * | | | vsock/virtio: read the negotiated features before using VQsStefano Garzarella2022-03-241-3/+3
| * | | | vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella2022-03-241-1/+2
* | | | | Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-281-4/+4
|\ \ \ \ \
| * | | | | xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-4/+4