summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-30SUNRPC: make rqst_should_sleep() idempotent()NeilBrown1-3/+5
2023-08-30SUNRPC: Clean up svc_set_num_threadsChuck Lever1-35/+25
2023-08-30SUNRPC: Count ingress RPC messages per svc_poolChuck Lever2-1/+4
2023-08-30SUNRPC: Deduplicate thread wake-up codeChuck Lever2-36/+42
2023-08-30SUNRPC: Move trace_svc_xprt_enqueueChuck Lever1-1/+1
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever4-17/+40
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown2-20/+16
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-17/+11
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown2-2/+2
2023-08-30nfsd: don't allow nfsd threads to be signalled.NeilBrown1-10/+6
2023-08-30SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever1-1/+11
2023-08-30SUNRPC: Revert e0a912e8ddbaChuck Lever1-6/+0
2023-08-30SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever1-11/+13
2023-08-30SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever1-15/+18
2023-08-30SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever2-44/+70
2023-08-30SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.cChuck Lever3-114/+1
2023-08-30SUNRPC: Remove the ->import_ctx methodChuck Lever2-12/+1
2023-08-30SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever2-14/+0
2023-08-30SUNRPC: Remove gss_import_v1_context()Chuck Lever1-141/+1
2023-08-30SUNRPC: Remove krb5_derive_key_v1()Chuck Lever2-90/+0
2023-08-30SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever5-486/+0
2023-08-30SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever1-52/+0
2023-08-30SUNRPC: Remove Kunit tests for the DES3 encryption typeChuck Lever1-196/+0
2023-08-30SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DESChuck Lever2-29/+0
2023-08-30SUNRPC: Fix the recent bv_offset fixChuck Lever1-1/+3
2023-08-24Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds23-75/+190
2023-08-24Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni4-11/+31
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2-0/+6
2023-08-23netfilter: nf_tables: fix out of memory error handlingFlorian Westphal1-3/+10
2023-08-23netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso1-2/+2
2023-08-23netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso1-1/+5
2023-08-23netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso1-1/+1
2023-08-23netfilter: nf_tables: validate all pending tablesFlorian Westphal1-4/+7
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-08-23batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann1-0/+3
2023-08-23can: raw: add missing refcount for memory leak fixOliver Hartkopp1-9/+26
2023-08-23can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp1-15/+7
2023-08-22Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-2/+10
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+4
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-2/+10
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet5-7/+7
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-19xprtrdma: Remap Receive buffers after a reconnectChuck Lever1-5/+4
2023-08-19dccp: annotate data-races in dccp_poll()Eric Dumazet1-8/+12
2023-08-19sock: annotate data-races around prot->memory_pressureEric Dumazet1-1/+1
2023-08-19devlink: add missing unregister linecard notificationJiri Pirko1-0/+3
2023-08-19Merge tag 'batadv-net-pullrequest-20230816' of git://git.open-mesh.org/linux-...Jakub Kicinski6-5/+29
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds18-67/+110
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1