aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-20SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever1-25/+35
2020-05-20SUNRPC: Refactor svc_recvfrom()Chuck Lever1-41/+68
2020-05-20SUNRPC: Clean up svc_release_skb() functionsChuck Lever1-8/+15
2020-05-20SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever1-20/+19
2020-05-20SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever1-14/+2
2020-05-18SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever1-26/+25
2020-05-18SUNRPC: Rename svc_sock::sk_reclenChuck Lever1-3/+3
2020-05-18SUNRPC: Trace server-side rpcbind registration eventsChuck Lever1-15/+4
2020-05-18SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever1-29/+6
2020-05-18SUNRPC: Add more svcsock tracepointsChuck Lever1-20/+10
2020-05-18SUNRPC: Remove "#include <trace/events/skb.h>"Chuck Lever1-1/+0
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever3-46/+9
2020-05-18SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever1-1/+6
2020-05-18svcrdma: Add tracepoints to report ->xpo_accept failuresChuck Lever1-16/+11
2020-05-18svcrdma: Displayed remote IP address should match stored addressChuck Lever1-1/+6
2020-05-18svcrdma: Rename tracepoints that record header decoding errorsChuck Lever1-5/+5
2020-05-18svcrdma: Remove backchannel dprintk call sitesChuck Lever1-43/+5
2020-05-18svcrdma: Fix backchannel return codeChuck Lever2-34/+15
2020-05-18svcrdma: trace undersized Write chunksChuck Lever1-5/+2
2020-05-18svcrdma: Trace page overruns when constructing RDMA ReadsChuck Lever1-1/+1
2020-05-18svcrdma: Clean up handling of get_rw_ctx errorsChuck Lever1-16/+11
2020-05-18svcrdma: Clean up the tracing for rw_ctx_init errorsChuck Lever1-21/+35
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever5-36/+58
2020-05-15Merge tag 'nfs-for-5.7-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+7
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds21-47/+153
2020-05-14ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover1-3/+4
2020-05-14ipmr: Fix RCU list debugging warningAmol Grover1-1/+2
2020-05-14tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet1-3/+4
2020-05-14SUNRPC: 'Directory with parent 'rpc_clnt' already present!'J. Bruce Fields1-1/+1
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-8/+38
2020-05-13tipc: fix failed service subscription deletionTuong Lien2-4/+15
2020-05-13tipc: fix memory leak in service subscriptingTuong Lien1-1/+3
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien1-11/+31
2020-05-12netlabel: cope with NULL catmapPaolo Abeni3-3/+12
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2-4/+13
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch1-0/+2
2020-05-12netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter1-0/+11
2020-05-12netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso1-3/+5
2020-05-11Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds6-34/+84
2020-05-11SUNRPC: Signalled ASYNC tasks need to exitChuck Lever1-0/+5
2020-05-11netfilter: conntrack: fix infinite loop on rmmodFlorian Westphal1-1/+12
2020-05-11netfilter: flowtable: Remove WQ_MEM_RECLAIM from workqueueRoi Dayan1-1/+1
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey1-1/+7
2020-05-10SUNRPC: fix use-after-free in rpc_free_client_work()NeilBrown1-1/+1
2020-05-10netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-2/+2
2020-05-09netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-08net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-5/+7
2020-05-08net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-07net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3