aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-01-02 16:40:51 -0800
committerDavid S. Miller <davem@davemloft.net>2020-01-02 16:40:51 -0800
commit542d0f607e58927541af3a3a7fc3bc6547c493dd (patch)
tree6688129fae01d50acd21d75b843a9605d4878925 /tools/perf/scripts/python/net_dropmonitor.py
parentnet: freescale: fec: Fix ethtool -d runtime PM (diff)
parentcan: mscan: mscan_rx_poll(): fix rx path lockup when returning from polling t... (diff)
downloadlinux-542d0f607e58927541af3a3a7fc3bc6547c493dd.tar.gz
linux-542d0f607e58927541af3a3a7fc3bc6547c493dd.zip
Merge tag 'linux-can-fixes-for-5.5-20200102' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Marc Kleine-Budde says: ==================== pull-request: can 2020-01-02 this is a pull request of 9 patches for net/master. The first 5 patches target all the tcan4x5x driver. The first 3 patches of them are by Dan Murphy and Sean Nyekjaer and improve the device initialization (power on, reset and get device out of standby before register access). The next patch is by Dan Murphy and disables the INH pin device-state if the GPIO is unavailable. The last patch for the tcan4x5x driver is by Gustavo A. R. Silva and fixes an inconsistent PTR_ERR check in the tcan4x5x_parse_config() function. The next patch is by Oliver Hartkopp and targets the generic CAN device infrastructure. It ensures that an initialized headroom in outgoing CAN sk_buffs (e.g. if injected by AF_PACKET). The last 2 patches are by Johan Hovold and fix the kvaser_usb and gs_usb drivers by always using the current alternate setting not blindly the first one. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
d> 2019-12-20qede: Disable hardware gro when xdp prog is installedManish Chopra1-2/+2 2019-12-20net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski1-14/+10 2019-12-20net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski1-1/+1 2019-12-20net/smc: unregister ib devices in reboot_eventKarsten Graul1-1/+1 2019-12-20net: stmmac: platform: Fix MDIO init for platforms without PHYPadmanabhan Rajanbabu1-1/+1 2019-12-20net: hns3: only print misc interrupt status when handling failsHuazhong Tan1-3/+6 2019-12-20net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan1-1/+6 2019-12-20net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan1-0/+3 2019-12-20net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin1-0/+32 2019-12-20net: hns3: get FD rules location before dump in debugfsYufeng Mo1-7/+67 2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan2-15/+3 2019-12-20net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan3-13/+0 2019-12-20net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin1-33/+13 2019-12-20llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex1-2/+2 2019-12-20tipc: make legacy address flag readable over netlinkJohn Rutherford4-0/+65 2019-12-20net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1 2019-12-20vsock_test: add SOCK_STREAM MSG_PEEK testStefano Garzarella1-0/+34 2019-12-20testing/vsock: print list of options and descriptionStefano Garzarella2-2/+24 2019-12-20testing/vsock: add parameters to list and skip testsStefano Garzarella6-20/+116 2019-12-20vsock_test: wait for the remote to close the connectionStefano Garzarella3-4/+48 2019-12-20VSOCK: add AF_VSOCK test casesStefan Hajnoczi4-2/+317 2019-12-20VSOCK: add send_byte()/recv_byte() test utilitiesStefan Hajnoczi2-0/+105 2019-12-20VSOCK: add full barrier between test casesStefan Hajnoczi1-2/+16 2019-12-20VSOCK: extract connect/accept functions from vsock_diag_test.cStefan Hajnoczi3-76/+119 2019-12-20VSOCK: extract utility functions from vsock_diag_test.cStefan Hajnoczi4-71/+125 2019-12-20VSOCK: add SPDX identifiers to vsock testsStefan Hajnoczi2-0/+2 2019-12-20VSOCK: fix header include in vsock_diag_testStefan Hajnoczi3-5/+4 2019-12-20net: dsa: ksz: use common define for tag lenMichael Grzeschik1-5/+3 2019-12-20s390/qeth: don't return -ENOTSUPP to userspaceJulian Wiedmann1-1/+1 2019-12-20s390/qeth: fix promiscuous mode after resetJulian Wiedmann3-1/+4 2019-12-20s390/qeth: handle error due to unsupported transport modeJulian Wiedmann2-7/+12 2019-12-20net: dsa: add support for Atheros AR9331 built-in switchOleksij Rempel5-0/+869 2019-12-20net: dsa: add support for Atheros AR9331 TAG formatOleksij Rempel4-0/+105 2019-12-20MIPS: ath79: ar9331: add ar9331-switch nodeOleksij Rempel2-1/+131