index
:
linux-stable.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.12.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: kvaser_usb: Ignore spurious error events after a busoff
Ahmed S. Darwish
2015-02-04
1
-9
/
+10
*
can: janz-ican3: fix type mismatch in assignment
Nicholas Mc Guire
2015-02-04
1
-4
/
+2
*
can: peak_usb: add support for PEAK new CANFD USB adapters
Stephane Grosjean
2015-01-28
6
-4
/
+1337
*
can: peak_usb: add peak_usb_netif_rx() new function
Stephane Grosjean
2015-01-28
2
-1
/
+18
*
can: peak_usb: export pcan_usb_pro functions
Stephane Grosjean
2015-01-28
2
-12
/
+17
*
can: peak_usb: upgrade core to new struct canfd_frame
Stephane Grosjean
2015-01-28
2
-4
/
+6
*
can: peak_usb: upgrade core to data bittiming specs
Stephane Grosjean
2015-01-28
2
-5
/
+34
*
can: peak_usb: add adapter BEC callback definition
Stephane Grosjean
2015-01-28
2
-0
/
+3
*
can: peak_usb: export ctrlmode_supported to adapter specific definition
Stephane Grosjean
2015-01-28
4
-2
/
+4
*
can: peak_usb: constify struct peak_usb_adapter
Marc Kleine-Budde
2015-01-28
4
-11
/
+11
*
can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapte...
Marc Kleine-Budde
2015-01-28
1
-5
/
+5
*
can: kvaser_usb: Add support for the USBcan-II family
Ahmed S. Darwish
2015-01-28
2
-124
/
+474
*
can: kvaser_usb: Consolidate and unify state change handling
Ahmed S. Darwish
2015-01-28
1
-64
/
+49
*
can: kvaser_usb: Update interface state before exiting on OOM
Ahmed S. Darwish
2015-01-28
1
-76
/
+105
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-01-27
5
-41
/
+61
|
\
|
*
can: kvaser_usb: Fix state handling upon BUS_ERROR events
Ahmed S. Darwish
2015-01-27
1
-4
/
+3
|
*
can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT
Ahmed S. Darwish
2015-01-27
1
-2
/
+10
|
*
can: kvaser_usb: Send correct context to URB completion
Ahmed S. Darwish
2015-01-27
1
-1
/
+1
|
*
can: kvaser_usb: Do not sleep in atomic context
Ahmed S. Darwish
2015-01-27
1
-6
/
+1
|
*
can: c_can: end pending transmission on network stop (ifdown)
Viktor Babrian
2015-01-21
1
-0
/
+3
|
*
can: kvaser_usb: Don't dereference skb after a netif_rx()
Ahmed S. Darwish
2015-01-15
1
-7
/
+4
|
*
can: kvaser_usb: Don't send a RESET_CHIP for non-existing channels
Ahmed S. Darwish
2015-01-15
1
-3
/
+4
|
*
can: kvaser_usb: Reset all URB tx contexts upon channel close
Ahmed S. Darwish
2015-01-15
1
-0
/
+3
|
*
can: kvaser_usb: Don't free packets when tight on URBs
Ahmed S. Darwish
2015-01-15
1
-6
/
+4
|
*
can: c_can: use regmap_update_bits() to modify RAMINIT register
Roger Quadros
2015-01-15
1
-11
/
+18
|
*
can: m_can: tag current CAN FD controllers as non-ISO
Oliver Hartkopp
2015-01-15
1
-0
/
+5
|
*
can: dev: fix crtlmode_supported check
Oliver Hartkopp
2015-01-15
1
-2
/
+6
*
|
can: at91_can: remove unused variable
Marc Kleine-Budde
2015-01-21
1
-2
/
+0
*
|
can: flexcan: remove unused variable
Marc Kleine-Budde
2015-01-21
1
-2
/
+0
*
|
can: dev: fix semicolon.cocci warnings
kbuild test robot
2015-01-21
1
-1
/
+1
*
|
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
2015-01-20
16
-2
/
+17
|
/
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
15
-15
/
+0
|
\
|
*
net: can: softing: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
*
net: can: sja1000: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
2
-2
/
+0
|
*
net: can: mscan: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
*
net: can: c_can: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
*
net: can: cc770: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
2
-2
/
+0
|
*
net: can: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
8
-8
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-12-10
4
-51
/
+54
|
\
\
|
*
|
can: peak_usb: fix multi-byte values endianess
Stephane Grosjean
2014-12-07
4
-42
/
+43
|
*
|
can: peak_usb: fix cleanup sequence order in case of error during init
Stephane Grosjean
2014-12-06
1
-7
/
+10
|
*
|
can: peak_usb: fix memset() usage
Stephane Grosjean
2014-12-06
1
-2
/
+1
*
|
|
can: flexcan: Consolidate and unify state change handling
Andri Yngvason
2014-12-07
1
-83
/
+18
*
|
|
can: mscan: Consolidate and unify state change handling
Andri Yngvason
2014-12-07
1
-34
/
+14
*
|
|
can: sja1000: Consolidate and unify state change handling
Andri Yngvason
2014-12-07
1
-28
/
+23
*
|
|
can: dev: Consolidate and unify state change handling
Andri Yngvason
2014-12-07
1
-0
/
+78
*
|
|
can: Enable -D__CHECK_ENDIAN__ for sparse by default
Marc Kleine-Budde
2014-12-07
1
-1
/
+2
*
|
|
can: fix spelling errors
Jeremiah Mahler
2014-12-07
1
-1
/
+1
*
|
|
can: slcan/vcan: eliminate banner[] variable, switch to pr_info()
Jeremiah Mahler
2014-12-07
2
-9
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-21
9
-64
/
+177
|
\
|
|
[next]