summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-27can: hi311x: hi3110_can_probe(): silence clang warningMarc Kleine-Budde1-1/+1
2021-05-27can: softing: Remove redundant variable ptrJiapeng Chong1-2/+0
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds82-406/+1176
2021-05-27Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski13-56/+56
2021-05-27net/appletalk: Fix inconsistent indentingJiapeng Chong1-4/+6
2021-05-26nfc: st-nci: remove unnecessary labelswengjianfeng1-10/+5
2021-05-26nfc: st95hf: remove unnecessary assignment and labelwengjianfeng1-5/+2
2021-05-26ixgbe: reduce checker warningsJesse Brandeburg1-4/+4
2021-05-26ixgbe: use checker safe conversionsJesse Brandeburg1-5/+4
2021-05-26igbvf: convert to strongly typed descriptorsJesse Brandeburg1-21/+21
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg2-2/+2
2021-05-26igb: override two checker warningsJesse Brandeburg1-2/+2
2021-05-26igb: fix assignment on big endian machinesJesse Brandeburg1-2/+2