summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-1821-53/+99
* octeontx2-nic: fix mixed module buildArnd Bergmann2021-10-182-4/+12
* Merge branch 'uniphier-nx1'David S. Miller2021-10-182-0/+16
|\
| * net: ethernet: ave: Add compatible string and SoC-dependent data for NX1 SoCKunihiko Hayashi2021-10-181-0/+15
| * dt-bindings: net: ave: Add bindings for NX1 SoCKunihiko Hayashi2021-10-181-0/+1
|/
* net: w5100: Make w5100_remove() return voidUwe Kleine-König2021-10-183-5/+8
* net: ks8851: Make ks8851_remove_common() return voidUwe Kleine-König2021-10-184-6/+8
* Merge branch 'remove-qdisc-running-counter'David S. Miller2021-10-1835-356/+321
|\
| * net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-1821-134/+102
| * net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-1830-160/+155
| * net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-185-21/+26
| * net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-1817-10/+39
| * u64_stats: Introduce u64_stats_set()Ahmed S. Darwish2021-10-181-0/+10
| * gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-183-43/+4
| * mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-182-57/+18
| * gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-182-0/+35
| * gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2021-10-185-27/+28
|/
* net: make use of helper netif_is_bridge_master()Kyungrok Chung2021-10-169-14/+14
* Merge branch 'smc-rv23'David S. Miller2021-10-1614-383/+1607
|\
| * net/smc: stop links when their GID is removedKarsten Graul2021-10-161-0/+53
| * 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-161-1/+13
| * net/mlx5: Use native_port_num as 1st option of device indexRongwei Liu2021-10-161-1/+6
| * net/mlx5: Introduce new device index wrapperRongwei Liu2021-10-166-7/+12
| * net/mlx5: Check return status first when querying system_image_guidRongwei Liu2021-10-161-9/+12