summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-01net: dsa: bcm_sf2: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-01net: dsa: b53: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-6/+2
2019-08-01net: dsa: lantiq: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-7/+3
2019-08-01mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-7/+3
2019-08-01Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller12-255/+424
2019-07-31ice: Bump version numberTony Nguyen1-1/+1
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2-16/+0
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley4-102/+48
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin1-0/+3
2019-07-31ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley1-11/+3
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley2-0/+7
2019-07-31ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin1-5/+5
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin1-3/+3
2019-07-31ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley1-15/+27
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin1-0/+5
2019-07-31ice: Do not configure port with no mediaTony Nguyen2-82/+158
2019-07-31ice: separate out control queue lock creationJacob Keller3-29/+91
2019-07-31ice: Always set prefena when configuring an Rx queueBrett Creeley2-1/+9
2019-07-31ice: Move vector base setup to PF VSITony Nguyen1-4/+4
2019-07-31ice: track hardware stat registers past rolloverJacob Keller5-130/+91
2019-07-31ice: add lp_advertising flow control supportPaul Greenwalt1-32/+72
2019-07-31staging/octeon: Fix build error without CONFIG_NETDEVICESYueHaibing1-1/+2
2019-07-31Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/sc...David S. Miller9-44/+29
2019-07-31myri10ge: remove unneeded variableDing Xiang1-2/+1
2019-07-31net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET1-1/+1
2019-07-31mac80211_hwsim: fill boottime_ns in netlink RX pathJohannes Berg1-0/+7
2019-07-31net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha8-1/+2469
2019-07-31vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-18/+48
2019-07-31vsock/virtio: limit the memory used per-socketStefano Garzarella1-0/+2
2019-07-31net: Remove dev_err() usage after platform_get_irq()Stephen Boyd20-68/+15
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon33-54/+54
2019-07-30net/mlx5e: Protect tc flow table with mutexVlad Buslov2-0/+9
2019-07-30net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov2-2/+18
2019-07-30net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov2-12/+20
2019-07-30net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov3-6/+8
2019-07-30net/mlx5e: Protect unready flows with dedicated lockVlad Buslov3-7/+40
2019-07-30net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov1-7/+40
2019-07-30net/mlx5e: Change flow flags type to unsigned longVlad Buslov4-97/+149
2019-07-30net/mlx5e: Extend tc flow struct with reference counterVlad Buslov1-88/+105
2019-07-30net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein1-12/+7
2019-07-30net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu1-4/+0
2019-07-30net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed3-22/+28
2019-07-30net/mlx5e: Avoid warning print when not requiredSaeed Mahameed1-1/+2
2019-07-30net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen1-2/+3
2019-07-30bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan1-0/+12
2019-07-30bnxt_en: Support all variants of the 5750X chip family.Michael Chan1-2/+6
2019-07-30bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2-53/+67
2019-07-30bnxt_en: Support TPA counters on 57500 chips.Michael Chan1-10/+31
2019-07-30bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2-2/+9
2019-07-30bnxt_en: Refactor ethtool ring statistics logic.Michael Chan1-50/+70