- 644d0a5 can: c_can: fix null-ptr-deref on ioctl() by Tong Zhang · 3 years, 5 months ago
- 387da6b can: c_can: cache frames to operate as a true FIFO by Dario Binacchi · 3 years, 7 months ago
- 28e86e9 can: c_can: support tx ring algorithm by Dario Binacchi · 3 years, 7 months ago
- a54cdbb can: c_can: exit c_can_do_tx() early if no frames have been sent by Dario Binacchi · 3 years, 7 months ago
- 5064e40 can: c_can: remove struct c_can_priv::priv field by Dario Binacchi · 3 years, 7 months ago
- 05cb2ba can: c_can: rename IF_RX -> IF_NAPI by Marc Kleine-Budde · 3 years, 6 months ago
- 236de85 can: c_can: c_can_do_tx(): fix typo in comment by Marc Kleine-Budde · 3 years, 7 months ago
- 2722ac9 can: c_can: add ethtool support by Dario Binacchi · 3 years, 9 months ago
- c7b0f68 can: c_can: remove unused variable struct c_can_priv::rxmasked by Dario Binacchi · 3 years, 10 months ago
- 8dc9875 can: c_can: remove unused enum BOSCH_C_CAN_PLATFORM by Marc Kleine-Budde · 6 years ago
- 132f2d4 can: c_can: add support to 64 message objects by Dario Binacchi · 4 years ago
- 13831ce can: c_can: prepare to up the message objects number by Dario Binacchi · 4 years ago
- fcbded0 can: c_can: use 32-bit write to set arbitration register by Dario Binacchi · 4 years ago
- eddf671 can: c_can: add a comment about IF_RX interface's use by Dario Binacchi · 4 years ago
- c8a6b44 can: c_can: fix indentation by Dario Binacchi · 4 years ago
- f65735c can: c_can: remove unused code by Dario Binacchi · 4 years ago
- dd47750 can: c_can: fix remaining checkpatch warnings by Marc Kleine-Budde · 4 years ago
- 995380f can: c_can: replace double assignments by two single ones by Marc Kleine-Budde · 4 years ago
- 0c1b013 can: c_can: fix print formating string by Marc Kleine-Budde · 4 years ago
- 2de0ea9 can: c_can: fix indention by Marc Kleine-Budde · 4 years ago
- beb7e88a can: c_can: remove unnecessary blank lines and add suggested ones by Marc Kleine-Budde · 4 years ago
- 172f6d3 can: c_can: convert block comments to network style comments by Marc Kleine-Budde · 4 years ago
- 6e2fe01 can: c_can: move runtime PM enable/disable to c_can_platform by Tong Zhang · 4 years ago
- 0429d6d can: c_can_pci: c_can_pci_remove(): fix use-after-free by Tong Zhang · 4 years ago
- 9420e1d can: dev: can_get_echo_skb(): extend to return can frame length by Marc Kleine-Budde · 4 years, 1 month ago
- 1dcb6e5 can: dev: can_put_echo_skb(): extend to handle frame_len by Vincent Mailhol · 4 years, 1 month ago
- 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- 44cef0c can: c_can: c_can_power_up(): fix error handling by Zhang Qilong · 4 years, 3 months ago
- c7b7496 can: replace can_dlc as variable/element for payload length by Oliver Hartkopp · 4 years, 3 months ago
- 69d98969 can: rename get_can_dlc() macro with can_cc_dlc2len() by Oliver Hartkopp · 4 years, 3 months ago
- 71e663c can: c_can: reg_map_{c,d}_can: mark as __maybe_unused by Marc Kleine-Budde · 4 years, 5 months ago
- 9d23a98 can: c_can: Remove unused inline function by YueHaibing · 4 years, 10 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 8 months ago
- e577ba7 can: c_can: c_can_plaform: fix checkpatch warnings by Marc Kleine-Budde · 5 years ago
- 6f12001 can: c_can: C_CAN: add bus recovery events by Jeroen Hofstee · 5 years ago
- 23c5a948 can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open by Jeroen Hofstee · 5 years ago
- 3cb3eaa can: c_can: c_can_poll(): only read status register after status IRQ by Kurt Van Dijck · 5 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- a4efd5d can: c_can_pci: make c_can_pci_data const by Bhumika Goyal · 8 years ago
- fb5f0b3 can: c_can: don't indicate triple sampling support for D_CAN by Richard Schütz · 7 years ago
- 7496bec can: constify platform_device_id by Arvind Yadav · 8 years ago
- 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
- c97c52b can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer by Einar Jón · 9 years ago
- 427460c can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone access by Thor Thayer · 9 years ago
- a2ec19f can: remove obsolete assignment for CAN protocol error type by Oliver Hartkopp · 9 years ago
- ffd461f can: fix assignment of error location in CAN error messages by Oliver Hartkopp · 9 years ago
- 0333651 can: c_can: Fix default pinmux glitch at init by J.D. Schroeder · 10 years ago
- 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 7ffd7b4 can: c_can: end pending transmission on network stop (ifdown) by Viktor Babrian · 10 years ago
- be38a6f can: move can_stats.bus_off++ from can_bus_off into can_change_state by Andri Yngvason · 10 years ago
- 47e3485 can: c_can: use regmap_update_bits() to modify RAMINIT register by Roger Quadros · 10 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- f2bf258 net: can: c_can: Add support for TI am4372 DCAN by Roger Quadros · 10 years ago
- c71d0b3 can: c_can: Add support for TI am3352 DCAN by Roger Quadros · 10 years ago
- 0f4da3a can: c_can: Add support for TI DRA7 DCAN by Roger Quadros · 10 years ago
- 3973c52 can: c_can: Disable pins when CAN interface is down by Roger Quadros · 10 years ago
- 0741bfb can: c_can: Add support for START pulse in RAMINIT sequence by Roger Quadros · 10 years ago
- 3ff9027 can: c_can: Add syscon/regmap RAMINIT mechanism by Roger Quadros · 10 years ago
- bbf9143 can: c_can: Add RAMINIT register information to driver data by Roger Quadros · 10 years ago
- 1515109 can: c_can: Introduce c_can_driver_data structure by Roger Quadros · 10 years ago
- e7e26bc can: c_can: Add timeout to c_can_hw_raminit_ti() by Roger Quadros · 10 years ago
- 3865fe2 net: can: c_can: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- a7380db can: c_can_platform: fix parameters of c_can_hw_raminit_ti() by Roger Quadros · 10 years ago
- f9474dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 37b75a3 can: c_can: checking IS_ERR() instead of NULL by Dan Carpenter · 11 years ago
- 4ade6fe net: can: use kbuild magic to inherit debug settings by Wolfram Sang · 11 years ago
- 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
- f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 33cf756 can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_resource() by George Cherian · 11 years ago
- c6bf7e5 can: c_can: convert to use devm * api by Lad, Prabhakar · 11 years ago
- 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- a9c6920 can: c_can: add hwinit support for non-TI devices by Pavel Machek · 11 years ago
- ccbc535 can: c_can: Add and make use of 32-bit accesses functions by Pavel Machek · 11 years ago
- e07e83a can: c_can: make {read,write}_reg functions const by Pavel Machek · 11 years ago
- 524369e can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig option by Oliver Hartkopp · 11 years ago
- 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- abcd7f7 can: c_can: Add support for eg20t (pch_can) by Alexander Stein · 11 years ago
- 78c181b can: c_can_pci: enable PCI bus master only for MSI by Wolfgang Grandegger · 11 years ago
- f323d7a1 can: c_can: use proper type for 'instance' by Wolfram Sang · 11 years ago
- 9394159 can: c_can: Speed up tx buffer invalidation by Thomas Gleixner · 11 years ago
- 35bdafb5 can: c_can: Remove tx locking by Thomas Gleixner · 11 years ago
- d48071b can: c_can: Use proper u32 variables in c_can_write_msg_object() by Thomas Gleixner · 11 years ago
- 23ef0a8 can: c_can: Cleanup c_can_write_msg_object() by Thomas Gleixner · 11 years ago
- 7af2863 can: c_can: Cleanup c_can_msg_obj_put/get() by Thomas Gleixner · 11 years ago
- b07faaa can: c_can: Cleanup c_can_inval_msg_object() by Thomas Gleixner · 11 years ago
- 8ff2de0 can: c_can: Cleanup setup of receive buffers by Thomas Gleixner · 11 years ago
- 4fb6dcc can: c_can: Cleanup c_can_read_msg_object() by Thomas Gleixner · 11 years ago
- 2d5f4f8 can: c_can: Cleanup irq enable/disable by Thomas Gleixner · 11 years ago
- d61d09d can: c_can: Work around C_CAN RX wreckage by Thomas Gleixner · 11 years ago
- 2b9aecd can: c_can: Disable rx split as workaround by Thomas Gleixner · 11 years ago
- fa39b54 can: c_can: Get rid of pointless interrupts by Thomas Gleixner · 11 years ago
- b9011aa can: c_can: Avoid status register update for D_CAN by Thomas Gleixner · 11 years ago
- 6b48ff8 can: c_can: Simplify buffer reenabling by Thomas Gleixner · 11 years ago
- 1da394d can: c_can: Always update error stats by Thomas Gleixner · 11 years ago
- 097aec1 can: c_can: Fix berr reporting by Thomas Gleixner · 11 years ago
- f058d54 can: c_can: Handle state change correctly by Thomas Gleixner · 11 years ago
- 9c64863 can: c_can: Do not access skb after net_receive_skb() by Thomas Gleixner · 11 years ago
- ef1d2e2 can: c_can: Make bus off interrupt disable logic work by Thomas Gleixner · 11 years ago
- bed11db can: c_can: Fix startup logic by Thomas Gleixner · 11 years ago