summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* net: hns3: minor refactor for hns3_rx_checksumYunsheng Lin2019-04-141-7/+2
* net: hns3: fix set port based VLAN issue for VFJian Shen2019-04-147-9/+111
* net: hns3: fix set port based VLAN for PFJian Shen2019-04-143-34/+203
* net: hns3: fix VLAN offload handle for VLAN inserted by portJian Shen2019-04-143-4/+52
* net: hns3: modify VLAN initialization to be compatible with port based VLANJian Shen2019-04-143-30/+78
* phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit2019-04-141-0/+5
* net: phy: add support for new modes in phylibHeiner Kallweit2019-04-141-0/+18
* net: phy: shrink PHY settings arrayHeiner Kallweit2019-04-141-202/+45
* nfp: split out common control message handling codeJakub Kicinski2019-04-138-263/+340
* nfp: move vNIC reset before netdev initJakub Kicinski2019-04-131-3/+3
* nfp: add a mutex lock for the vNIC ctrl BARJakub Kicinski2019-04-134-23/+87
* nfp: opportunistically poll for reconfig resultDirk van der Merwe2019-04-131-4/+21
* netdevsim: move sdev-specific init/uninit code into separate functionsJiri Pirko2019-04-131-25/+38
* netdevsim: make bpf_offload_dev_create() per-sdev instead of first nsJiri Pirko2019-04-131-12/+14
* netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko2019-04-132-12/+12
* netdevsim: move shared dev creation and destruction into separate fileJiri Pirko2019-04-134-50/+104
* net: veth: use generic helper to report timestamping infoJulian Wiedmann2019-04-131-13/+1
* net: loopback: use generic helper to report timestamping infoJulian Wiedmann2019-04-131-13/+1
* net: dummy: use generic helper to report timestamping infoJulian Wiedmann2019-04-131-13/+2
* xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang2019-04-122-16/+19
* net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit2019-04-092-15/+0
* netdevsim: assume CONFIG_NET_DEVLINK is always enabledJiri Pirko2019-04-092-27/+1
* netdevsim: let net core to free netdevsim netdevJiri Pirko2019-04-091-1/+1
* netdevsim: remove nsim_dellink() implementationJiri Pirko2019-04-091-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-097-13/+35
|\
| * bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-091-0/+6
| * bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-091-3/+7
| * net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas2019-04-091-1/+3
| * qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-091-1/+1
| * broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-092-6/+6
| * r8169: disable ASPM againHeiner Kallweit2019-04-091-0/+6
| * net: vrf: Fix ping failed when vrf mtu is set to 0Miaohe Lin2019-04-081-2/+6
* | ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich2019-04-091-8/+8
* | net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit2019-04-091-6/+4
* | mlxsw: core: Add support for devlink info commandShalom Toledo2019-04-091-0/+41
* | mlxsw: reg: Add MGIR registerShalom Toledo2019-04-091-0/+55
* | qmi_wwan: Add quirk for Quectel dynamic configKristian Evensen2019-04-091-34/+31
* | net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit2019-04-092-22/+11
* | net: hns3: fix keep_alive_timer not stop problemHuazhong Tan2019-04-091-1/+11
* | net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan2019-04-091-2/+1
* | net: hns3: add error handler for initializing command queueHuazhong Tan2019-04-092-6/+16
* | net: hns3: stop mailbox handling when command queue need re-initHuazhong Tan2019-04-091-1/+2
* | net: hns3: handle pending reset while reset failHuazhong Tan2019-04-091-0/+2
* | net: hns3: do not request reset when hardware resettingHuazhong Tan2019-04-091-0/+10
* | net: hns3: ignore lower-level new coming resetHuazhong Tan2019-04-091-0/+4
* | net: hns3: deactive the reset timer when reset successfullyHuazhong Tan2019-04-091-0/+1
* | net: hns3: adjust the timing of hns3_client_stop when unloadingHuazhong Tan2019-04-091-2/+2
* | net: hns3: not reset vport who not alive when PF resetHuazhong Tan2019-04-091-1/+1
* | net: hns3: set up the vport alive state while reinitializingHuazhong Tan2019-04-091-0/+8
* | net: hns3: set vport alive state to default while resettingHuazhong Tan2019-04-091-1/+1