summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-142-1/+7
| | * | | | | | SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-142-0/+28
| | * | | | | | SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-148-136/+9
| | * | | | | | SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-143-45/+6
| | * | | | | | SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-144-89/+99
| | * | | | | | SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-145-196/+232
| | * | | | | | SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-131-127/+96
| | * | | | | | SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-135-176/+221
| | * | | | | | SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-132-0/+18
| | * | | | | | SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-136-51/+65
| | * | | | | | SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever2019-02-132-37/+1
| | * | | | | | SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever2019-02-131-6/+27
| | * | | | | | SUNRPC: Add XDR overflow trace eventChuck Lever2019-02-131-7/+17
| | * | | | | | SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-135-10/+16
| | * | | | | | xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2019-02-132-0/+12
| | * | | | | | xprtrdma: Check inline size before providing a Write chunkChuck Lever2019-02-131-1/+17
| | * | | | | | xprtrdma: Fix sparse warningsChuck Lever2019-02-132-3/+3
| * | | | | | | SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust2019-02-201-12/+4
| * | | | | | | SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust2019-02-201-10/+1
| * | | | | | | SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust2019-02-202-36/+14
| * | | | | | | SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust2019-02-201-15/+23
| * | | | | | | SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust2019-02-201-1/+4
| * | | | | | | SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust2019-02-201-5/+2
| * | | | | | | SUNRPC: Handle zero length fragments correctlyTrond Myklebust2019-02-201-14/+29
| * | | | | | | SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust2019-02-201-3/+9
| * | | | | | | SUNRPC: remove pointless test in unx_match()NeilBrown2019-02-201-1/+1
| * | | | | | | SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-02-205-7/+0
| * | | | | | | SUNRPC: Use poll() to fix up the socket requeue racesTrond Myklebust2019-02-201-2/+24
| * | | | | | | SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust2019-02-203-3/+17
* | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | pipe: stop using ->can_mergeJann Horn2019-02-011-1/+0
* | | | | | | | | sctp: convert to genradixKent Overstreet2019-03-122-107/+20
* | | | | | | | | openvswitch: convert to kvmallocKent Overstreet2019-03-124-43/+13
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-1131-139/+226
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-101-4/+18
| * | | | | | | | net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-101-1/+5
| * | | | | | | | rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-081-2/+2
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-087-10/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: fix warning about using plain integer as NULLBo YU2019-03-081-1/+1
| | * | | | | | | | xsk: fix to reject invalid options in Tx descriptorBjörn Töpel2019-03-081-2/+2
| | * | | | | | | | xsk: fix to reject invalid flags in xsk_bindBjörn Töpel2019-03-081-1/+4
| | * | | | | | | | bpf: Stop the psock parser before canceling its workJakub Sitnicki2019-03-071-0/+1
| | * | | | | | | | net: fix GSO in bpf_lwt_push_ip_encapPeter Oskolkov2019-03-071-0/+2
| | * | | | | | | | xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet2019-03-071-2/+2
| | * | | | | | | | bpf: only test gso type on gso packetsWillem de Bruijn2019-03-071-4/+4
| * | | | | | | | | tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-082-2/+13
| * | | | | | | | | fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-082-4/+4
| * | | | | | | | | net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov2019-03-081-10/+7
| * | | | | | | | | vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-081-7/+15
| * | | | | | | | | sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long2019-03-081-0/+10