aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-03-26 14:25:48 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-03-26 14:25:48 -0700
commit14c741de93861749dfb60b4964028541f5c506ca (patch)
treed74dd762817f11837113677429696e66cdc7eb41 /tools/perf/scripts/python/net_dropmonitor.py
parentMerge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff)
parentSUNRPC: fix uninitialized variable warning (diff)
downloadlinux-14c741de93861749dfb60b4964028541f5c506ca.tar.gz
linux-14c741de93861749dfb60b4964028541f5c506ca.zip
Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client bugfixes from Trond Myklebust: "Highlights include: Stable fixes: - Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data() - fix mount/umount race in nlmclnt. - NFSv4.1 don't free interrupted slot on open Bugfixes: - Don't let RPC_SOFTCONN tasks time out if the transport is connected - Fix a typo in nfs_init_timeout_values() - Fix layoutstats handling during read failovers - fix uninitialized variable warning" * tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: SUNRPC: fix uninitialized variable warning pNFS/flexfiles: Fix layoutstats handling during read failovers NFS: Fix a typo in nfs_init_timeout_values() SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected NFSv4.1 don't free interrupted slot on open NFS: fix mount/umount race in nlmclnt. NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
td>Zou Wei1-1/+1 2020-04-23net: sched : Remove unnecessary cast in kfreeXu Wang1-1/+1 2020-04-23net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko4-0/+55 2020-04-23net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko4-5/+57 2020-04-23net: ethernet: ti: cpts: add irq supportGrygorii Strashko2-1/+38 2020-04-23net: ethernet: ti: cpts: rework lockingGrygorii Strashko2-24/+32 2020-04-23net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko1-71/+94 2020-04-23net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko1-33/+58 2020-04-23net: ethernet: ti: cpts: switch to use new .gettimex64() interfaceGrygorii Strashko1-8/+14 2020-04-23net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()Grygorii Strashko2-2/+7 2020-04-23net: ethernet: ti: cpts: separate hw counter read from timecounterGrygorii Strashko2-26/+29 2020-04-23net: ethernet: ti: cpts: use dev_yy() api for logsGrygorii Strashko1-6/+6 2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet3-13/+13 2020-04-23net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet2-5/+5 2020-04-23net: napi: add hard irqs deferral featureEric Dumazet3-11/+38 2020-04-23qede: Add support for handling the pcie errors.Sudarsana Reddy Kalluru2-1/+68 2020-04-23qed: Enable device error reporting capability.Sudarsana Reddy Kalluru1-0/+9 2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin4-2/+14 2020-04-23ipv6: Honor all IPv6 PIO Valid Lifetime valuesFernando Gont2-22/+7 2020-04-22dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei2-29/+30 2020-04-22dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei1-36/+40 2020-04-22dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei2-14/+22 2020-04-22dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei2-13/+26 2020-04-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei2-1/+2 2020-04-22selftests: A few improvements to fib_nexthops.shDavid Ahern1-11/+14 2020-04-22selftests: tc-testing: Add a TDC test for pedit munge ip6 dsfieldPetr Machata1-0/+25 2020-04-22selftests: forwarding: pedit_dsfield: Add pedit munge ip6 dsfieldPetr Machata1-0/+66 2020-04-22net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel1-7/+105 2020-04-22net: mdio: of: export part of of_mdiobus_register_phy()Oleksij Rempel2-32/+52 2020-04-22net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel1-0/+91