aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang1-10/+89
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2-0/+35
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang5-32/+322
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-12/+105
2018-05-16cxgb4: update LE-TCAM collection for T6Rahul Lakkireddy4-8/+37
2018-05-16qed: Fix LL2 race during connection terminateMichal Kalderon1-10/+14
2018-05-16qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon1-1/+10
2018-05-16qed: LL2 flush isles when connection is closedMichal Kalderon1-0/+26
2018-05-16net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing1-4/+2
2018-05-16net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing1-17/+7
2018-05-16net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik4-71/+103
2018-05-16net: qualcomm: rmnet: Remove redundant command checkSubash Abhinov Kasiviswanathan1-11/+3
2018-05-16net: qualcomm: rmnet: Add support for ethtool private statsSubash Abhinov Kasiviswanathan3-16/+112
2018-05-16net: qualcomm: rmnet: Capture all drops in transmit pathSubash Abhinov Kasiviswanathan1-11/+10
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli11-61/+20
2018-05-16of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli1-0/+3
2018-05-16net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret valueGrygorii Strashko1-1/+7
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee2-12/+7
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee2-7/+12
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee3-13/+34
2018-05-16bonding: use common mac addr checksDebabrata Banerjee1-19/+9
2018-05-16bonding: don't queue up extraneous rlb updatesDebabrata Banerjee1-6/+12
2018-05-16Merge tag 'mlx5e-updates-2018-05-14' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller11-132/+173
2018-05-16net: hns3: Fixes the missing PCI iounmap for various legsFuyun Liang1-0/+2
2018-05-16net: hns3: Add support of .sriov_configure in HNS3 driverPeng Li1-26/+32
2018-05-16net: hns3: Fix for fiber link up problemYunsheng Lin1-1/+1
2018-05-16net: hns3: Fixes the back pressure setting when sriov is enabledYunsheng Lin2-5/+45
2018-05-16net: hns3: Change return value in hnae3_register_clientFuyun Liang1-1/+1
2018-05-16net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang4-6/+8
2018-05-16net: hns3: Change return type of hnae3_register_ae_devFuyun Liang3-8/+3
2018-05-16net: hns3: Add a check for client instance init stateFuyun Liang2-3/+13
2018-05-16net: hns3: Fix for the null pointer problem occurring when initializing ae_dev failedFuyun Liang3-8/+9
2018-05-16net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang3-49/+79
2018-05-15net: mscc: Add initial Ocelot switch supportAlexandre Belloni17-0/+5283
2018-05-15net: phy: mscc-miim: Add MDIO driverAlexandre Belloni3-0/+205
2018-05-14cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi7-7/+237
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman4-10/+8
2018-05-14net/mlx5e: Use test bit in en accel xmit flowGal Pressman1-2/+2
2018-05-14net/mlx5e: Use __set_bit for adaptive-moderation bit in RQ stateGal Pressman1-1/+1
2018-05-14net/mlx5e: Report all channels with min RX WQEs timeoutEran Ben Elisha1-12/+11
2018-05-14net/mlx5e: Support offloaded TC flows with no matches on headersOr Gerlitz3-3/+16
2018-05-14net/mlx5e: Get the required HW match level while parsing TC flow matchesOr Gerlitz2-17/+24
2018-05-14net/mlx5e: Properly order min inline mode setup while parsing TC matchesOr Gerlitz1-53/+76
2018-05-14net/mlx5e: Use local actions var while processing offloaded TC flow actionsOr Gerlitz1-20/+24
2018-05-14net/mlx5e: Return success when TC offloaded fdb actions parsed okOr Gerlitz1-2/+3
2018-05-14net/mlx5e: Avoid redundant zeroing of offloaded TC flow attributesOr Gerlitz1-2/+0
2018-05-14net/mlx5e: Clean static checker complaints on TC offload and VF reps codeOr Gerlitz2-10/+9
2018-05-14net/mlx5e: Remove double defined DMAC header re-write elementOr Gerlitz1-1/+0
2018-05-14net/mlx5e: Use bool as return type for mlx5e_xdp_handleTariq Toukan1-3/+3
2018-05-14net/mlx5e: Use u8 instead of int for LRO number of segmentsTariq Toukan1-2/+1