index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
can: gs_usb: add VID/PID for ABE CAN Debugger devices
Ben Evans
1
-0
/
+5
2022-03-10
can: gs_usb: add VID/PID for CES CANext FD devices
Peter Fink
1
-0
/
+5
2022-03-10
can: gs_usb: add extended bt_const feature
Peter Fink
1
-2
/
+68
2022-03-10
can: gs_usb: activate quirks for CANtact Pro unconditionally
Peter Fink
1
-0
/
+23
2022-03-10
can: gs_usb: add quirk for CANtact Pro overlapping GS_USB_BREQ value
Marc Kleine-Budde
1
-1
/
+13
2022-03-10
can: gs_usb: add usb quirk for NXP LPC546xx controllers
Peter Fink
1
-2
/
+27
2022-03-10
can: gs_usb: add CAN-FD support
Peter Fink
1
-16
/
+108
2022-03-10
can: gs_usb: use union and FLEX_ARRAY for data in struct gs_host_frame
Peter Fink
1
-11
/
+26
2022-03-10
can: gs_usb: support up to 3 channels per device
Marc Kleine-Budde
1
-2
/
+2
2022-03-10
can: gs_usb: gs_usb_probe(): introduce udev and make use of it
Marc Kleine-Budde
1
-5
/
+4
2022-03-10
can: gs_usb: document the PAD_PKTS_TO_MAX_PKT_SIZE feature
Marc Kleine-Budde
1
-0
/
+2
2022-03-10
can: gs_usb: document the USER_ID feature
Marc Kleine-Budde
1
-0
/
+4
2022-03-10
can: gs_usb: update GS_CAN_FEATURE_IDENTIFY documentation
Marc Kleine-Budde
1
-0
/
+1
2022-03-10
can: gs_usb: add HW timestamp mode bit
Marc Kleine-Budde
1
-0
/
+1
2022-03-10
can: gs_usb: gs_make_candev(): call SET_NETDEV_DEV() after handling all bt_co...
Marc Kleine-Budde
1
-2
/
+2
2022-03-10
can: gs_usb: rewrap usb_control_msg() and usb_fill_bulk_urb()
Marc Kleine-Budde
1
-65
/
+22
2022-03-10
can: gs_usb: rewrap error messages
Marc Kleine-Budde
1
-4
/
+2
2022-03-10
can: gs_usb: GS_CAN_FLAG_OVERFLOW: make use of BIT()
Marc Kleine-Budde
1
-1
/
+1
2022-03-10
can: gs_usb: sort include files alphabetically
Marc Kleine-Budde
1
-1
/
+1
2022-03-10
can: gs_usb: fix checkpatch warning
Marc Kleine-Budde
1
-1
/
+2
2022-03-10
can: gs_usb: use consistent one space indention
Marc Kleine-Budde
1
-19
/
+19
2022-03-10
can: rcar_canfd: Add support for r8a779a0 SoC
Ulrich Hecht
1
-136
/
+217
2022-03-10
can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before call...
Vincent Mailhol
1
-2
/
+1
2022-03-10
vxcan: enable local echo for sent CAN frames
Oliver Hartkopp
1
-1
/
+1
2022-03-10
vxcan: remove sk reference in peer skb
Oliver Hartkopp
1
-6
/
+11
2022-03-06
can: Use netif_rx().
Sebastian Andrzej Siewior
6
-9
/
+9
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-15
/
+18
2022-02-28
Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Jakub Kicinski
4
-12
/
+4
2022-02-25
can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when ful...
Lad Prabhakar
1
-3
/
+3
2022-02-25
can: gs_usb: change active_channels's type from atomic_t to u8
Vincent Mailhol
1
-5
/
+5
2022-02-25
can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
Vincent Mailhol
2
-7
/
+10
2022-02-24
can: mcp251xfd: mcp251xfd_priv: introduce macros specifying the number of sup...
Marc Kleine-Budde
1
-4
/
+13
2022-02-24
can: mcp251xfd: prepare for multiple RX-FIFOs
Marc Kleine-Budde
4
-9
/
+54
2022-02-24
can: mcp251xfd: ring: update FIFO setup debug info
Marc Kleine-Budde
1
-16
/
+28
2022-02-24
can: mcp251xfd: ring: mcp251xfd_ring_init(): checked RAM usage of ring setup
Marc Kleine-Budde
3
-4
/
+16
2022-02-24
can: mcp251xfd: ring: change order of TX and RX FIFOs
Marc Kleine-Budde
2
-2
/
+2
2022-02-24
can: mcp251xfd: ring: prepare to change order of TX and RX FIFOs
Marc Kleine-Budde
2
-24
/
+25
2022-02-24
can: mcp251xfd: mcp251xfd_ring_init(): split ring_init into separate functions
Marc Kleine-Budde
1
-38
/
+62
2022-02-24
can: mcp251xfd: introduce struct mcp251xfd_tx_ring::nr and ::fifo_nr and make...
Marc Kleine-Budde
5
-12
/
+26
2022-02-24
can: mcp251xfd: add support for internal PLL
Marc Kleine-Budde
2
-20
/
+75
2022-02-24
can: mcp251xfd: mcp251xfd_register(): prepare to activate PLL after softreset
Marc Kleine-Budde
1
-0
/
+6
2022-02-24
can: mcp251xfd: mcp251xfd_chip_clock_init(): prepare for PLL support, wait fo...
Marc Kleine-Budde
1
-1
/
+8
2022-02-24
can: mcp251xfd: __mcp251xfd_chip_set_mode(): prepare for PLL support: improve...
Marc Kleine-Budde
1
-9
/
+30
2022-02-24
can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enab...
Marc Kleine-Budde
1
-9
/
+10
2022-02-24
can: mcp251xfd: mcp251xfd_chip_timestamp_init(): factor out into separate fun...
Marc Kleine-Budde
1
-0
/
+9
2022-02-24
can: mcp251xfd: mcp251xfd_chip_softreset_check(): wait for OSC ready before a...
Marc Kleine-Budde
1
-17
/
+12
2022-02-24
can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): prepare for PLL support
Marc Kleine-Budde
1
-2
/
+23
2022-02-24
can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): improve chip detection a...
Marc Kleine-Budde
1
-9
/
+15
2022-02-24
can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): factor out into separate...
Marc Kleine-Budde
1
-18
/
+27
2022-02-24
can: mcp251xfd: mcp251xfd_chip_stop(): convert to a void function
Marc Kleine-Budde
1
-3
/
+3
[next]