summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-05-29nfc: port100: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-05-29nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski1-1/+1
2021-05-29nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-05-29net: hdlc_fr: remove unnecessary out of memory messagePeng Li1-3/+2
2021-05-29net: hdlc_fr: remove redundant braces {}Peng Li1-3/+3
2021-05-29net: hdlc_fr: add braces {} to all arms of the statementPeng Li1-4/+6
2021-05-29net: hdlc_fr: remove space after '!'Peng Li1-2/+2
2021-05-29net: hdlc_fr: code indent use tabs where possiblePeng Li1-4/+4
2021-05-29net: hdlc_fr: move out assignment in if conditionPeng Li1-4/+8
2021-05-29net: hdlc_fr: add some required spacesPeng Li1-3/+4
2021-05-29net: hdlc_fr: fix an code style issue about "foo* bar"Peng Li1-2/+2
2021-05-29net: hdlc_fr: add blank line after declarationsPeng Li1-0/+3
2021-05-29net: hdlc_fr: remove redundant blank linesPeng Li1-42/+0
2021-05-28Merge tag 'mlx5-updates-2021-05-26' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-186/+306
2021-05-28ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()Gustavo A. R. Silva1-9/+7
2021-05-28atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks3-158/+291
2021-05-28atl1c: prepare for multiple rx queuesGatis Peisenieks2-61/+57
2021-05-28atl1c: move tx napi into tpd_ringGatis Peisenieks2-9/+13
2021-05-28atl1c: detect NIC type earlyGatis Peisenieks1-29/+27
2021-05-28mlxsw: core: use PSID string define in devlink infoJiri Pirko1-1/+3
2021-05-28mlxsw: core: Expose FW version over defined keywordJiri Pirko1-1/+3
2021-05-28net/mlx5: Expose FW version over defined keywordJiri Pirko1-2/+8
2021-05-28Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski12-144/+179
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 Blakey6-98/+149
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
2021-05-27net/mlx5e: TC: Reserved bit 31 of REG_C1 for IPsec offloadHuy Nguyen2-2/+2
2021-05-27net/mlx5e: TC: Use bit counts for register mappingPaul Blakey5-49/+77
2021-05-27net/mlx5: CT: Avoid reusing modify header context for natted entriesPaul Blakey1-12/+38
2021-05-27net/mlx5e: CT, Remove newline from ct_dbg callRoi Dayan1-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski350-1923/+3703
2021-05-27can: m_can: fix whitespace in a few commentsTorin Cooper-Bennun1-5/+5
2021-05-27can: m_can: make TXESC, RXESC config more explicitTorin Cooper-Bennun1-6/+12
2021-05-27can: m_can: clean up CCCR reg defs, order by revsTorin Cooper-Bennun1-10/+13
2021-05-27can: m_can: use bits.h macros for all regmasksTorin Cooper-Bennun1-113/+86
2021-05-27can: c_can: add ethtool supportDario Binacchi4-0/+51
2021-05-27can: c_can: remove unused variable struct c_can_priv::rxmaskedDario Binacchi2-2/+0
2021-05-27can: kvaser_usb: Add new Kvaser hydra devicesJimmy Assarsson2-1/+7
2021-05-27can: kvaser_usb: Rename define USB_HYBRID_{,PRO_}CANLIN_PRODUCT_IDJimmy Assarsson1-4/+4
2021-05-27can: at91_can: silence clang warningMarc Kleine-Budde1-1/+1
2021-05-27can: mcp251xfd: silence clang warningMarc Kleine-Budde1-1/+1
2021-05-27can: mcp251x: mcp251x_can_probe(): silence clang warningMarc Kleine-Budde1-1/+1