summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-16net/smc: add SMC-Rv2 connection establishmentKarsten Graul6-61/+267
2021-10-16net/smc: prepare for SMC-Rv2 connectionKarsten Graul4-35/+113
2021-10-16net/smc: save stack space and allocate smc_init_infoKarsten Graul1-30/+53
2021-10-16net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski1-3/+0
2021-10-16Merge branch 'dev_addr-conversions-part-1'David S. Miller15-46/+69
2021-10-16ethernet: ixgb: use eth_hw_addr_set()Jakub Kicinski1-2/+6
2021-10-16ethernet: ibmveth: use ether_addr_to_u64()Jakub Kicinski1-14/+3
2021-10-16ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski3-3/+7
2021-10-16ethernet: ec_bhf: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-16ethernet: enic: use eth_hw_addr_set()Jakub Kicinski1-2/+3
2021-10-16ethernet: bcmgenet: use eth_hw_addr_set()Jakub Kicinski1-2/+6
2021-10-16ethernet: bnx2x: use eth_hw_addr_set()Jakub Kicinski1-5/+11
2021-10-16ethernet: aquantia: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-10-16ethernet: amd: use eth_hw_addr_set()Jakub Kicinski2-5/+12
2021-10-16ethernet: alteon: use eth_hw_addr_set()Jakub Kicinski1-6/+8
2021-10-16ethernet: aeroflex: use eth_hw_addr_set()Jakub Kicinski1-3/+3
2021-10-16ethernet: adaptec: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-16net: ipvtap: fix template string argument of device_create() callJean Sacren1-1/+1
2021-10-16net: macvtap: fix template string argument of device_create() callJean Sacren1-1/+1
2021-10-16Merge tag 'mlx5-updates-2021-10-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller32-133/+529
2021-10-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller22-420/+628
2021-10-16Merge branch 'mptcp-fixes'David S. Miller5-10/+16
2021-10-16mptcp: Make mptcp_pm_nl_mp_prio_send_ack() staticMat Martineau2-6/+3
2021-10-16mptcp: increase default max additional subflows to 2Paolo Abeni3-4/+10
2021-10-16mptcp: Avoid NULL dereference in mptcp_getsockopt_subflow_addrs()Tim Gardner1-0/+3
2021-10-16net/mlx5: Use system_image_guid to determine bondingRongwei Liu1-1/+13
2021-10-16net/mlx5: Use native_port_num as 1st option of device indexRongwei Liu1-1/+6
2021-10-16net/mlx5: Introduce new device index wrapperRongwei Liu6-7/+12
2021-10-16net/mlx5: Check return status first when querying system_image_guidRongwei Liu1-9/+12
2021-10-16net/mlx5: DR, Prefer kcalloc over open coded arithmeticLen Baker1-2/+6
2021-10-16net/mlx5e: Add extack msgs related to TC for better debugAbhiram R N1-30/+76
2021-10-16net/mlx5: CT: Fix missing cleanup of ct nat table on init failurePaul Blakey1-0/+1
2021-10-16net/mlx5: Disable roce at HCA levelShay Drory4-7/+33
2021-10-16net/mlx5i: Enable Rx steering for IPoIB via ethtoolMoosa Baransi5-10/+43
2021-10-16net/mlx5: Bridge, provide flow source hintsVlad Buslov1-0/+4
2021-10-16net/mlx5: Read timeout values from DTORAmir Tzin10-40/+124
2021-10-16net/mlx5: Read timeout values from init segmentAmir Tzin6-26/+161
2021-10-16net/mlx5: Add layout to support default timeouts registerAmir Tzin3-2/+40
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski6-27/+30
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski6-9/+75
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski4-25/+88
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski6-29/+35
2021-10-15ice: do not create xdp_frame on XDP_TXMaciej Fijalkowski1-1/+1
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski3-3/+3
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski21-321/+396
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski3-23/+23
2021-10-15ice: remove ring_active from ice_ringMaciej Fijalkowski3-5/+0
2021-10-15Merge branch 'dpaa2-irq-coalescing'David S. Miller12-1/+276
2021-10-15net: dpaa2: add adaptive interrupt coalescingIoana Ciornei3-2/+20
2021-10-15soc: fsl: dpio: add Net DIM integrationIoana Ciornei4-1/+85