summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-06Merge tag 'wireless-drivers-next-2020-03-05' of git://git.kernel.org/pub/scm/...David S. Miller154-3110/+5239
2020-03-06bcm63xx_enet: remove redundant variable definitionstangbin1-1/+0
2020-03-06net: tulip: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-06mlxsw: spectrum_qdisc: Support offloading of FIFO QdiscPetr Machata3-1/+149
2020-03-06mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replacePetr Machata1-9/+9
2020-03-06mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_statePetr Machata2-44/+45
2020-03-05virtio_net: reject unsupported coalescing paramsJakub Kicinski1-11/+3
2020-03-05e1000e: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-05mlx5: reject unsupported coalescing paramsJakub Kicinski3-0/+12
2020-03-05bnxt: reject unsupported coalescing paramsJakub Kicinski1-0/+6
2020-03-05ice: let core reject the unsupported coalescing parametersJakub Kicinski1-56/+3
2020-03-05hisilicon: let core reject the unsupported coalescing parametersJakub Kicinski1-14/+2
2020-03-05ionic: let core reject the unsupported coalescing parametersJakub Kicinski1-22/+1
2020-03-05nfp: let core reject the unsupported coalescing parametersJakub Kicinski1-20/+2
2020-03-05stmmac: let core reject the unsupported coalescing parametersJakub Kicinski1-14/+2
2020-03-05enic: let core reject the unsupported coalescing parametersJakub Kicinski1-19/+4
2020-03-05xgbe: let core reject the unsupported coalescing parametersJakub Kicinski1-24/+2
2020-03-05net: rmnet: use GFP_KERNEL instead of GFP_ATOMICTaehee Yoo1-2/+2