index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppp: deflate: Remove useless call "zlib_inflateEnd"
Jiapeng Chong
2021-03-31
1
-1
/
+0
*
net: ipa: remove repeated words
Peng Li
2021-03-31
1
-2
/
+2
*
net: phy: remove repeated word
Peng Li
2021-03-31
1
-1
/
+1
*
net: bonding: remove repeated word
Peng Li
2021-03-31
1
-1
/
+1
*
net: i40e: remove repeated words
Peng Li
2021-03-31
1
-2
/
+2
*
scsi/aacraid: Delete obsolete TODO file
Wang Qing
2021-03-31
1
-3
/
+0
*
net: mhi: remove pointless conditional before kfree_skb()
Yang Yingliang
2021-03-30
1
-2
/
+1
*
stmmac: intel: add cross time-stamping freq difference adjustment
Wong Vee Khee
2021-03-30
1
-0
/
+27
*
mISDN: Use LIST_HEAD() for list_head
Shixin Liu
2021-03-30
2
-8
/
+3
*
mISDN: Use DEFINE_SPINLOCK() for spinlock
Shixin Liu
2021-03-30
3
-9
/
+4
*
net: phy: lan87xx: fix access to wrong register of LAN87xx
Andre Edich
2021-03-30
1
-2
/
+5
*
Merge tag 'linux-can-next-for-5.13-20210330' of git://git.kernel.org/pub/scm/...
David S. Miller
2021-03-30
38
-236
/
+977
|
\
|
*
can: c_can: add support to 64 message objects
Dario Binacchi
2021-03-30
4
-16
/
+28
|
*
can: c_can: prepare to up the message objects number
Dario Binacchi
2021-03-30
4
-34
/
+43
|
*
can: c_can: use 32-bit write to set arbitration register
Dario Binacchi
2021-03-30
1
-2
/
+1
|
*
can: c_can: add a comment about IF_RX interface's use
Dario Binacchi
2021-03-30
1
-0
/
+5
|
*
can: c_can: fix indentation
Dario Binacchi
2021-03-30
1
-1
/
+1
|
*
can: c_can: remove unused code
Dario Binacchi
2021-03-30
2
-6
/
+1
|
*
can: c_can: fix remaining checkpatch warnings
Marc Kleine-Budde
2021-03-30
2
-2
/
+3
|
*
can: c_can: replace double assignments by two single ones
Marc Kleine-Budde
2021-03-30
1
-2
/
+4
|
*
can: c_can: fix print formating string
Marc Kleine-Budde
2021-03-30
1
-2
/
+1
|
*
can: c_can: fix indention
Marc Kleine-Budde
2021-03-30
3
-19
/
+19
|
*
can: c_can: remove unnecessary blank lines and add suggested ones
Marc Kleine-Budde
2021-03-30
2
-2
/
+1
|
*
can: c_can: convert block comments to network style comments
Marc Kleine-Budde
2021-03-30
2
-37
/
+18
|
*
can: mcp251xfd: add HW timestamp to RX, TX and error CAN frames
Marc Kleine-Budde
2021-03-30
1
-5
/
+18
|
*
can: mcp251xfd: add HW timestamp infrastructure
Marc Kleine-Budde
2021-03-30
4
-0
/
+88
|
*
can: mcp251xfd: mcp251xfd_get_timestamp(): move to mcp251xfd.h
Marc Kleine-Budde
2021-03-30
2
-6
/
+6
|
*
can: mcp251xfd: move netdevice.h to mcp251xfd.h
Marc Kleine-Budde
2021-03-30
2
-1
/
+1
|
*
can: mcp251xfd: simplify UINC handling
Marc Kleine-Budde
2021-03-30
1
-32
/
+37
|
*
can: mcp251xfd: add dev coredump support
Marc Kleine-Budde
2021-03-30
6
-0
/
+343
|
*
can: tcan4x5x: remove duplicate include of regmap.h
Wan Jiabing
2021-03-30
1
-1
/
+0
|
*
can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from s...
Torin Cooper-Bennun
2021-03-30
2
-16
/
+107
|
*
can: m_can: m_can_chip_config(): enable and configure internal timestamps
Torin Cooper-Bennun
2021-03-30
1
-0
/
+5
|
*
can: m_can: add infrastructure for internal timestamps
Torin Cooper-Bennun
2021-03-30
1
-0
/
+27
|
*
can: m_can: m_can_class_allocate_dev(): remove impossible error return judgment
Xulin Sun
2021-03-30
1
-5
/
+0
|
*
can: peak_usb: add support of ONE_SHOT mode
Stephane Grosjean
2021-03-30
2
-5
/
+15
|
*
can: peak_usb: add support of ethtool set_phys_id()
Stephane Grosjean
2021-03-30
6
-1
/
+126
|
*
can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of pla...
Stephane Grosjean
2021-03-30
1
-2
/
+2
|
*
can: ucan: fix alignment constraints
Arnd Bergmann
2021-03-30
1
-1
/
+1
|
*
can: xilinx_can: Simplify code by using dev_err_probe()
Michal Simek
2021-03-30
1
-6
/
+4
|
*
can: grcan: add missing Kconfig dependency to HAS_IOMEM
Marc Kleine-Budde
2021-03-30
1
-1
/
+1
|
*
can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macros
Vincent Mailhol
2021-03-30
1
-2
/
+2
|
*
can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)
Vincent Mailhol
2021-03-30
2
-0
/
+26
|
*
can: netlink: move '=' operators back to previous line (checkpatch fix)
Vincent Mailhol
2021-03-30
1
-14
/
+11
|
*
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-03-30
16
-20
/
+27
|
*
can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb i...
Marc Kleine-Budde
2021-03-30
1
-1
/
+5
|
*
can: dev: always create TX echo skb
Marc Kleine-Budde
2021-03-30
1
-2
/
+8
*
|
net/mlx5e: Update ethtool setting of CQE compression
Aya Levin
2021-03-30
3
-7
/
+10
*
|
net/mlx5e: Allow coexistence of CQE compression and HW TS PTP
Aya Levin
2021-03-30
3
-12
/
+35
*
|
net/mlx5e: Add PTP Flow Steering support
Aya Levin
2021-03-30
4
-1
/
+146
[next]