summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-09remoteproc: add IPA notification to q6v5 driverAlex Elder4-0/+130
2020-03-09dpaa_eth: Use random MAC address when none is givenMadalin Bucur1-2/+14
2020-03-09fsl/fman: tolerate missing MAC address in device treeMadalin Bucur4-25/+18
2020-03-09fsl/fman: reuse set_mac_address() in dtsec init()Madalin Bucur1-25/+19
2020-03-09bnxt_en: Call devlink_port_type_clear() in remove()Vasundhara Volam1-0/+2
2020-03-09bnxt_en: Return -EAGAIN if fw command returns BUSYVasundhara Volam1-0/+1
2020-03-09bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.Vasundhara Volam1-18/+11
2020-03-09bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam4-44/+21
2020-03-09bnxt_en: Clear DCB settings after firmware reset.Michael Chan1-0/+1
2020-03-09bnxt_en: Process the NQ under NAPI continuous polling.Michael Chan1-9/+4
2020-03-09bnxt_en: Simplify __bnxt_poll_cqs_done().Michael Chan1-8/+7
2020-03-09bnxt_en: Handle all NQ notifications in bnxt_poll_p5().Michael Chan1-3/+4
2020-03-09net: rmnet: set NETIF_F_LLTX flagTaehee Yoo1-0/+2
2020-03-09bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()Taehee Yoo1-3/+0
2020-03-09bareudp: print error message when command failsTaehee Yoo1-3/+10
2020-03-09bareudp: add module aliasTaehee Yoo1-0/+1
2020-03-09cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari4-3/+149
2020-03-09chcr: Handle first or middle part of recordRohit Maheshwari3-2/+489
2020-03-09chcr: handle partial end part of a recordRohit Maheshwari1-7/+304
2020-03-09cxgb4/chcr: complete record tx handlingRohit Maheshwari8-4/+686
2020-03-09cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari9-13/+391
2020-03-09cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari11-0/+499
2020-03-09flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko1-1/+1
2020-03-09mlxsw: spectrum_acl: Ask device for rule stats only if counter was createdJiri Pirko2-10/+19
2020-03-09flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko1-2/+4
2020-03-09flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko1-1/+2
2020-03-09mlxsw: restrict supported HW stats type to "any"Jiri Pirko1-4/+10
2020-03-09mlxsw: spectrum_flower: Do not allow mixing HW stats types for actionsJiri Pirko1-0/+2
2020-03-09flow_offload: check for basic action hw stats typeJiri Pirko10-11/+54
2020-03-09ocelot_flower: use flow_offload_has_one_action() helperJiri Pirko1-1/+1
2020-03-07wil6210: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-07staging: qlge: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-07vmxnet3: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+3
2020-03-07r8152: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-07tun: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-07RDMA/ipoib: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-07net: mdio: add ipq8064 mdio driverAnsuel Smith3-0/+175
2020-03-06tun: drop TUN_DEBUG and tun_debug()Michal Kubecek1-17/+0
2020-03-06tun: replace tun_debug() by netif_info()Michal Kubecek1-33/+27
2020-03-06tun: drop useless debugging statementsMichal Kubecek1-13/+0
2020-03-06tun: get rid of DBG1() macroMichal Kubecek1-14/+0
2020-03-06tun: fix misleading comment formatMichal Kubecek1-2/+1
2020-03-06nfp: Use pci_get_dsn()Jacob Keller1-15/+9
2020-03-06ixgbe: Use pci_get_dsn()Jacob Keller1-12/+5
2020-03-06ice: Use pci_get_dsn()Jacob Keller1-20/+12
2020-03-06scsi: qedf: Use pci_get_dsn()Jacob Keller1-13/+5
2020-03-06bnxt_en: Use pci_get_dsn()Jacob Keller1-10/+6
2020-03-06PCI: Introduce pci_get_dsnJacob Keller1-0/+34
2020-03-06ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)1-2/+0
2020-03-06ptp: add VMware virtual PTP clock driverVivek Thampi3-0/+157