summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/smc: add netlink support for SMC-Rv2Karsten Graul2021-10-162-27/+88
* net/smc: extend LLC layer for SMC-Rv2Karsten Graul2021-10-167-115/+531
* net/smc: add v2 support to the work request layerKarsten Graul2021-10-165-21/+199
* net/smc: retrieve v2 gid from IB deviceKarsten Graul2021-10-164-30/+95
* net/smc: add v2 format of CLC decline messageKarsten Graul2021-10-162-10/+55
* net/smc: add listen processing for SMC-Rv2Karsten Graul2021-10-164-66/+165
* net/smc: add SMC-Rv2 connection establishmentKarsten Graul2021-10-166-61/+267
* net/smc: prepare for SMC-Rv2 connectionKarsten Graul2021-10-164-35/+113
* net/smc: save stack space and allocate smc_init_infoKarsten Graul2021-10-161-30/+53
* net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski2021-10-161-3/+0
* Merge branch 'dev_addr-conversions-part-1'David S. Miller2021-10-1615-46/+69
|\
| * ethernet: ixgb: use eth_hw_addr_set()Jakub Kicinski2021-10-161-2/+6
| * ethernet: ibmveth: use ether_addr_to_u64()Jakub Kicinski2021-10-161-14/+3
| * ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski2021-10-163-3/+7
| * ethernet: ec_bhf: use eth_hw_addr_set()Jakub Kicinski2021-10-161-1/+3
| * ethernet: enic: use eth_hw_addr_set()Jakub Kicinski2021-10-161-2/+3
| * ethernet: bcmgenet: use eth_hw_addr_set()Jakub Kicinski2021-10-161-2/+6
| * ethernet: bnx2x: use eth_hw_addr_set()Jakub Kicinski2021-10-161-5/+11
| * ethernet: aquantia: use eth_hw_addr_set()Jakub Kicinski2021-10-161-2/+4
| * ethernet: amd: use eth_hw_addr_set()Jakub Kicinski2021-10-162-5/+12
| * ethernet: alteon: use eth_hw_addr_set()Jakub Kicinski2021-10-161-6/+8
| * ethernet: aeroflex: use eth_hw_addr_set()Jakub Kicinski2021-10-161-3/+3
| * ethernet: adaptec: use eth_hw_addr_set()Jakub Kicinski2021-10-161-1/+3
|/
* net: ipvtap: fix template string argument of device_create() callJean Sacren2021-10-161-1/+1
* net: macvtap: fix template string argument of device_create() callJean Sacren2021-10-161-1/+1
* Merge tag 'mlx5-updates-2021-10-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-10-1632-133/+529
|\
| * net/mlx5: Use system_image_guid to determine bondingRongwei Liu2021-10-151-1/+13
| * net/mlx5: Use native_port_num as 1st option of device indexRongwei Liu2021-10-151-1/+6
| * net/mlx5: Introduce new device index wrapperRongwei Liu2021-10-156-7/+12
| * net/mlx5: Check return status first when querying system_image_guidRongwei Liu2021-10-151-9/+12
| * net/mlx5: DR, Prefer kcalloc over open coded arithmeticLen Baker2021-10-151-2/+6
| * net/mlx5e: Add extack msgs related to TC for better debugAbhiram R N2021-10-151-30/+76
| * net/mlx5: CT: Fix missing cleanup of ct nat table on init failurePaul Blakey2021-10-151-0/+1
| * net/mlx5: Disable roce at HCA levelShay Drory2021-10-154-7/+33
| * net/mlx5i: Enable Rx steering for IPoIB via ethtoolMoosa Baransi2021-10-155-10/+43
| * net/mlx5: Bridge, provide flow source hintsVlad Buslov2021-10-151-0/+4
| * net/mlx5: Read timeout values from DTORAmir Tzin2021-10-1510-40/+124
| * net/mlx5: Read timeout values from init segmentAmir Tzin2021-10-156-26/+161
| * net/mlx5: Add layout to support default timeouts registerAmir Tzin2021-10-153-2/+40
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-1622-420/+628
|\ \
| * | ice: make use of ice_for_each_* macrosMaciej Fijalkowski2021-10-156-27/+30
| * | ice: introduce XDP_TX fallback pathMaciej Fijalkowski2021-10-156-9/+75
| * | ice: optimize XDP_TX workloadsMaciej Fijalkowski2021-10-154-25/+88
| * | ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski2021-10-156-29/+35
| * | ice: do not create xdp_frame on XDP_TXMaciej Fijalkowski2021-10-151-1/+1
| * | ice: unify xdp_rings accessesMaciej Fijalkowski2021-10-153-3/+3
| * | ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-1521-321/+396
| * | ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski2021-10-153-23/+23
| * | ice: remove ring_active from ice_ringMaciej Fijalkowski2021-10-153-5/+0
| |/
* | Merge branch 'mptcp-fixes'David S. Miller2021-10-165-10/+16
|\ \ | |/ |/|