index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-9
/
+25
2017-11-10
can: ifi: Fix transmitter delay calculation
Marek Vasut
1
-3
/
+3
2017-11-10
can: peak: Add support for new PCIe/M2 CAN FD interfaces
Stephane Grosjean
1
-2
/
+12
2017-11-10
can: sun4i: handle overrun in RX FIFO
Gerhard Bertelsmann
1
-2
/
+10
2017-11-10
can: c_can: don't indicate triple sampling support for D_CAN
Richard Schütz
2
-2
/
+0
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-0
/
+5
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-0
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+9
2017-10-27
drivers/net: can: Convert timers to use timer_setup()
Kees Cook
3
-18
/
+17
2017-10-24
can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages
Jimmy Assarsson
1
-0
/
+6
2017-10-24
can: kvaser_usb: Correct return value in printout
Jimmy Assarsson
1
-1
/
+2
2017-10-24
can: sun4i: fix loopback mode
Gerhard Bertelsmann
1
-2
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-24
/
+79
2017-10-19
can: gs_usb: fix busy loop if no more TX context is available
Wolfgang Grandegger
1
-8
/
+2
2017-10-19
can: esd_usb2: Fix can_dlc value for received RTR, frames
Stefan Mätje
1
-1
/
+1
2017-10-19
can: flexcan: fix p1010 state transition issue
ZHU Yi (ST-FIR/ENG1-Zhu)
1
-1
/
+2
2017-10-19
can: flexcan: fix i.MX28 state transition issue
ZHU Yi (ST-FIR/ENG1-Zhu)
1
-1
/
+3
2017-10-19
can: flexcan: fix i.MX6 state transition issue
ZHU Yi (ST-FIR/ENG1-Zhu)
1
-1
/
+1
2017-10-19
can: flexcan: implement error passive state quirk
ZHU Yi (ST-FIR/ENG1-Zhu)
1
-9
/
+66
2017-10-19
can: flexcan: rename legacy error state quirk
ZHU Yi (ST-FIR/ENG1-Zhu)
1
-4
/
+4
2017-10-19
can: flexcan: fix state transition regression
ZHU Yi (ST-FIR/ENG1-Zhu)
1
-2
/
+3
2017-09-21
drivers: net: can: sja1000: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-09-21
drivers: net: can: use setup_timer() helper.
Allen Pais
1
-6
/
+4
2017-09-21
drivers: net: can: usb: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-08-13
can: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-07-18
net: can: janz-ican3: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-07-18
net: can: at91_can: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
1
-2
/
+3
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
2
-2
/
+4
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-2
/
+2
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-2
/
+1
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-12
/
+14
2017-06-09
can: enable CAN FD for virtual CAN devices by default
Oliver Hartkopp
2
-2
/
+2
2017-06-09
can: gs_usb: fix memory leak in gs_cmd_reset()
Marc Kleine-Budde
1
-0
/
+2
2017-06-09
can: peak_usb: fix product-id endianness in error message
Johan Hovold
1
-3
/
+1
2017-06-09
can: peak_canfd: fix uninitialized symbol warnings
Stephane Grosjean
1
-1
/
+1
2017-06-09
can: dev: make can_change_state() robust to be called with cf == NULL
Marc Kleine-Budde
1
-0
/
+3
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
3
-6
/
+5
2017-05-18
can: m_can: add deep Suspend/Resume support
Quentin Schulz
1
-3
/
+12
2017-05-18
can: m_can: factorize clock gating and ungating
Quentin Schulz
1
-19
/
+26
2017-05-18
can: m_can: make m_can_start and m_can_stop symmetric
Quentin Schulz
1
-3
/
+2
2017-05-18
can: m_can: move Message RAM initialization to function
Quentin Schulz
1
-11
/
+15
2017-05-10
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-8
/
+8
2017-05-08
scripts/spelling.txt: add regsiter -> register spelling mistake
Stephen Boyd
1
-1
/
+1
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-5
/
+90
2017-04-25
net: can: usb: gs_usb: Fix buffer on stack
Maksim Salau
1
-5
/
+12
2017-04-25
can: usb: Kconfig: Add PCAN-USB X6 device in help text
Stephane Grosjean
1
-0
/
+1
2017-04-25
can: usb: Add support of PCAN-Chip USB stamp module
Stephane Grosjean
4
-0
/
+77
[next]