aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-28nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2-2/+2
2021-05-28nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski1-1/+1
2021-05-28nfc: port100: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-05-28nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski1-1/+1
2021-05-28nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-05-28samples: pktgen: add UDP tx checksum supportLorenzo Bianconi7-1/+18
2021-05-28Merge branch 'net-hdlc_fr-clean-up-some-code-style-issues'Jakub Kicinski1-67/+34
2021-05-28net: hdlc_fr: remove unnecessary out of memory messagePeng Li1-3/+2
2021-05-28net: hdlc_fr: remove redundant braces {}Peng Li1-3/+3
2021-05-28net: hdlc_fr: add braces {} to all arms of the statementPeng Li1-4/+6
2021-05-28net: hdlc_fr: remove space after '!'Peng Li1-2/+2
2021-05-28net: hdlc_fr: code indent use tabs where possiblePeng Li1-4/+4
2021-05-28net: hdlc_fr: move out assignment in if conditionPeng Li1-4/+8
2021-05-28net: hdlc_fr: add some required spacesPeng Li1-3/+4
2021-05-28net: hdlc_fr: fix an code style issue about "foo* bar"Peng Li1-2/+2
2021-05-28net: hdlc_fr: add blank line after declarationsPeng Li1-0/+3
2021-05-28net: hdlc_fr: remove redundant blank linesPeng Li1-42/+0
2021-05-28Merge branch 'mptcp-miscellaneous-cleanup'Jakub Kicinski6-25/+53
2021-05-28mptcp: restrict values of 'enabled' sysctlMatthieu Baerts2-7/+9
2021-05-28mptcp: support SYSCTL only if enabledMatthieu Baerts1-6/+22
2021-05-28mptcp: make sure flag signal is set when add addr with portJianguo Wu1-1/+7
2021-05-28mptcp: remove redundant initialization in pm_nl_init_net()Jianguo Wu1-2/+5
2021-05-28mptcp: generate subflow hmac after mptcp_finish_join()Jianguo Wu1-3/+3
2021-05-28mptcp: using TOKEN_MAX_RETRIES instead of magic numberJianguo Wu3-3/+4
2021-05-28mptcp: fix pr_debug in mptcp_token_new_connectJianguo Wu1-3/+3
2021-05-27Merge tag 'mlx5-updates-2021-05-26' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski19-193/+318
2021-05-27ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()Gustavo A. R. Silva1-9/+7
2021-05-27Merge branch 'add-4-rx-tx-queue-support-for-mikrotik-10-25g-nic'Jakub Kicinski3-237/+368
2021-05-27atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks3-158/+291
2021-05-27atl1c: prepare for multiple rx queuesGatis Peisenieks2-61/+57
2021-05-27atl1c: move tx napi into tpd_ringGatis Peisenieks2-9/+13
2021-05-27atl1c: detect NIC type earlyGatis Peisenieks1-29/+27
2021-05-27Merge branch 'mlx-devlink-dev-info-versions-adjustments'Jakub Kicinski2-4/+14
2021-05-27mlxsw: core: use PSID string define in devlink infoJiri Pirko1-1/+3
2021-05-27mlxsw: core: Expose FW version over defined keywordJiri Pirko1-1/+3
2021-05-27net/mlx5: Expose FW version over defined keywordJiri Pirko1-2/+8
2021-05-27selftests: devlink_lib: add check for devlink device existenceJiri Pirko1-0/+6
2021-05-27Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski19-347/+463
2021-05-27devlink: append split port number to the port nameJiri Pirko1-6/+4
2021-05-27net/mlx5: Fix lag port remapping logicEli Cohen1-6/+13
2021-05-27net/mlx5: Use boolean arithmetic to evaluate roce_lagEli Cohen1-2/+3
2021-05-27net/mlx5: Remove unnecessary spin lock protectionEli Cohen1-4/+0
2021-05-27net/mlx5: Cap the maximum flow group size to 16M entriesPaul Blakey1-0/+5
2021-05-27net/mlx5: DR, Set max table size to 2G entriesPaul Blakey1-1/+1
2021-05-27net/mlx5: Move chains ft pool to be used by all firmware steeringPaul Blakey7-98/+151
2021-05-27net/mlx5: Move table size calculation to steering cmd layerPaul Blakey4-11/+15
2021-05-27net/mlx5: Add case for FS_FT_NIC_TX FT in MLX5_CAP_FLOWTABLE_TYPEPaul Blakey1-0/+1
2021-05-27net/mlx5: DR, Remove unused field of send_ring structYevgeny Kliteynik1-1/+0
2021-05-27net/mlx5e: RX, Remove unnecessary check in RX CQE compression handlingTariq Toukan1-1/+1
2021-05-27net/mlx5e: IPsec/rep_tc: Fix rep_tc_update_skb drops IPsec packetHuy Nguyen1-2/+4