index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
xilinx_can.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
1
-1
/
+1
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
1
-0
/
+6
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
1
-0
/
+1
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-07-04
Revert "can: xilinx_can: Limit CANFD brp to 2"
Srinivas Neeli
1
-2
/
+2
2022-06-11
can: xilinx_can: fix typo prescalar -> prescaler
Marc Kleine-Budde
1
-3
/
+3
2022-06-11
can: xilinx_can: add Transmitter Delay Compensation (TDC) feature support
Srinivas Neeli
1
-5
/
+61
2022-05-19
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
1
-9
/
+1
2022-05-19
can: can-dev: move to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+1
2022-04-19
can: xilinx_can: mark bit timing constants as const
Marc Kleine-Budde
1
-2
/
+2
2022-02-24
can: xilinx_can: Add check for NAPI Poll function
Srinivas Neeli
1
-4
/
+5
2022-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2022-01-09
can: xilinx_can: xcan_probe(): check for error irq
Jiasheng Jiang
1
-1
/
+6
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
1
-3
/
+7
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
1
-8
/
+1
2021-10-24
can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()
Dongliang Mu
1
-2
/
+0
2021-10-24
can: xilinx_can: remove repeated word from the kernel-doc
Michal Simek
1
-3
/
+2
2021-03-30
can: xilinx_can: Simplify code by using dev_err_probe()
Michal Simek
1
-6
/
+4
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-1
/
+1
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
1
-2
/
+2
2020-11-20
can: rename CAN FD related can_len2dlc and can_dlc2len helpers
Oliver Hartkopp
1
-2
/
+2
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
1
-5
/
+5
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
1
-2
/
+2
2020-11-04
can: xilinx_can: handle failure cases of pm_runtime_get_sync
Navid Emamdoost
1
-3
/
+3
2020-10-08
can: xilinx_can: Fix incorrect variable and initialize with a default value
Srinivas Neeli
1
-2
/
+2
2020-10-08
can: xilinx_can: Check return value of set_reset_mode
Srinivas Neeli
1
-1
/
+5
2020-10-08
can: xilinx_can: Limit CANFD brp to 2
Srinivas Neeli
1
-2
/
+2
2020-09-21
can: drivers: fix spelling mistakes
Marc Kleine-Budde
1
-1
/
+1
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-08
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
[next]