summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove dprintk call sites in rpcbind XDR functionsChuck Lever2020-09-211-27/+1
* SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever2020-09-212-18/+14
* SUNRPC: Remove rpcb_getport_async dprintk call sitesChuck Lever2020-09-211-20/+3
* SUNRPC: Clean up call_bind_status() observabilityChuck Lever2020-09-211-14/+6
* SUNRPC: Remove dprintk call site in call_decodeChuck Lever2020-09-211-2/+0
* SUNRPC: Trace call_refresh eventsChuck Lever2020-09-211-6/+3
* SUNRPC: Add trace_rpc_timeout_status()Chuck Lever2020-09-211-1/+1
* SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever2020-09-211-2/+4
* SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever2020-09-212-6/+1
* SUNRPC: Remove dprintk call site in call_start()Chuck Lever2020-09-211-4/+0
* SUNRPC: Remove the dprint_status() macroChuck Lever2020-09-211-30/+1
* SUNRPC: Replace dprintk() call site in xs_nospace()Chuck Lever2020-09-211-4/+1
* SUNRPC: Replace dprintk() call site in xprt_prepare_transmitChuck Lever2020-09-211-2/+2
* SUNRPC: Update debugging instrumentation in xprt_do_reserve()Chuck Lever2020-09-211-6/+2
* SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever2020-09-213-6/+0
* SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever2020-09-213-6/+1
* SUNRPC: Remove trace_xprt_complete_rqst()Chuck Lever2020-09-211-2/+0
* SUNRPC dont update timeout value on connection resetOlga Kornievskaia2020-09-211-1/+2
* Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-092-2/+4
|\
| * SUNRPC: stop printk reading past end of stringJ. Bruce Fields2020-09-051-2/+2
| * xprtrdma: Release in-flight MRs on disconnectChuck Lever2020-08-261-0/+2
* | net/packet: fix overflow in tpacket_rcvOr Cohen2020-09-041-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-0452-343/+627
|\ \
| * | net/smc: fix sock refcounting in case of terminationUrsula Braun2020-09-041-7/+8
| * | net/smc: reset sndbuf_desc if freedUrsula Braun2020-09-041-0/+1
| * | net/smc: set rx_off for SMCR explicitlyUrsula Braun2020-09-041-0/+2
| * | net/smc: fix toleration of fake add_link messagesKarsten Graul2020-09-041-1/+14
| * | tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-031-3/+6
| * | ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel2020-09-031-1/+2
| * | pktgen: fix error message with wrong function nameLeesoo Ahn2020-09-011-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-3110-59/+54
| |\ \
| | * | netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal2020-08-292-17/+11
| | * | netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-08-284-38/+39
| | * | netfilter: delete repeated wordsRandy Dunlap2020-08-284-4/+4
| * | | tipc: fix using smp_processor_id() in preemptibleTuong Lien2020-08-311-3/+9
| |/ /
| * | net_sched: fix error path in red_init()Cong Wang2020-08-281-16/+4
| * | netlink: fix a data race in netlink_rcv_wake()zhudi2020-08-281-1/+1
| * | Merge tag 'mac80211-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-08-287-86/+192
| |\ \
| | * | cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal2020-08-271-3/+5
| | * | mac80211: reduce packet loss event false positivesFelix Fietkau2020-08-272-18/+17
| | * | cfg80211: regulatory: reject invalid hintsJohannes Berg2020-08-271-0/+3
| | * | wireless: fix wrong 160/80+80 MHz settingShay Bar2020-08-271-4/+11
| | * | mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau2020-08-271-12/+26
| | * | mac80211: factor out code to look up the average packet length duration for a...Felix Fietkau2020-08-271-47/+74
| | * | mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau2020-08-273-6/+60
| | * | nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg2020-08-201-1/+1
| * | | rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu2020-08-271-1/+2
| * | | Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-08-276-83/+155
| |\ \ \
| | * | | rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-08-201-3/+13
| | * | | rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-205-71/+132