summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever2020-11-301-3/+1
* svcrdma: support multiple Read chunks per RPCChuck Lever2020-11-301-14/+222
* svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2020-11-302-68/+108
* svcrdma: Rename info::ri_chunklenChuck Lever2020-11-301-16/+15
* svcrdma: Clean up chunk tracepointsChuck Lever2020-11-302-17/+12
* svcrdma: Remove chunk list pointersChuck Lever2020-11-301-7/+1
* svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever2020-11-301-27/+9
* svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever2020-11-301-76/+98
* svcrdma: Support multiple write chunks when pulling upChuck Lever2020-11-303-82/+129
* svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever2020-11-301-61/+44
* svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever2020-11-303-34/+36
* svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever2020-11-301-15/+14
* svcrdma: Use parsed chunk lists to derive the inv_rkeyChuck Lever2020-11-301-37/+30
* svcrdma: Add a "parsed chunk list" data structureChuck Lever2020-11-303-82/+422
* svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever2020-11-302-12/+14
* svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever2020-11-302-36/+76
* NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever2020-11-301-17/+7
* SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-304-14/+15
* svcrdma: Refactor the RDMA Write pathChuck Lever2020-11-301-21/+35
* svcrdma: Const-ify the xdr_buf argumentsChuck Lever2020-11-301-2/+2
* SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever2020-11-301-3/+2
* svcrdma: Catch another Reply chunk overflow caseChuck Lever2020-11-301-0/+2
* Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-271-2/+5
|\
| * can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp2020-11-271-2/+5
* | sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-11-271-1/+1
* | mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni2020-11-271-3/+2
* | net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-272-23/+58
|/
* net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-261-1/+4
* devlink: Make sure devlink instance and port are in same net namespaceParav Pandit2020-11-261-1/+2
* devlink: Hold rtnl lock while reading netdev attributesParav Pandit2020-11-261-0/+4
* gro_cells: reduce number of synchronize_net() callsEric Dumazet2020-11-251-1/+6
* ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-11-251-9/+17
* Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-...Jakub Kicinski2020-11-251-0/+1
|\
| * batman-adv: set .owner to THIS_MODULETaehee Yoo2020-11-151-0/+1
* | tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-242-6/+15
* | devlink: Fix reload stats structureMoshe Shemesh2020-11-241-16/+33
* | net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-241-9/+9
* | vsock/virtio: discard packets only when socket is really closedStefano Garzarella2020-11-241-3/+5
* | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-246-14/+88
* | net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann2020-11-211-2/+2
* | tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-11-211-0/+5
* | tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-212-5/+6
* | net/tls: missing received data after fast remote closeVadim Fedorenko2020-11-201-0/+6
* | rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-11-201-4/+13
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-192-20/+85
|\ \
| * | bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_listJohn Fastabend2020-11-181-2/+9
| * | bpf, sockmap: Handle memory acct if skb_verdict prog redirects to selfJohn Fastabend2020-11-181-0/+8
| * | bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend2020-11-181-19/+53
| * | bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend2020-11-181-1/+1
| * | bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2020-11-182-5/+18