aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-08ice: Fix curr_link_speed advertised speedJedrzej Jagielski1-1/+1
2022-03-08ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2022-03-08ice: Fix error with handling of bonding MTUDave Ertman2-15/+15
2022-03-08ice: stop disabling VFs due to PF error responsesJacob Keller2-21/+0
2022-03-08i40e: stop disabling VFs due to PF error responsesJacob Keller3-59/+9
2022-03-08iavf: Fix adopting new combined settingMichal Maloszewski2-4/+10
2022-03-08iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski1-0/+40
2022-03-08ixgbevf: add disable link stateSlawomir Mrozowicz5-1/+57
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz3-1/+52
2022-03-08ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz5-44/+182
2022-03-08net: phy: lan87xx: use genphy_read_master_slave in read_statusArun Ramadoss1-29/+1
2022-03-08net: phy: exported the genphy_read_master_slave functionArun Ramadoss1-10/+9
2022-03-08net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()Russell King (Oracle)1-1/+1
2022-03-08net: lan966x: allow offloading timestamp operations to the PHYHoratiu Vultur1-1/+3
2022-03-08net: mdio-mux: add bus name to bus idHeiner Kallweit1-2/+2
2022-03-07net: cxgb3: Fix an error code when probing the driverZheyu Ma1-0/+1
2022-03-07ice: xsk: fix GCC version checking against pragma unroll presenceMaciej Fijalkowski1-1/+1
2022-03-07vxlan_core: delete unnecessary conditionDan Carpenter1-28/+26
2022-03-07Revert "ath: add support for special 0x0 regulatory domain"Brian Norris1-5/+5
2022-03-07nds32: Remove the architectureAlan Kao1-7/+5
2022-03-07smsc95xx: Ignore -ENODEV errors when device is unpluggedFabio Estevam1-8/+20
2022-03-07qed: return status of qed_iov_get_linkTom Rix1-7/+11
2022-03-07nfp: xsk: avoid newline at the end of message in NL_SET_ERR_MSG_MODGuo Zhengkui1-1/+1
2022-03-07net: phy: micrel: Move netif_rx() outside of IRQ-off section.Sebastian Andrzej Siewior1-2/+2
2022-03-07net: phy: micrel: Use netif_rx().Sebastian Andrzej Siewior1-2/+2
2022-03-07tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior2-3/+3
2022-03-07ethernet: sun: Free the coherent when failing in probingZheyu Ma1-1/+5
2022-03-07micrel: Use generic ptp_msg_is_sync() functionKurt Kanzenbach1-12/+1
2022-03-07dp83640: Use generic ptp_msg_is_sync() functionKurt Kanzenbach1-12/+1
2022-03-07net: lantiq_xrx200: fix use after free bugAleksander Jan Bajkowski1-1/+1
2022-03-07net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()Jia-Ju Bai1-0/+7
2022-03-07xen/netfront: react properly to failing gnttab_end_foreign_access_ref()Juergen Gross1-17/+31
2022-03-07xen/netfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-4/+2
2022-03-06bonding: helper macro __ATTR_RO to make code more clearLianjie Zhang1-7/+1
2022-03-06wireless: Marvell: Use netif_rx().Sebastian Andrzej Siewior3-4/+4
2022-03-06wireless: brcmfmac: Use netif_rx().Sebastian Andrzej Siewior7-28/+19
2022-03-06wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior3-3/+3
2022-03-06slip/plip: Use netif_rx().Sebastian Andrzej Siewior2-2/+2
2022-03-06mctp: serial: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior6-9/+9
2022-03-06net: phy: Use netif_rx().Sebastian Andrzej Siewior3-5/+5
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang1-9/+28
2022-03-06net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"Dongli Zhang1-1/+4
2022-03-06net: tap: track dropped skb via kfree_skb_reason()Dongli Zhang1-10/+25
2022-03-05bnxt_en: add an nvm test for hw diagnoseVikas Gupta4-18/+113
2022-03-05bnxt_en: implement hw health reporterKalesh AP4-0/+126
2022-03-05bnxt_en: Do not destroy health reporters during resetEdwin Peer3-29/+24
2022-03-05bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan1-3/+1
2022-03-05bnxt_en: Properly report no pause support on some cardsMichael Chan4-9/+17
2022-03-05bnxt_en: introduce initial link state of unknownEdwin Peer3-14/+29