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
/
xilinx_can.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-08
can: xilinx_can: Fix missing Rx can packets on CANFD2.0
Srinivas Neeli
1
-0
/
+7
2019-12-03
can: xilinx_can: Fix usage of skb memory
Srinivas Neeli
1
-12
/
+13
2019-12-03
can: xilinx_can: skip error message on deferred probe
Venkatesh Yadav Abbarapu
1
-1
/
+2
2019-11-11
can: xilinx_can: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-11-11
can: xilinx_can: avoid non-requested bus error frames
Anssi Hannula
1
-41
/
+48
2019-11-11
can: xilinx_can: fix checkpatch warnings
Marc Kleine-Budde
1
-5
/
+4
2019-11-04
can: xilinx_can: Fix flags field initialization for axi can
Appana Durga Kedareswara rao
1
-1
/
+0
2019-08-13
can: xilinx_can: xcan_set_bittiming(): fix the data phase btr1 calculation
Srinivas Neeli
1
-1
/
+1
2019-08-13
can: xilinx_can: xcan_rx_fifo_get_next_frame(): fix FSR register FL and RI ma...
Appana Durga Kedareswara rao
1
-3
/
+10
2019-08-13
can: xilinx_can: fix the data update logic for CANFD FD frames
Appana Durga Kedareswara rao
1
-21
/
+8
2019-08-13
can: xilinx_can: xcanfd_rx(): fix FSR register handling in the RX path
Appana Durga Kedareswara rao
1
-76
/
+63
2019-08-13
can: xilinx_can: xcan_probe(): skip error message on deferred probe
Venkatesh Yadav Abbarapu
1
-1
/
+2
2019-08-13
can: xilinx_can: xcan_chip_start(): fix failure with invalid bus
Anssi Hannula
1
-12
/
+1
2019-07-24
can: xilinx_can: clean up indentation issue
Colin Ian King
1
-1
/
+1
2019-07-24
can: xilinx_can: Add support for CANFD FD frames
Appana Durga Kedareswara rao
1
-16
/
+214
2019-07-24
can: xilinx_can: Add cantype parameter in xcan_devtype_data struct
Appana Durga Kedareswara rao
1
-0
/
+12
2019-07-24
can: xilinx_can: Fix flags field initialization for axi can and canps
Appana Durga Kedareswara rao
1
-0
/
+2
2019-07-24
can: xilinx_can: Fix kernel doc warnings
Appana Durga Kedareswara rao
1
-0
/
+6
2019-07-24
can: xilinx_can: Fix style issues
Appana Durga Kedareswara rao
1
-19
/
+22
2019-06-07
can: xilinx_can: use correct bittiming_const for CAN FD core
Anssi Hannula
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-9
/
+1
2018-11-28
can: xilinx: add can 2.0 support
Shubhrajyoti Datta
1
-1
/
+33
2018-11-28
can: xilinx: fix return type of ndo_start_xmit function
YueHaibing
1
-1
/
+1
2018-07-27
can: xilinx_can: add support for Xilinx CAN FD core
Anssi Hannula
1
-44
/
+259
2018-07-27
can: xilinx_can: refactor code in preparation for CAN FD support
Anssi Hannula
1
-88
/
+118
2018-07-27
can: xilinx_can: update stats.tx_bytes after transmission
Anssi Hannula
1
-4
/
+2
2018-07-27
can: xilinx_can: use can_change_state()
Anssi Hannula
1
-27
/
+7
2018-07-27
can: xilinx_can: only report warning and passive states on state changes
Anssi Hannula
1
-1
/
+2
2018-07-27
can: xilinx: fix xcan_start_xmit()'s return type
Luc Van Oostenryck
1
-2
/
+2
2018-07-23
can: xilinx_can: fix power management handling
Anssi Hannula
1
-41
/
+28
2018-07-23
can: xilinx_can: fix incorrect clear of non-processed interrupts
Anssi Hannula
1
-5
/
+5
2018-07-23
can: xilinx_can: fix RX overflow interrupt not being enabled
Anssi Hannula
1
-1
/
+1
2018-07-23
can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
Anssi Hannula
1
-16
/
+123
2018-07-23
can: xilinx_can: fix recovery from error states not being propagated
Anssi Hannula
1
-28
/
+127
2018-07-23
can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
Anssi Hannula
1
-13
/
+5
2018-07-23
can: xilinx_can: fix device dropping off bus on RX overrun
Anssi Hannula
1
-1
/
+0
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+3
2015-11-23
can: xilinx: Convert to runtime_pm
Kedareswara rao Appana
1
-75
/
+101
2015-11-23
can: remove obsolete assignment for CAN protocol error type
Oliver Hartkopp
1
-3
/
+1
2015-11-23
can: fix assignment of error location in CAN error messages
Oliver Hartkopp
1
-3
/
+2
2015-05-01
net: can: xilinx_can: fix extended frame handling
Jeppe Ledet-Pedersen
1
-3
/
+4
2015-03-17
can: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-18
can: xilinx_can: add .ndo_change_mtu function
Marc Kleine-Budde
1
-0
/
+1
2014-11-18
can: xilinx_can: fix comparison of unsigned variable
Sudip Mukherjee
1
-1
/
+2
2014-10-20
net: can: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-26
can: xilinx CAN controller support
Kedareswara rao Appana
1
-0
/
+1208