summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-08bnxt_en: Handle all NQ notifications in bnxt_poll_p5().Michael Chan1-3/+4
2020-03-08net: rmnet: set NETIF_F_LLTX flagTaehee Yoo1-0/+2
2020-03-08bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()Taehee Yoo1-3/+0
2020-03-08bareudp: print error message when command failsTaehee Yoo1-3/+10
2020-03-08bareudp: add module aliasTaehee Yoo1-0/+1
2020-03-08cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari2-0/+55
2020-03-08cxgb4/chcr: complete record tx handlingRohit Maheshwari3-0/+45
2020-03-08cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari4-5/+52
2020-03-08cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari4-0/+40
2020-03-08flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko1-1/+1
2020-03-08mlxsw: spectrum_acl: Ask device for rule stats only if counter was createdJiri Pirko2-10/+19
2020-03-08flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko1-2/+4
2020-03-08flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko1-1/+2
2020-03-08mlxsw: restrict supported HW stats type to "any"Jiri Pirko1-4/+10
2020-03-08mlxsw: spectrum_flower: Do not allow mixing HW stats types for actionsJiri Pirko1-0/+2
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko10-11/+54
2020-03-08ocelot_flower: use flow_offload_has_one_action() helperJiri Pirko1-1/+1
2020-03-06wil6210: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-06vmxnet3: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+3
2020-03-06r8152: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-06tun: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-06net: mdio: add ipq8064 mdio driverAnsuel Smith3-0/+175
2020-03-05tun: drop TUN_DEBUG and tun_debug()Michal Kubecek1-17/+0
2020-03-05tun: replace tun_debug() by netif_info()Michal Kubecek1-33/+27
2020-03-05tun: drop useless debugging statementsMichal Kubecek1-13/+0
2020-03-05tun: get rid of DBG1() macroMichal Kubecek1-14/+0
2020-03-05tun: fix misleading comment formatMichal Kubecek1-2/+1
2020-03-05nfp: Use pci_get_dsn()Jacob Keller1-15/+9
2020-03-05ixgbe: Use pci_get_dsn()Jacob Keller1-12/+5
2020-03-05ice: Use pci_get_dsn()Jacob Keller1-20/+12
2020-03-05bnxt_en: Use pci_get_dsn()Jacob Keller1-10/+6
2020-03-05ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)1-2/+0
2020-03-05Merge tag 'wireless-drivers-next-2020-03-05' of git://git.kernel.org/pub/scm/...David S. Miller154-3110/+5239
2020-03-05bcm63xx_enet: remove redundant variable definitionstangbin1-1/+0
2020-03-05net: tulip: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-05mlxsw: spectrum_qdisc: Support offloading of FIFO QdiscPetr Machata3-1/+149
2020-03-05mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replacePetr Machata1-9/+9
2020-03-05mlxsw: 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