summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-30can: c_can: fix print formating stringMarc Kleine-Budde1-2/+1
2021-03-30can: c_can: fix indentionMarc Kleine-Budde3-19/+19
2021-03-30can: c_can: remove unnecessary blank lines and add suggested onesMarc Kleine-Budde2-2/+1
2021-03-30can: c_can: convert block comments to network style commentsMarc Kleine-Budde2-37/+18
2021-03-30can: mcp251xfd: add HW timestamp to RX, TX and error CAN framesMarc Kleine-Budde1-5/+18
2021-03-30can: mcp251xfd: add HW timestamp infrastructureMarc Kleine-Budde4-0/+88
2021-03-30can: mcp251xfd: mcp251xfd_get_timestamp(): move to mcp251xfd.hMarc Kleine-Budde2-6/+6
2021-03-30can: mcp251xfd: move netdevice.h to mcp251xfd.hMarc Kleine-Budde2-1/+1
2021-03-30can: mcp251xfd: simplify UINC handlingMarc Kleine-Budde1-32/+37
2021-03-30can: mcp251xfd: add dev coredump supportMarc Kleine-Budde6-0/+343
2021-03-30can: tcan4x5x: remove duplicate include of regmap.hWan Jiabing1-1/+0
2021-03-30can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from s...Torin Cooper-Bennun2-16/+107
2021-03-30can: m_can: m_can_chip_config(): enable and configure internal timestampsTorin Cooper-Bennun1-0/+5
2021-03-30can: m_can: add infrastructure for internal timestampsTorin Cooper-Bennun1-0/+27
2021-03-30can: m_can: m_can_class_allocate_dev(): remove impossible error return judgmentXulin Sun1-5/+0
2021-03-30can: peak_usb: add support of ONE_SHOT modeStephane Grosjean2-5/+15
2021-03-30can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean6-1/+126
2021-03-30can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of pla...Stephane Grosjean1-2/+2
2021-03-30can: ucan: fix alignment constraintsArnd Bergmann1-1/+1
2021-03-30can: xilinx_can: Simplify code by using dev_err_probe()Michal Simek1-6/+4
2021-03-30can: grcan: add missing Kconfig dependency to HAS_IOMEMMarc Kleine-Budde1-1/+1
2021-03-30can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol1-2/+2
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol2-0/+26
2021-03-30can: netlink: move '=' operators back to previous line (checkpatch fix)Vincent Mailhol1-14/+11
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde16-20/+27
2021-03-30can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb i...Marc Kleine-Budde1-1/+5
2021-03-30can: dev: always create TX echo skbMarc Kleine-Budde1-2/+8
2021-03-30hv_netvsc: Add error handling while switching data pathHaiyang Zhang3-11/+48
2021-03-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller6-80/+496
2021-03-30net: mhi: Allow decoupled MTU/MRULoic Poulain3-1/+15
2021-03-30net: mhi: Add support for non-linear MBIM skb processingLoic Poulain1-26/+25
2021-03-30ieee802154: hwsim: remove redundant initialization of variable resColin Ian King1-1/+1
2021-03-29net: mdio: Correct function name mdio45_links_ok() in commentYang Yingliang1-1/+1
2021-03-29net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang1-1/+1
2021-03-29net: phy: Correct function name mdiobus_register_board_info() in commentYang Yingliang1-1/+1
2021-03-29mlxsw: spectrum: Veto sampling if already enabled on portIdo Schimmel1-0/+5
2021-03-29mlxsw: spectrum_matchall: Perform priority checks earlierIdo Schimmel1-18/+13
2021-03-29mlxsw: spectrum_matchall: Convert if statements to a switch statementIdo Schimmel1-3/+6
2021-03-29mlxsw: spectrum_matchall: Perform protocol check earlierIdo Schimmel1-3/+7
2021-03-29net: marvell: Fix an alignment problemYangyang Li1-1/+1
2021-03-29net: marvell: Delete extra spacesYangyang Li2-3/+4
2021-03-29net: marvell: Fix the trailing format of some block commentsYangyang Li3-7/+14
2021-03-29net: marvell: Delete duplicate word in commentsYangyang Li2-4/+2
2021-03-29net: hns3: add stats logging when skb padding failsYunsheng Lin1-0/+5
2021-03-29net: hns3: expand the tc config commandGuojia Liao2-2/+8
2021-03-29net: hns3: add tx send size handling for tso skbYunsheng Lin2-8/+24
2021-03-29net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin3-41/+78
2021-03-29net: hns3: optimize the process of queue resetYufeng Mo7-109/+182
2021-03-29net: hns3: remove the rss_size limitation by vector numJian Shen1-9/+0
2021-03-29net: hns3: remediate a potential overflow risk of bd_num_listGuangbin Huang1-7/+20