summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish21-134/+102
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish30-160/+155
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish5-21/+26
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish17-10/+39
2021-10-18u64_stats: Introduce u64_stats_set()Ahmed S. Darwish1-0/+10
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior3-43/+4
2021-10-18mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior2-57/+18
2021-10-18gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior2-0/+35
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior5-27/+28
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung9-14/+14
2021-10-16Merge branch 'smc-rv23'David S. Miller14-383/+1607
2021-10-16net/smc: stop links when their GID is removedKarsten Graul1-0/+53
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul2-27/+88
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul7-115/+531
2021-10-16net/smc: add v2 support to the work request layerKarsten Graul5-21/+199
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul4-30/+95
2021-10-16net/smc: add v2 format of CLC decline messageKarsten Graul2-10/+55
2021-10-16net/smc: add listen processing for SMC-Rv2Karsten Graul4-66/+165
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-15net/mlx5: Use system_image_guid to determine bondingRongwei Liu1-1/+13
2021-10-15net/mlx5: Use native_port_num as 1st option of device indexRongwei Liu1-1/+6
2021-10-15net/mlx5: Introduce new device index wrapperRongwei Liu6-7/+12
2021-10-15net/mlx5: Check return status first when querying system_image_guidRongwei Liu1-9/+12
2021-10-15net/mlx5: DR, Prefer kcalloc over open coded arithmeticLen Baker1-2/+6
2021-10-15net/mlx5e: Add extack msgs related to TC for better debugAbhiram R N1-30/+76
2021-10-15net/mlx5: CT: Fix missing cleanup of ct nat table on init failurePaul Blakey1-0/+1