summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal1-3/+7
2020-01-04net: phylink: fix interface passed to mac_link_upRussell King1-2/+1
2020-01-04bnxt: apply computed clamp value for coalece parameterJonathan Lemon1-1/+1
2020-01-04gtp: do not allow adding duplicate tid and ms_addr pdp contextTaehee Yoo1-10/+22
2020-01-04gtp: fix an use-after-free in ipv4_pdp_find()Taehee Yoo1-17/+17
2020-01-04hv_netvsc: Fix tx_table init in rndis_set_subchannel()Haiyang Zhang1-3/+3
2020-01-04bonding: fix active-backup transition after link failureMahesh Bandewar1-3/+0
2020-01-04gtp: avoid zero size hashtableTaehee Yoo1-2/+5
2020-01-04gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo1-17/+19
2020-01-04net: marvell: mvpp2: phylink requires the link interruptRussell King1-1/+1
2020-01-04net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean2-6/+9
2020-01-04gtp: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2020-01-04mlxsw: spectrum: Use dedicated policer for VRRP packetsIdo Schimmel2-2/+8
2020-01-04mlxsw: spectrum_router: Skip loopback RIFs during MAC validationAmit Cohen1-0/+3
2020-01-04bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam2-14/+22
2020-01-04bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam3-21/+56
2020-01-04bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam2-9/+3
2020-01-04bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam2-10/+27
2020-01-04bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam2-8/+34
2020-01-04bnxt_en: Free context memory in the open path if firmware has been reset.Michael Chan1-0/+3
2020-01-04bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan1-2/+6
2020-01-04net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCsMartin Blumenstingl1-3/+11
2020-01-04net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur1-0/+2
2020-01-04net/mlxfw: Fix out-of-memory error in mfa2 flash burningVladyslav Tarasiuk1-3/+4
2020-01-04net: dsa: bcm_sf2: Fix IP fragment location and behaviorFlorian Fainelli1-3/+3
2020-01-04cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy6-19/+30
2020-01-046pack,mkiss: fix possible deadlockEric Dumazet2-4/+4
2020-01-04Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"Anders Kaseorg1-12/+12
2019-12-31iwlwifi: pcie: move power gating workaround earlier in the flowLuca Coelho2-25/+30
2019-12-31can: flexcan: add low power enter/exit acknowledgment helperJoakim Zhang1-16/+30
2019-12-31ath10k: Revert "ath10k: add cleanup in ath10k_sta_state()"Bjorn Andersson1-5/+1
2019-12-31can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang1-3/+3
2019-12-31can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgmentJoakim Zhang1-15/+2
2019-12-31can: flexcan: fix possible deadlock and out-of-order reception after wakeupSean Nyekjaer1-6/+4
2019-12-31can: m_can: tcan4x5x: add required delay after resetSean Nyekjaer1-0/+2
2019-12-31can: xilinx_can: Fix missing Rx can packets on CANFD2.0Srinivas Neeli1-0/+7
2019-12-31net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stallingAlexander Lobakin1-2/+11
2019-12-31ibmvnic: Fix completion structure initializationThomas Falcon1-8/+11
2019-12-31net: phy: initialise phydev speed and duplex sanelyRussell King1-2/+2
2019-12-31ice: Fix setting coalesce to handle DCB configurationBrett Creeley1-3/+10
2019-12-31ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin1-4/+8
2019-12-31mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi2-2/+6
2019-12-31net: ethernet: ti: ale: clean ale tbl on init and intf restartGrygorii Strashko1-0/+2
2019-12-31iwlwifi: check kasprintf() return valueJohannes Berg2-0/+6
2019-12-31bnxt_en: Improve RX buffer error handling.Michael Chan3-2/+9
2019-12-31brcmfmac: remove monitor interface when detachingRafał Miłecki1-0/+5
2019-12-31net: phy: avoid matching all-ones clause 45 PHY IDsRussell King1-3/+6
2019-12-31bnxt_en: Return proper error code for non-existent NVM variableVasundhara Volam1-1/+8
2019-12-31tun: fix data-race in gro_normal_list()Petar Penkov1-2/+2