summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-19net/mlx5e: HTB, move htb functions to a new fileMoshe Tal7-746/+832
2022-07-19net/mlx5e: HTB, change functions name to follow conventionMoshe Tal4-36/+36
2022-07-19net/mlx5e: HTB, remove priv from htb function callsMoshe Tal4-150/+172
2022-07-19net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structureSaeed Mahameed3-32/+70
2022-07-19net/mlx5e: HTB, move stats and max_sqs to privMoshe Tal4-19/+19
2022-07-19net/mlx5e: HTB, move section comment to the right placeMoshe Tal1-2/+2
2022-07-19net/mlx5e: HTB, move ids to selq_params structMoshe Tal6-34/+62
2022-07-19net/mlx5e: HTB, reduce visibility of htb functionsSaeed Mahameed3-74/+70
2022-07-19net/mlx5e: Fix mqprio_rl handling on devlink reloadMoshe Tal2-41/+106
2022-07-19net/mlx5e: Report header-data split state through ethtoolGal Pressman4-5/+14
2022-07-19Merge branch 'can-peak_usb-cleanups-and-updates'Marc Kleine-Budde5-14/+62
2022-07-19can: peak_usb: include support for a new MCUStephane Grosjean1-10/+58
2022-07-19can: peak_usb: correction of an initially misnamed field nameStephane Grosjean2-2/+2
2022-07-19can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean2-2/+2
2022-07-19can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x.Pavel Pisa1-4/+28
2022-07-19can: c_can: remove wrong commentDario Binacchi1-1/+0
2022-07-19can: slcan: do not sleep with a spin lock heldDario Binacchi1-4/+3
2022-07-19Merge branch 'can-add-support-for-rz-n1-sja1000-can-controller'Marc Kleine-Budde5-76/+145
2022-07-19can: sja1000: Change the return type as void for SoC specific initBiju Das1-9/+4
2022-07-19can: sja1000: Use device_get_match_data to get device dataBiju Das1-5/+2
2022-07-19can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controllerBiju Das2-4/+7
2022-07-19dt-bindings: can: nxp,sja1000: Document RZ/N1{D,S} supportBiju Das1-4/+35
2022-07-19dt-bindings: can: sja1000: Convert to json-schemaBiju Das2-58/+101
2022-07-19Merge branch 'can-slcan-checkpatch-cleanups'Marc Kleine-Budde1-52/+43
2022-07-19can: slcan: clean up if/elseMarc Kleine-Budde1-7/+6
2022-07-19can: slcan: convert comparison to NULL into !valMarc Kleine-Budde1-8/+7
2022-07-19can: slcan: fix whitespace issuesMarc Kleine-Budde1-5/+5
2022-07-19can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()Marc Kleine-Budde1-1/+1
2022-07-19can: slcan: convert comments to network style commentsMarc Kleine-Budde1-31/+24
2022-07-19can: slcan: use scnprintf() as a hardening measureDan Carpenter1-1/+1
2022-07-19net: dsa: microchip: fix the missing ksz8_r_mib_cntArun Ramadoss1-0/+1
2022-07-19net: prestera: acl: add support for 'police' action on egressMaksym Glubokiy1-1/+1
2022-07-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-11/+15
2022-07-18net: macb: fixup sparse warnings on __be16 portsBen Dooks1-3/+4
2022-07-18net: prestera: acl: fix code formattingMaksym Glubokiy1-4/+4
2022-07-18vmxnet3: Record queue number to incoming packetsAndrey Turkin1-0/+1
2022-07-18Merge branch 'devlink-prepare-mlxsw-and-netdevsim-for-locked-reload'Jakub Kicinski16-604/+816
2022-07-18net: devlink: remove unused locked functionsJiri Pirko2-188/+0
2022-07-18netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko6-123/+102
2022-07-18net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko2-28/+66
2022-07-18mlxsw: convert driver to use unlocked devlink API during init/finiJiri Pirko10-241/+248
2022-07-18net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko2-46/+147
2022-07-18net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko2-18/+41
2022-07-18net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko2-61/+173
2022-07-18net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko2-32/+168
2022-07-18net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh1-0/+4
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov2-4/+6
2022-07-18skbuff: don't mix ubuf_info from different sourcesPavel Begunkov1-0/+4
2022-07-18ipv6: avoid partial copy for zcPavel Begunkov1-1/+6
2022-07-18ipv4: avoid partial copy for zcPavel Begunkov1-2/+6