summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long2021-04-301-3/+3
| * | sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long2021-04-301-5/+20
| * | vsock/vmci: Remove redundant assignment to errYang Li2021-04-301-2/+0
| |/
| * net: Remove redundant assignment to errYang Li2021-04-291-3/+0
| * bridge: Fix possible races between assigning rx_handler_data and setting IFF_...Zhang Zhengming2021-04-291-2/+3
| * net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-04-291-4/+4
| * openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-04-291-4/+4
| * seg6: add counters support for SRv6 BehaviorsAndrea Mayer2021-04-291-2/+196
* | Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-0710-227/+237
|\ \
| * | xprtrdma: Fix a NULL dereference in frwr_unmap_sync()Chuck Lever2021-05-011-0/+1
| * | sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers2021-05-011-6/+5
| * | xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever2021-04-262-9/+6
| * | xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever2021-04-262-23/+13
| * | xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever2021-04-262-6/+5
| * | xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever2021-04-262-21/+16
| * | xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever2021-04-262-17/+16
| * | xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever2021-04-261-18/+0
| * | xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever2021-04-261-0/+2
| * | xprtrdma: Avoid Send Queue wrappingChuck Lever2021-04-262-17/+16
| * | xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever2021-04-263-9/+41
| * | xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever2021-04-261-52/+17
| * | xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever2021-04-261-3/+5
| * | xprtrdma: Rename frwr_release_mr()Chuck Lever2021-04-263-6/+6
| * | xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever2021-04-261-1/+0
| * | xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever2021-04-264-20/+14
| * | xprtrdma: Fix cwnd update orderingChuck Lever2021-04-263-7/+8
| * | xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever2021-04-261-4/+5
| * | xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever2021-04-261-1/+5
| * | xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever2021-04-261-7/+24
| * | xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever2021-04-261-1/+3
| * | xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever2021-04-262-0/+14
| * | xprtrdma: Avoid Receive Queue wrappingChuck Lever2021-04-261-0/+1
| * | SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion2021-04-141-2/+2
| * | SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-04-141-2/+0
| * | SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever2021-04-141-1/+3
| * | SUNRPC: Move fault injection call sitesChuck Lever2021-04-143-5/+8
| * | SUNRPC: Ensure the transport backchannel associationBenjamin Coddington2021-04-051-0/+4
| * | sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan2021-04-051-2/+5
| * | SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-052-1/+6
* | | Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-05-063-20/+38
|\ \ \
| * | | libceph: allow addrvecs with a single NONE/blank addressIlya Dryomov2021-05-041-6/+14
| * | | libceph: don't set global_id until we get an auth ticketIlya Dryomov2021-04-271-13/+23
| * | | libceph: bump CephXAuthenticate encoding versionIlya Dryomov2021-04-271-1/+1
* | | | Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-053-17/+24
|\ \ \ \
| * | | | SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang2021-04-231-1/+2
| * | | | SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter2021-04-221-1/+1
| * | | | svcrdma: Pass a useful error code to the send_err tracepointChuck Lever2021-04-141-3/+9
| * | | | svcrdma: Rename goto labels in svc_rdma_sendto()Chuck Lever2021-04-141-12/+12
| * | | | svcrdma: Don't leak send_ctxt on Send errorsChuck Lever2021-04-141-4/+4
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-012-34/+2
|\ \ \ \ \