summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu2021-03-303-9/+4
* net: phy: lan87xx: fix access to wrong register of LAN87xxAndre Edich2021-03-301-2/+5
* Merge tag 'linux-can-next-for-5.13-20210330' of git://git.kernel.org/pub/scm/...David S. Miller2021-03-3038-236/+977
|\
| * can: c_can: add support to 64 message objectsDario Binacchi2021-03-304-16/+28
| * can: c_can: prepare to up the message objects numberDario Binacchi2021-03-304-34/+43
| * can: c_can: use 32-bit write to set arbitration registerDario Binacchi2021-03-301-2/+1
| * can: c_can: add a comment about IF_RX interface's useDario Binacchi2021-03-301-0/+5
| * can: c_can: fix indentationDario Binacchi2021-03-301-1/+1
| * can: c_can: remove unused codeDario Binacchi2021-03-302-6/+1
| * can: c_can: fix remaining checkpatch warningsMarc Kleine-Budde2021-03-302-2/+3
| * can: c_can: replace double assignments by two single onesMarc Kleine-Budde2021-03-301-2/+4
| * can: c_can: fix print formating stringMarc Kleine-Budde2021-03-301-2/+1
| * can: c_can: fix indentionMarc Kleine-Budde2021-03-303-19/+19
| * can: c_can: remove unnecessary blank lines and add suggested onesMarc Kleine-Budde2021-03-302-2/+1
| * can: c_can: convert block comments to network style commentsMarc Kleine-Budde2021-03-302-37/+18
| * can: mcp251xfd: add HW timestamp to RX, TX and error CAN framesMarc Kleine-Budde2021-03-301-5/+18
| * can: mcp251xfd: add HW timestamp infrastructureMarc Kleine-Budde2021-03-304-0/+88
| * can: mcp251xfd: mcp251xfd_get_timestamp(): move to mcp251xfd.hMarc Kleine-Budde2021-03-302-6/+6
| * can: mcp251xfd: move netdevice.h to mcp251xfd.hMarc Kleine-Budde2021-03-302-1/+1
| * can: mcp251xfd: simplify UINC handlingMarc Kleine-Budde2021-03-301-32/+37
| * can: mcp251xfd: add dev coredump supportMarc Kleine-Budde2021-03-306-0/+343
| * can: tcan4x5x: remove duplicate include of regmap.hWan Jiabing2021-03-301-1/+0
| * can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from s...Torin Cooper-Bennun2021-03-302-16/+107
| * can: m_can: m_can_chip_config(): enable and configure internal timestampsTorin Cooper-Bennun2021-03-301-0/+5
| * can: m_can: add infrastructure for internal timestampsTorin Cooper-Bennun2021-03-301-0/+27
| * can: m_can: m_can_class_allocate_dev(): remove impossible error return judgmentXulin Sun2021-03-301-5/+0
| * can: peak_usb: add support of ONE_SHOT modeStephane Grosjean2021-03-302-5/+15
| * can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean2021-03-306-1/+126
| * can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of pla...Stephane Grosjean2021-03-301-2/+2
| * can: ucan: fix alignment constraintsArnd Bergmann2021-03-301-1/+1
| * can: xilinx_can: Simplify code by using dev_err_probe()Michal Simek2021-03-301-6/+4
| * can: grcan: add missing Kconfig dependency to HAS_IOMEMMarc Kleine-Budde2021-03-301-1/+1
| * can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol2021-03-301-2/+2
| * can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol2021-03-302-0/+26
| * can: netlink: move '=' operators back to previous line (checkpatch fix)Vincent Mailhol2021-03-301-14/+11
| * can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-3016-20/+27
| * can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb i...Marc Kleine-Budde2021-03-301-1/+5
| * can: dev: always create TX echo skbMarc Kleine-Budde2021-03-301-2/+8
* | net/mlx5e: Update ethtool setting of CQE compressionAya Levin2021-03-303-7/+10
* | net/mlx5e: Allow coexistence of CQE compression and HW TS PTPAya Levin2021-03-303-12/+35
* | net/mlx5e: Add PTP Flow Steering supportAya Levin2021-03-304-1/+146
* | net/mlx5e: Introduce Flow Steering ANY APIAya Levin2021-03-304-1/+273
* | net/mlx5e: Introduce Flow Steering UDP APIAya Levin2021-03-305-2/+368
* | net/mlx5e: Cleanup Flow Steering levelAya Levin2021-03-302-3/+3
* | net/mlx5e: Add PTP RQ to RX reporterAya Levin2021-03-301-2/+66
* | net/mlx5e: Refactor RX reporter diagnosticsAya Levin2021-03-301-38/+66
* | net:mlx5e: Add PTP-TIR and PTP-RQTAya Levin2021-03-307-4/+52
* | net/mlx5e: Add PTP-RX statisticsAya Levin2021-03-305-26/+100
* | net/mlx5e: Add RQ to PTP channelAya Levin2021-03-303-8/+118
* | net/mlx5e: Add states to PTP channelAya Levin2021-03-305-34/+71
|/