summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-012-30/+24
|\
| * Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-2077-514/+977
| |\
| * | tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)2023-08-111-2/+2
| * | tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-3/+3
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+3
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
| * | tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
| * | tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
| * | tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2023-08-111-7/+0
| * | net: nfc: remove casts from tty->disc_dataJiri Slaby2023-08-031-4/+4
| * | Bluetooth: rfcomm: remove casts from tty->driver_dataJiri Slaby2023-07-311-11/+11
* | | Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-08-315-17/+76
|\ \ \
| * | | SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()Trond Myklebust2023-08-241-0/+5
| * | | SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust2023-08-242-2/+7
| * | | SUNRPC: Refactor and simplify connect timeoutTrond Myklebust2023-08-241-13/+21
| * | | SUNRPC: Set the TCP_SYNCNT to match the socket timeoutTrond Myklebust2023-08-241-0/+14
| * | | xprtrdma: Remove unused function declaration rpcrdma_bc_post_recv()Yue Haibing2023-08-231-1/+0
| * | | SUNRPC: kmap() the xdr pages during decodeAnna Schumaker2023-08-233-1/+29
* | | | Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-08-3118-1340/+252
|\ \ \ \
| * | | | SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown2023-08-291-6/+2
| * | | | SUNRPC: make rqst_should_sleep() idempotent()NeilBrown2023-08-291-3/+5
| * | | | SUNRPC: Clean up svc_set_num_threadsChuck Lever2023-08-291-35/+25
| * | | | SUNRPC: Count ingress RPC messages per svc_poolChuck Lever2023-08-292-1/+4
| * | | | SUNRPC: Deduplicate thread wake-up codeChuck Lever2023-08-292-36/+42
| * | | | SUNRPC: Move trace_svc_xprt_enqueueChuck Lever2023-08-291-1/+1
| * | | | SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-294-17/+40
| * | | | SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-292-20/+16
| * | | | SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-17/+11
| * | | | SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-292-2/+2
| * | | | nfsd: don't allow nfsd threads to be signalled.NeilBrown2023-08-291-10/+6
| * | | | SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever2023-08-291-1/+11
| * | | | SUNRPC: Revert e0a912e8ddbaChuck Lever2023-08-291-6/+0
| * | | | SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever2023-08-291-11/+13
| * | | | SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever2023-08-291-15/+18
| * | | | SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever2023-08-292-44/+70
| * | | | SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.cChuck Lever2023-08-293-114/+1
| * | | | SUNRPC: Remove the ->import_ctx methodChuck Lever2023-08-292-12/+1
| * | | | SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever2023-08-292-14/+0
| * | | | SUNRPC: Remove gss_import_v1_context()Chuck Lever2023-08-291-141/+1
| * | | | SUNRPC: Remove krb5_derive_key_v1()Chuck Lever2023-08-292-90/+0
| * | | | SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever2023-08-295-486/+0
| * | | | SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever2023-08-291-52/+0
| * | | | SUNRPC: Remove Kunit tests for the DES3 encryption typeChuck Lever2023-08-291-196/+0
| * | | | SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DESChuck Lever2023-08-292-29/+0
| * | | | SUNRPC: Fix the recent bv_offset fixChuck Lever2023-08-291-1/+3
* | | | | Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+2
|\ \ \ \ \
| * | | | | io_uring: Add io_uring command support for socketsBreno Leitao2023-08-091-0/+2
* | | | | | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-2930-51/+131
|\ \ \ \ \ \
| * | | | | | networking: Update to register_net_sysctl_szJoel Granados2023-08-1521-28/+80
| * | | | | | netfilter: Update to register_net_sysctl_szJoel Granados2023-08-157-14/+31