index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-24
/
+38
2017-03-03
can: flexcan: fix typo in comment
Marc Kleine-Budde
1
-1
/
+1
2017-03-03
can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
Marc Kleine-Budde
1
-6
/
+3
2017-03-03
can: gs_usb: fix coding style
Ethan Zonca
1
-6
/
+5
2017-03-03
can: gs_usb: Don't use stack memory for USB transfers
Ethan Zonca
1
-11
/
+29
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-06
can: flexcan: switch imx6 and vf610 to timestamp based offloading
Marc Kleine-Budde
1
-2
/
+3
2017-02-06
can: flexcan: add support for timestamp based rx-offload
Marc Kleine-Budde
1
-29
/
+129
2017-02-06
can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRS
Marc Kleine-Budde
1
-3
/
+11
2017-02-06
can: flexcan: activate individual RX masking and initialize reg_rximr
Marc Kleine-Budde
1
-1
/
+7
2017-02-06
can: flexcan: make use of rx-offload's irq_offload_fifo
Marc Kleine-Budde
1
-112
/
+52
2017-02-06
can: flexcan: make TX mailbox selectable during runtime
Marc Kleine-Budde
1
-18
/
+24
2017-02-06
can: flexcan: calculate default value for imask1 during runtime
Marc Kleine-Budde
1
-6
/
+8
2017-02-06
can: flexcan: flexcan_irq(): don't unconditionally return IRQ_HANDLED
Marc Kleine-Budde
1
-5
/
+11
2017-02-06
can: flexcan: flexcan_poll_bus_err(): fold in do_bus_err()
Marc Kleine-Budde
1
-14
/
+7
2017-02-06
can: flexcan: flexcan_poll_state(): no need to initialize new_state, rx_state...
Marc Kleine-Budde
1
-1
/
+1
2017-02-06
can: flexcan: do_bus_err(): convert rx_,tx_errors into bool
Marc Kleine-Budde
1
-7
/
+7
2017-02-06
can: flexcan: make declaration of devtype_data const
Marc Kleine-Budde
1
-4
/
+4
2017-02-06
can: flexcan: remove write-only member pdata of struct flexcan_priv
Marc Kleine-Budde
1
-2
/
+0
2017-02-06
can: flexcan: add missing register definitions
Marc Kleine-Budde
1
-3
/
+10
2017-02-06
can: rx-offload: Add support for timestamp based irq offloading
Marc Kleine-Budde
1
-2
/
+135
2017-02-06
can: rx-offload: Add support for HW fifo based irq offloading
David Jander
2
-1
/
+158
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
9
-9
/
+9
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+13
2017-01-24
can: softing_cs: ret is never non-zero, so remove non-zero check and -ENODEV ...
Colin Ian King
1
-1
/
+1
2017-01-24
can: dev: add CAN interface API for fixed bitrates
Marc Kleine-Budde
1
-16
/
+65
2017-01-24
can: dev: can_changelink: allow to set bitrate on devices not providing {data...
Marc Kleine-Budde
1
-10
/
+30
2017-01-24
can: dev: add CAN interface termination API
Oliver Hartkopp
1
-1
/
+48
2017-01-18
can: ti_hecc: add missing prepare and unprepare of the clock
Yegor Yefremov
1
-4
/
+12
2017-01-18
can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer
Einar Jón
1
-0
/
+1
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2
-3
/
+3
2016-12-16
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
1
-1
/
+0
2016-12-13
Merge tag 'docs-4.10' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2016-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2016-12-08
can: peak: fix bad memory access and free sequence
추지호
1
-2
/
+4
2016-12-03
Merge tag 'linux-can-next-for-4.10-20161201' of git://git.kernel.org/pub/scm/...
David S. Miller
1
-2
/
+2
2016-12-01
net: can: usb: kvaser_usb: fix spelling mistake of "outstanding"
Colin Ian King
1
-2
/
+2
2016-12-01
can: peak: Add support for PCAN-USB X6 USB interface
Stephane Grosjean
3
-0
/
+76
2016-12-01
can: peak: Fix bittiming fields size in bits
Stephane Grosjean
2
-24
/
+45
2016-10-31
can: sja1000: plx_pci: Add support for Moxa CAN devices
Lukas Resch
1
-0
/
+18
2016-10-24
docs: fix locations of several documents that got moved
Mauro Carvalho Chehab
1
-1
/
+1
2016-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+17
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+18
2016-09-22
can: dev: fix deadlock reported after bus-off
Sergei Miroshnichenko
1
-10
/
+17
2016-09-21
net: can: ifi: Configure transmitter delay
Marek Vasut
1
-1
/
+10
2016-09-19
can: flexcan: fix resume function
Fabio Estevam
1
-5
/
+8
2016-08-14
net: can: usb: usb_8dev: don't print error when allocating urb fails
Wolfram Sang
1
-4
/
+1
2016-08-14
net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...
Wolfram Sang
1
-5
/
+1
2016-08-14
net: can: usb: kvaser_usb: don't print error when allocating urb fails
Wolfram Sang
1
-6
/
+1
2016-08-14
net: can: usb: gs_usb: don't print error when allocating urb fails
Wolfram Sang
1
-7
/
+2
[next]