aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-14net: hns3: do not initialize MDIO bus when PHY is inexistentJian Shen1-1/+7
2019-04-14net: hns3: set dividual reset level for all RAS and MSI-X errorsWeihang Li2-339/+618
2019-04-14net: hns3: divide shared buffer between TCYunsheng Lin1-7/+20
2019-04-14net: hns3: always assume no drop TC for performance reasonYunsheng Lin1-25/+4
2019-04-14net: hns3: add hns3_gro_complete for HW GRO processYunsheng Lin1-75/+123
2019-04-14net: hns3: minor refactor for hns3_rx_checksumYunsheng Lin1-7/+2
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen7-9/+111
2019-04-14net: hns3: fix set port based VLAN for PFJian Shen3-34/+203
2019-04-14net: hns3: fix VLAN offload handle for VLAN inserted by portJian Shen3-4/+52
2019-04-14net: hns3: modify VLAN initialization to be compatible with port based VLANJian Shen3-30/+78
2019-04-14phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit1-0/+5
2019-04-14net: phy: add support for new modes in phylibHeiner Kallweit1-0/+18
2019-04-14net: phy: shrink PHY settings arrayHeiner Kallweit1-202/+45
2019-04-12nfp: split out common control message handling codeJakub Kicinski8-263/+340
2019-04-12nfp: move vNIC reset before netdev initJakub Kicinski1-3/+3
2019-04-12nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski4-23/+87
2019-04-12nfp: opportunistically poll for reconfig resultDirk van der Merwe1-4/+21
2019-04-12netdevsim: move sdev-specific init/uninit code into separate functionsJiri Pirko1-25/+38
2019-04-12netdevsim: make bpf_offload_dev_create() per-sdev instead of first nsJiri Pirko1-12/+14
2019-04-12netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko2-12/+12
2019-04-12netdevsim: move shared dev creation and destruction into separate fileJiri Pirko4-50/+104
2019-04-12net: veth: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-04-12net: loopback: use generic helper to report timestamping infoJulian Wiedmann1-13/+1
2019-04-12net: dummy: use generic helper to report timestamping infoJulian Wiedmann1-13/+2
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump analysisDongli Zhang2-16/+19
2019-04-09net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit2-15/+0
2019-04-09netdevsim: assume CONFIG_NET_DEVLINK is always enabledJiri Pirko2-27/+1
2019-04-09netdevsim: let net core to free netdevsim netdevJiri Pirko1-1/+1
2019-04-09netdevsim: remove nsim_dellink() implementationJiri Pirko1-6/+0
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller39-88/+224
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-13/+35
2019-04-08bnxt_en: Reset device on RX buffer errors.Michael Chan1-0/+6
2019-04-08bnxt_en: Improve RX consumer index validity check.Michael Chan1-3/+7
2019-04-08net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas1-1/+3
2019-04-08ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich1-8/+8
2019-04-08net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit1-6/+4
2019-04-08qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich1-1/+1
2019-04-08broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2-6/+6
2019-04-08mlxsw: core: Add support for devlink info commandShalom Toledo1-0/+41
2019-04-08mlxsw: reg: Add MGIR registerShalom Toledo1-0/+55
2019-04-08qmi_wwan: Add quirk for Quectel dynamic configKristian Evensen1-34/+31
2019-04-08net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit2-22/+11
2019-04-08tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing1-2/+2
2019-04-08tpm: fix an invalid condition in tpm_common_pollTadeusz Struk1-1/+8
2019-04-08tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen1-8/+6
2019-04-08net: hns3: fix keep_alive_timer not stop problemHuazhong Tan1-1/+11
2019-04-08net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan1-2/+1
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan2-6/+16
2019-04-08net: hns3: stop mailbox handling when command queue need re-initHuazhong Tan1-1/+2
2019-04-08net: hns3: handle pending reset while reset failHuazhong Tan1-0/+2