summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-30SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown1-6/+2
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-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-16/+13
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds289-13709/+16734
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-9/+28
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2023-08-28devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko4-64/+30
2023-08-28devlink: move small_ops definition into netlink.cJiri Pirko3-253/+251
2023-08-28devlink: move tracepoint definitions into core.cJiri Pirko2-6/+6
2023-08-28devlink: push linecard related code into separate fileJiri Pirko4-615/+626
2023-08-28devlink: push rate related code into separate fileJiri Pirko4-719/+728
2023-08-28devlink: push trap related code into separate fileJiri Pirko4-1862/+1873
2023-08-28devlink: use tracepoint_enabled() helperJiri Pirko1-1/+1
2023-08-28devlink: push region related code into separate fileJiri Pirko4-1257/+1267
2023-08-28devlink: push param related code into separate fileJiri Pirko4-860/+875
2023-08-28devlink: push resource related code into separate fileJiri Pirko4-575/+582
2023-08-28devlink: push dpipe related code into separate fileJiri Pirko4-895/+926
2023-08-28devlink: move and rename devlink_dpipe_send_and_alloc_skb() helperJiri Pirko3-25/+26
2023-08-28devlink: push shared buffer related code into separate fileJiri Pirko4-991/+1006
2023-08-28devlink: push port related code into separate fileJiri Pirko4-1530/+1547
2023-08-28devlink: push object register/unregister notifications into separate helpersJiri Pirko1-84/+163
2023-08-28inet: fix IP_TRANSPARENT error handlingEric Dumazet1-5/+3
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann1-0/+2
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann1-0/+1
2023-08-28dccp: Fix out of bounds access in DCCP error handlerJann Horn2-9/+19
2023-08-28netrom: Deny concurrent connect().Kuniyuki Iwashima1-0/+5