summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-24bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam1-0/+4
2020-03-24bnxt_en: Free context memory after disabling PCI in probe error path.Michael Chan1-3/+3
2020-03-24bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.Michael Chan1-4/+4
2020-03-24bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer1-5/+10
2020-03-24bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan3-6/+14
2020-03-24macsec: restrict to ethernet devicesWillem de Bruijn1-0/+3
2020-03-24net: qmi_wwan: add support for ASKEY WWHC050Pawel Dembicki1-0/+1
2020-03-24NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter1-3/+2
2020-03-24Merge tag 'mlx5-fixes-2020-03-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller6-8/+11
2020-03-22net: bcmgenet: always enable status blocksDoug Berger2-97/+38
2020-03-22net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko1-1/+20
2020-03-22net: stmmac: dwmac-rk: fix error path in rk_gmac_probeEmil Renner Berthing1-1/+1
2020-03-22slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp1-0/+3
2020-03-22ionic: make spdxcheck.py happyLukas Bulwahn2-2/+2
2020-03-22hinic: fix wrong value of MIN_SKB_LENLuo bin1-1/+1
2020-03-22hinic: fix wrong para of wait_for_completion_timeoutLuo bin2-3/+5
2020-03-22hinic: fix out-of-order excution in arm cpuLuo bin4-0/+9
2020-03-22hinic: fix the bug of clearing event queueLuo bin1-7/+17
2020-03-22hinic: fix a bug of waitting for IO stoppedLuo bin1-49/+2
2020-03-20cxgb4: fix Txq restart check during backpressureRahul Lakkireddy1-2/+8
2020-03-20cxgb4: fix throughput drop during Tx backpressureRahul Lakkireddy1-40/+2
2020-03-20net: dsa: mt7530: Change the LINK bit to reflect the link statusRené van Dorst1-2/+2
2020-03-20mlxsw: pci: Only issue reset when system is readyIdo Schimmel1-11/+39
2020-03-19wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld4-43/+39
2020-03-19wireguard: receive: remove dead code from default packet type caseJason A. Donenfeld1-2/+1
2020-03-19wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld3-4/+10
2020-03-19vxlan: check return value of gro_cells_init()Taehee Yoo1-2/+9
2020-03-18net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab1-14/+18
2020-03-18net: ena: fix continuous keep-alive resetsArthur Kiyanovski1-0/+1
2020-03-18net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski1-4/+11
2020-03-18net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski1-3/+6
2020-03-18net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski1-1/+1
2020-03-18net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur1-1/+6
2020-03-18net: bcmgenet: keep MAC in reset until PHY is upDoug Berger3-7/+15
2020-03-18Revert "net: bcmgenet: use RGMII loopback for MAC reset"Doug Berger2-34/+2
2020-03-18net: mvmdio: avoid error message for optional IRQChris Packham1-1/+1
2020-03-18Revert "net: mvmdio: avoid error message for optional IRQ"Chris Packham1-3/+3
2020-03-17net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang1-2/+1
2020-03-17net: vxge: fix wrong __VA_ARGS__ usageZheng Wei2-8/+8
2020-03-17net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur1-1/+1
2020-03-16net: netdevsim: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-15/+15
2020-03-16net: sfc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-14/+18
2020-03-16net: ionic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-7/+7
2020-03-16net: nfp: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2020-03-16net: mlx4: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-31/+31
2020-03-16net: caif: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-36/+36
2020-03-16mlxsw: reg: Increase register field length to 31 bitsIdo Schimmel1-1/+1
2020-03-15geneve: move debug check after netdev unregisterFlorian Westphal1-2/+6
2020-03-15cxgb4: fix delete filter entry fail in unload pathShahjada Abul Husain1-2/+2
2020-03-15net: stmmac: platform: Fix misleading interrupt error msgMarkus Fuchs1-4/+10