summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-245-44/+108
* nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang2018-05-181-10/+89
* nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2018-05-182-0/+35
* nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-185-32/+322
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-166-12/+105
|\
| * nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-096-12/+105
* | cxgb4: update LE-TCAM collection for T6Rahul Lakkireddy2018-05-164-8/+37
* | qed: Fix LL2 race during connection terminateMichal Kalderon2018-05-161-10/+14
* | qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon2018-05-161-1/+10
* | qed: LL2 flush isles when connection is closedMichal Kalderon2018-05-161-0/+26
* | net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing2018-05-161-4/+2
* | net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing2018-05-161-17/+7
* | net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik2018-05-164-71/+103
* | net: qualcomm: rmnet: Remove redundant command checkSubash Abhinov Kasiviswanathan2018-05-161-11/+3
* | net: qualcomm: rmnet: Add support for ethtool private statsSubash Abhinov Kasiviswanathan2018-05-163-16/+112
* | net: qualcomm: rmnet: Capture all drops in transmit pathSubash Abhinov Kasiviswanathan2018-05-161-11/+10
* | drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-1611-61/+20
* | of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli2018-05-161-0/+3
* | net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret valueGrygorii Strashko2018-05-161-1/+7
* | Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee2018-05-162-12/+7
* | bonding: allow carrier and link status to determine link stateDebabrata Banerjee2018-05-162-7/+12
* | bonding: allow use of tx hashing in balance-albDebabrata Banerjee2018-05-163-13/+34
* | bonding: use common mac addr checksDebabrata Banerjee2018-05-161-19/+9
* | bonding: don't queue up extraneous rlb updatesDebabrata Banerjee2018-05-161-6/+12
* | Merge tag 'mlx5e-updates-2018-05-14' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-05-1611-132/+173
|\ \
| * | net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman2018-05-144-10/+8
| * | net/mlx5e: Use test bit in en accel xmit flowGal Pressman2018-05-141-2/+2
| * | net/mlx5e: Use __set_bit for adaptive-moderation bit in RQ stateGal Pressman2018-05-141-1/+1
| * | net/mlx5e: Report all channels with min RX WQEs timeoutEran Ben Elisha2018-05-141-12/+11
| * | net/mlx5e: Support offloaded TC flows with no matches on headersOr Gerlitz2018-05-143-3/+16
| * | net/mlx5e: Get the required HW match level while parsing TC flow matchesOr Gerlitz2018-05-142-17/+24
| * | net/mlx5e: Properly order min inline mode setup while parsing TC matchesOr Gerlitz2018-05-141-53/+76
| * | net/mlx5e: Use local actions var while processing offloaded TC flow actionsOr Gerlitz2018-05-141-20/+24
| * | net/mlx5e: Return success when TC offloaded fdb actions parsed okOr Gerlitz2018-05-141-2/+3
| * | net/mlx5e: Avoid redundant zeroing of offloaded TC flow attributesOr Gerlitz2018-05-141-2/+0
| * | net/mlx5e: Clean static checker complaints on TC offload and VF reps codeOr Gerlitz2018-05-142-10/+9
| * | net/mlx5e: Remove double defined DMAC header re-write elementOr Gerlitz2018-05-141-1/+0
| * | net/mlx5e: Use bool as return type for mlx5e_xdp_handleTariq Toukan2018-05-141-3/+3
| * | net/mlx5e: Use u8 instead of int for LRO number of segmentsTariq Toukan2018-05-141-2/+1
| * | net/mlx5e: Skip redundant checks when providing NUD lastuse feedbackRoi Dayan2018-05-141-0/+2
| * | net/mlx5e: Remove redundant vport context vlan updateSaeed Mahameed2018-05-141-1/+0
* | | net: hns3: Fixes the missing PCI iounmap for various legsFuyun Liang2018-05-161-0/+2
* | | net: hns3: Add support of .sriov_configure in HNS3 driverPeng Li2018-05-161-26/+32
* | | net: hns3: Fix for fiber link up problemYunsheng Lin2018-05-161-1/+1
* | | net: hns3: Fixes the back pressure setting when sriov is enabledYunsheng Lin2018-05-162-5/+45
* | | net: hns3: Change return value in hnae3_register_clientFuyun Liang2018-05-161-1/+1
* | | net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang2018-05-164-6/+8
* | | net: hns3: Change return type of hnae3_register_ae_devFuyun Liang2018-05-163-8/+3
* | | net: hns3: Add a check for client instance init stateFuyun Liang2018-05-162-3/+13
* | | net: hns3: Fix for the null pointer problem occurring when initializing ae_de...Fuyun Liang2018-05-163-8/+9