summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+121
2020-10-07SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker1-0/+69
2020-10-07SUNRPC: Split out _shift_data_right_tail()Anna Schumaker1-27/+41
2020-10-07SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()Anna Schumaker1-7/+14
2020-10-07SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker1-0/+13
2020-10-07SUNRPC: Split out a function for setting current pageAnna Schumaker1-4/+9
2020-09-21xprtrdma: drop double zeroingJulia Lawall1-1/+1
2020-09-21Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov2-2/+2
2020-09-21SUNRPC: Remove remaining dprintks from sched.cChuck Lever1-10/+0
2020-09-21SUNRPC: Remove dprintk call sites in RPC queuing functionsChuck Lever1-21/+1
2020-09-21SUNRPC: Clean up RPC scheduler tracepointsChuck Lever1-12/+3
2020-09-21SUNRPC: Replace rpcbind dprintk call sites with tracepointsChuck Lever1-20/+4
2020-09-21SUNRPC: Remove more dprintks in rpcb_clnt.cChuck Lever1-22/+3
2020-09-21SUNRPC: Remove dprintk call sites in rpcbind XDR functionsChuck Lever1-27/+1
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever2-18/+14
2020-09-21SUNRPC: Remove rpcb_getport_async dprintk call sitesChuck Lever1-20/+3
2020-09-21SUNRPC: Clean up call_bind_status() observabilityChuck Lever1-14/+6
2020-09-21SUNRPC: Remove dprintk call site in call_decodeChuck Lever1-2/+0
2020-09-21SUNRPC: Trace call_refresh eventsChuck Lever1-6/+3
2020-09-21SUNRPC: Add trace_rpc_timeout_status()Chuck Lever1-1/+1
2020-09-21SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever1-2/+4
2020-09-21SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever2-6/+1
2020-09-21SUNRPC: Remove dprintk call site in call_start()Chuck Lever1-4/+0
2020-09-21SUNRPC: Remove the dprint_status() macroChuck Lever1-30/+1
2020-09-21SUNRPC: Replace dprintk() call site in xs_nospace()Chuck Lever1-4/+1
2020-09-21SUNRPC: Replace dprintk() call site in xprt_prepare_transmitChuck Lever1-2/+2
2020-09-21SUNRPC: Update debugging instrumentation in xprt_do_reserve()Chuck Lever1-6/+2
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever3-6/+0
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever3-6/+1
2020-09-21SUNRPC: Remove trace_xprt_complete_rqst()Chuck Lever1-2/+0
2020-09-21SUNRPC dont update timeout value on connection resetOlga Kornievskaia1-1/+2
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-2/+4
2020-09-05SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-09-04net/packet: fix overflow in tpacket_rcvOr Cohen1-1/+6
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds52-343/+627
2020-09-04net/smc: fix sock refcounting in case of terminationUrsula Braun1-7/+8
2020-09-04net/smc: reset sndbuf_desc if freedUrsula Braun1-0/+1
2020-09-04net/smc: set rx_off for SMCR explicitlyUrsula Braun1-0/+2
2020-09-04net/smc: fix toleration of fake add_link messagesKarsten Graul1-1/+14
2020-09-03tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-09-03ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel1-1/+2
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn1-1/+1
2020-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-59/+54
2020-08-31tipc: fix using smp_processor_id() in preemptibleTuong Lien1-3/+9
2020-08-29netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal2-17/+11
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso4-38/+39
2020-08-28netfilter: delete repeated wordsRandy Dunlap4-4/+4
2020-08-28net_sched: fix error path in red_init()Cong Wang1-16/+4
2020-08-28netlink: fix a data race in netlink_rcv_wake()zhudi1-1/+1
2020-08-28Merge tag 'mac80211-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/lin...David S. Miller7-86/+192