summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-24vsock/virtio: read the negotiated features before using VQsStefano Garzarella1-3/+3
2022-03-24vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella1-1/+2
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-6/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds337-4250/+12623
2022-03-24SUNRPC don't resend a task on an offlined transportOlga Kornievskaia1-1/+3
2022-03-24netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso1-4/+13
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-03-23SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-126/+208
2022-03-23llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet1-0/+8
2022-03-23net: bridge: mst: Restrict info size queries to bridge portsTobias Waldekranz1-1/+1
2022-03-22net: dsa: fix missing host-filtered multicast addressesVladimir Oltean1-10/+34
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song2-2/+2
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust5-16/+15
2022-03-22SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust1-8/+10
2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust1-3/+7
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust1-7/+14
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust1-35/+18
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust1-18/+4
2022-03-22SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust1-2/+3
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-10/+12
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-115/+449
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-49/+133
2022-03-22net: bridge: mst: prevent NULL deref in br_mst_info_size()Eric Dumazet1-1/+1
2022-03-22tipc: fix the timer expires after interval 100msHoang Le1-1/+2
2022-03-21net: dsa: fix panic on shutdown if multi-chip tree failed to probeVladimir Oltean1-0/+5
2022-03-21openvswitch: always update flow key after natAaron Conole1-59/+59
2022-03-21Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+5
2022-03-21net/tls: optimize judgement processes in tls_set_device_offload()Ziyang Xuan1-31/+31
2022-03-21net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()Ziyang Xuan1-10/+5
2022-03-21tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-03-21net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior1-2/+1
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski1-6/+0
2022-03-21devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski1-25/+61
2022-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller54-67/+551
2022-03-21netlabel: fix out-of-bounds memory accessesWang Yufen1-0/+2
2022-03-21ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2-8/+16
2022-03-21ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou1-3/+11
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi1-0/+2
2022-03-20bpf: Treat bpf_sk_lookup remote_port as a 2-byte fieldJakub Sitnicki1-2/+18
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong1-9/+12
2022-03-20netfilter: flowtable: pass flowtable to nf_flow_table_iterate()Pablo Neira Ayuso1-10/+10
2022-03-20netfilter: flowtable: remove redundant field in flow_offload_work structPablo Neira Ayuso1-5/+6
2022-03-20netfilter: nf_nat_h323: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-20netfilter: nft_exthdr: add reduce supportFlorian Westphal1-0/+33
2022-03-20netfilter: nft_fib: add reduce supportFlorian Westphal5-0/+48
2022-03-20netfilter: nft_tunnel: track register operationsPablo Neira Ayuso1-0/+28