summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-01mt76: mt7615: use v1 MCU API on MT7615 to fix issues with adding/removing sta...Felix Fietkau1-1/+2
2020-10-01net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed1-5/+2
2020-10-01hv_netvsc: Switch the data path at the right time during hibernationDexuan Cui1-10/+1
2020-10-01igc: Fix not considering the TX delay for timestampsVinicius Costa Gomes1-0/+19
2020-10-01igc: Fix wrong timestamp latency numbersVinicius Costa Gomes1-12/+8
2020-10-01net: qed: RDMA personality shouldn't fail VF loadDmitry Bogdanov1-0/+1
2020-10-01net: qede: Disable aRFS for NPAR and 100GDmitry Bogdanov2-6/+8
2020-10-01net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov3-1/+15
2020-10-01mwifiex: Increase AES key storage size to 256 bitsMaximilian Luz2-3/+3
2020-10-01ieee802154/adf7242: check status of adf7242_read_regTom Rix1-1/+3
2020-10-01ieee802154: fix one possible memleak in ca8210_dev_com_initLiu Jian1-0/+1
2020-09-26net/mlx5e: Fix endianness when calculating pedit mask first bitMaor Dickman1-13/+21
2020-09-26net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy5-36/+22
2020-09-26net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy3-30/+27
2020-09-26net: macb: fix for pause frame receive enable bitParshuram Thombare1-2/+1
2020-09-26net: dsa: microchip: ksz8795: really set the correct number of portsMatthias Schiffer1-1/+1
2020-09-26hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui1-5/+11
2020-09-26hinic: fix rewaking txq after netif_tx_disableLuo bin2-15/+27
2020-09-26net/mlx5e: Fix memory leak of tunnel info when rule under multipath not readyJianbo Liu1-4/+1
2020-09-26net: ipa: fix u32_replace_bits by u32p_xxx versionVadym Kochan1-2/+2
2020-09-26wireguard: peerlookup: take lock before checking hash in replace operationJason A. Donenfeld1-3/+8
2020-09-26wireguard: noise: take lock when removing handshake entry from tableJason A. Donenfeld1-4/+1
2020-09-26net: ethernet: ti: cpsw_new: fix suspend/resumeGrygorii Strashko1-0/+53
2020-09-26net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli1-1/+1
2020-09-26net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-09-26net: lantiq: Disable IRQs only if NAPI gets scheduledHauke Mehrtens1-3/+5
2020-09-26net: lantiq: Use napi_complete_done()Hauke Mehrtens1-4/+4
2020-09-26net: lantiq: use netif_tx_napi_add() for TX NAPIHauke Mehrtens1-1/+1
2020-09-26net: lantiq: Wake TX queue againHauke Mehrtens1-0/+3
2020-09-26bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-26bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-26bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam1-3/+5
2020-09-26net/mlx5e: TLS, Do not expose FPGA TLS counter if not supportedTariq Toukan1-4/+8
2020-09-26net/mlx5e: Enable adding peer miss rules only if merged eswitch is supportedMaor Dickman1-24/+28
2020-09-26nfp: use correct define to return NONE fecJakub Kicinski1-2/+2
2020-09-26net: phy: call phy_disable_interrupts() in phy_attach_direct() insteadYoshihiro Shimoda1-4/+4
2020-09-26net/mlx5: Fix FTE cleanupMaor Gottlieb1-4/+4
2020-09-26net: dsa: rtl8366: Properly clear member configLinus Walleij1-7/+13
2020-09-26hinic: bump up the timeout of SET_FUNC_STATE cmdLuo bin1-5/+11
2020-09-26hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter1-5/+11
2020-09-26geneve: add transport ports in route lookup for geneveMark Gray1-10/+27
2020-09-26cxgb4: Fix offset when clearing filter byte countersGanji Aravind1-3/+6
2020-09-26cxgb4: fix memory leak during module unloadRaju Rangoju1-1/+1
2020-09-26bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()Vasundhara Volam1-3/+4
2020-09-26bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam2-3/+7
2020-09-26ibmvnic: add missing parenthesis in do_reset()Jakub Kicinski1-2/+4
2020-09-26ibmvnic fix NULL tx_pools and rx_tools issue at do_resetMingming Cao1-1/+14
2020-09-23hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang1-1/+1
2020-09-17drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He1-1/+1
2020-09-17drivers/net/wan/hdlc_cisco: Add hard_header_lenXie He1-0/+1