summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-262-3/+3
| * SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-264-19/+19
| * SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-265-7/+7
| * SUNRPC: remove redundant pointer plainhdrColin Ian King2022-02-261-2/+2
* | Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-2910-65/+112
|\ \
| * | net/smc: Send out the remaining data in sndbuf before closeWen Gu2022-03-291-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-271-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-261-25/+34
| * | | vsock/virtio: enable VQs early on probeStefano Garzarella2022-03-251-0/+2
| * | | vsock/virtio: read the negotiated features before using VQsStefano Garzarella2022-03-251-3/+3
| * | | vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella2022-03-251-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-161-4/+4
* | | | | Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-03-251-6/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | libceph: drop else branches in prepare_read_data{,_cont}Jeff Layton2022-03-011-6/+2
| | |_|/ | |/| |
* | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-24337-4250/+12623
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-2315-126/+208
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | tipc: fix the timer expires after interval 100msHoang Le2022-03-221-1/+2
| | * | | net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean2022-03-221-0/+5
| | * | | openvswitch: always update flow key after natAaron Conole2022-03-221-59/+59
| | * | | tcp: ensure PMTU updates are processed during fastopenJakub Kicinski2022-03-211-1/+4
| | * | | ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2022-03-212-8/+16
| | * | | ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou2022-03-211-3/+11
| | * | | af_netlink: Fix shift out of bounds in group mask calculationPetr Machata2022-03-191-0/+2
| | * | | mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skbYonglong Li2022-03-181-0/+1
| | * | | ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault2022-03-181-4/+14
| | * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-181-19/+50
| | |\ \ \
| | | * | | xsk: Fix race at socket teardownMagnus Karlsson2022-02-281-19/+50
| | * | | | af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima2022-03-181-0/+4
| | * | | | af_unix: Fix some data-races around unix_sk(sk)->oob_skb.Kuniyuki Iwashima2022-03-181-7/+5
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-03-184-24/+35
| | |\ \ \ \
| | | * | | | netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso2022-03-171-1/+1
| | | * | | | netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso2022-03-171-5/+17
| | | * | | | netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso2022-03-162-18/+17
| * | | | | | llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet2022-03-231-0/+8
| * | | | | | net: bridge: mst: Restrict info size queries to bridge portsTobias Waldekranz2022-03-231-1/+1