summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bonding: allow use of tx hashing in balance-albDebabrata Banerjee2018-05-164-15/+43
* bonding: use common mac addr checksDebabrata Banerjee2018-05-161-19/+9Star
* bonding: don't queue up extraneous rlb updatesDebabrata Banerjee2018-05-161-6/+12
* Merge branch 'net-smc-enhancements-2018-05-15'David S. Miller2018-05-166-65/+196
|\
| * net/smc: check for pending terminationKarsten Graul2018-05-163-3/+7
| * net/smc: drop messages when link state is inactiveKarsten Graul2018-05-161-0/+2
| * net/smc: set link inactive before calling smc_lgr_free()Karsten Graul2018-05-162-1/+5
| * net/smc: handle all error codes from smc_conn_create()Karsten Graul2018-05-161-0/+2
| * net/smc: use a workqueue to defer llc sendKarsten Graul2018-05-164-43/+104
| * net/smc: move link llc initialization to llc layerKarsten Graul2018-05-163-6/+12
| * net/smc: simplify test_link function usageKarsten Graul2018-05-162-9/+5Star
| * net/smc: remove unnecessary castKarsten Graul2018-05-161-3/+3
| * net/smc: register new rmbs with the peerKarsten Graul2018-05-165-8/+64
| * net/smc: no tx work trigger for fallback socketsUrsula Braun2018-05-161-2/+2
|/
* 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-154-10/+8Star
| * net/mlx5e: Use test bit in en accel xmit flowGal Pressman2018-05-151-2/+2
| * net/mlx5e: Use __set_bit for adaptive-moderation bit in RQ stateGal Pressman2018-05-151-1/+1
| * net/mlx5e: Report all channels with min RX WQEs timeoutEran Ben Elisha2018-05-151-12/+11Star
| * net/mlx5e: Support offloaded TC flows with no matches on headersOr Gerlitz2018-05-153-3/+16
| * net/mlx5e: Get the required HW match level while parsing TC flow matchesOr Gerlitz2018-05-152-17/+24
| * net/mlx5e: Properly order min inline mode setup while parsing TC matchesOr Gerlitz2018-05-151-53/+76
| * net/mlx5e: Use local actions var while processing offloaded TC flow actionsOr Gerlitz2018-05-151-20/+24
| * net/mlx5e: Return success when TC offloaded fdb actions parsed okOr Gerlitz2018-05-151-2/+3
| * net/mlx5e: Avoid redundant zeroing of offloaded TC flow attributesOr Gerlitz2018-05-151-2/+0Star
| * net/mlx5e: Clean static checker complaints on TC offload and VF reps codeOr Gerlitz2018-05-152-10/+9Star
| * net/mlx5e: Remove double defined DMAC header re-write elementOr Gerlitz2018-05-151-1/+0Star
| * net/mlx5e: Use bool as return type for mlx5e_xdp_handleTariq Toukan2018-05-151-3/+3
| * net/mlx5e: Use u8 instead of int for LRO number of segmentsTariq Toukan2018-05-151-2/+1Star
| * net/mlx5e: Skip redundant checks when providing NUD lastuse feedbackRoi Dayan2018-05-151-0/+2
| * net/mlx5e: Remove redundant vport context vlan updateSaeed Mahameed2018-05-151-1/+0Star
* | Merge branch 'Misc-Bug-Fixes-and-clean-ups-for-HNS3-Driver'David S. Miller2018-05-167-78/+164
|\ \
| * | 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/+3Star
| * | 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
| * | net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang2018-05-163-49/+79
|/ /
* | Merge branch 'Microsemi-Ocelot-Ethernet-switch-support'David S. Miller2018-05-1523-0/+5602
|\ \
| * | MAINTAINERS: Add entry for Microsemi Ethernet switchesAlexandre Belloni2018-05-151-0/+6
| * | net: mscc: Add initial Ocelot switch supportAlexandre Belloni2018-05-1517-0/+5283
| * | dt-bindings: net: add DT bindings for Microsemi Ocelot SwitchAlexandre Belloni2018-05-151-0/+82
| * | net: phy: mscc-miim: Add MDIO driverAlexandre Belloni2018-05-153-0/+205
| * | dt-bindings: net: add DT bindings for Microsemi MIIMAlexandre Belloni2018-05-151-0/+26
|/ /
* | Merge branch 'sctp-Introduce-sctp_flush_ctx'David S. Miller2018-05-151-139/+118Star
|\ \
| * | sctp: checkpatch fixupsMarcelo Ricardo Leitner2018-05-151-13/+7Star