summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* dpaa_eth: Use random MAC address when none is givenMadalin Bucur2020-03-081-2/+14
* fsl/fman: tolerate missing MAC address in device treeMadalin Bucur2020-03-084-25/+18
* fsl/fman: reuse set_mac_address() in dtsec init()Madalin Bucur2020-03-081-25/+19
* bnxt_en: Call devlink_port_type_clear() in remove()Vasundhara Volam2020-03-081-0/+2
* bnxt_en: Return -EAGAIN if fw command returns BUSYVasundhara Volam2020-03-081-0/+1
* bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.Vasundhara Volam2020-03-081-18/+11
* bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam2020-03-084-44/+21
* bnxt_en: Clear DCB settings after firmware reset.Michael Chan2020-03-081-0/+1
* bnxt_en: Process the NQ under NAPI continuous polling.Michael Chan2020-03-081-9/+4
* bnxt_en: Simplify __bnxt_poll_cqs_done().Michael Chan2020-03-081-8/+7
* bnxt_en: Handle all NQ notifications in bnxt_poll_p5().Michael Chan2020-03-081-3/+4
* net: rmnet: set NETIF_F_LLTX flagTaehee Yoo2020-03-081-0/+2
* cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari2020-03-082-0/+55
* cxgb4/chcr: complete record tx handlingRohit Maheshwari2020-03-083-0/+45
* cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari2020-03-084-5/+52
* cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari2020-03-084-0/+40
* flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko2020-03-081-1/+1
* mlxsw: spectrum_acl: Ask device for rule stats only if counter was createdJiri Pirko2020-03-082-10/+19
* flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko2020-03-081-2/+4
* flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko2020-03-081-1/+2
* mlxsw: restrict supported HW stats type to "any"Jiri Pirko2020-03-081-4/+10
* mlxsw: spectrum_flower: Do not allow mixing HW stats types for actionsJiri Pirko2020-03-081-0/+2
* flow_offload: check for basic action hw stats typeJiri Pirko2020-03-0810-11/+54
* ocelot_flower: use flow_offload_has_one_action() helperJiri Pirko2020-03-081-1/+1
* nfp: Use pci_get_dsn()Jacob Keller2020-03-051-15/+9
* ixgbe: Use pci_get_dsn()Jacob Keller2020-03-051-12/+5
* ice: Use pci_get_dsn()Jacob Keller2020-03-051-20/+12
* bnxt_en: Use pci_get_dsn()Jacob Keller2020-03-051-10/+6
* ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)2020-03-051-2/+0
* bcm63xx_enet: remove redundant variable definitionstangbin2020-03-051-1/+0
* net: tulip: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-051-1/+1
* mlxsw: spectrum_qdisc: Support offloading of FIFO QdiscPetr Machata2020-03-053-1/+149
* mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replacePetr Machata2020-03-051-9/+9
* mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_statePetr Machata2020-03-052-44/+45
* e1000e: reject unsupported coalescing paramsJakub Kicinski2020-03-051-0/+1
* mlx5: reject unsupported coalescing paramsJakub Kicinski2020-03-053-0/+12
* bnxt: reject unsupported coalescing paramsJakub Kicinski2020-03-051-0/+6
* ice: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-56/+3
* hisilicon: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-14/+2
* ionic: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-22/+1
* nfp: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-20/+2
* stmmac: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-14/+2
* enic: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-19/+4
* xgbe: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-24/+2
* net: rmnet: use GFP_KERNEL instead of GFP_ATOMICTaehee Yoo2020-03-051-2/+2
* net: rmnet: print error message when command failsTaehee Yoo2020-03-053-16/+29
* net: rmnet: add missing module aliasTaehee Yoo2020-03-051-0/+1
* net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit2020-03-042-39/+19
* r8169: use pci_status_get_and_clear_errorsHeiner Kallweit2020-03-041-9/+6
* PCI: Add constant PCI_STATUS_ERROR_BITSHeiner Kallweit2020-03-042-14/+0