- 1c47fa6 can: dev: add a helper function to calculate the duration of one bit by Vincent Mailhol · 4 years, 4 months ago
- 0719631 can: dev: can_bus_off(): print scheduling of restart if activated by Marc Kleine-Budde · 4 years, 4 months ago
- f81eb48 can: dev: can_change_state(): print human readable state change messages by Marc Kleine-Budde · 4 years, 4 months ago
- 80a7181 can: dev: can_put_echo_skb(): propagate error in case of errors by Marc Kleine-Budde · 4 years, 4 months ago
- 87245f1 can: dev: can_put_echo_skb(): print number of echo_skb that is occupied by Marc Kleine-Budde · 4 years, 4 months ago
- ab02ad6 can: add missing attribute validation for termination by Jakub Kicinski · 4 years, 11 months ago
- 371fd7b can: dev: can_restart(): remove unused code by Gustavo A. R. Silva · 7 years ago
- db9ee38 can: dev: add missing of_node_put() after calling of_get_child_by_name() by Wen Yang · 5 years ago
- 44c4091 Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 5 years ago
- 8df9ffb can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_lists by Marc Kleine-Budde · 6 years ago
- ffd956e can: introduce CAN midlayer private and allocate it automatically by Marc Kleine-Budde · 6 years ago
- 13ecee7 can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_info by Marc Kleine-Budde · 5 years ago
- d36673f can: dev: can_dellink(): remove return at end of void function by Marc Kleine-Budde · 5 years ago
- f59d782 can: dev: can_restart(): convert NULL pointer check by Marc Kleine-Budde · 5 years ago
- d726c01 can: dev: remove unnecessary blank line by Marc Kleine-Budde · 5 years ago
- 39fe6fd can: dev: remove unnecessary parentheses by Marc Kleine-Budde · 5 years ago
- d7bda73 can: dev: avoid long lines by Marc Kleine-Budde · 5 years ago
- ee9a5f5 can: dev: convert block comments to network style comments by Marc Kleine-Budde · 5 years ago
- c638456 can: dev: call netif_carrier_off() in register_candev() by Rasmus Villemoes · 6 years ago
- 35e62ae treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344 by Thomas Gleixner · 6 years ago
- 7b12c81 can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it by Manfred Schlaegl · 6 years ago
- 7da11ba can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb by Marc Kleine-Budde · 6 years ago
- e7a6994 can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb is accessed out of bounds by Marc Kleine-Budde · 6 years ago
- 200f5c49 can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length by Marc Kleine-Budde · 6 years ago
- a4310fa can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb() by Marc Kleine-Budde · 6 years ago
- 0387090 can: dev: enable multi-queue for SocketCAN devices by Zhu Yi · 7 years ago
- 8551e71 can: dev: use skb_put_zero to simplfy code by YueHaibing · 7 years ago
- 71c23a8 can: dev: increase bus-off message severity by Jakob Unterwurzacher · 7 years ago
- 7d59773 can: migrate documentation to restructured text by Robert Schwebel · 7 years ago
- 2290aef can: dev: Add support for limiting configured bitrate by Franklin S Cooper Jr · 7 years ago
- a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
- ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
- 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
- 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
- ff3416f can: dev: make can_change_state() robust to be called with cf == NULL by Marc Kleine-Budde · 8 years ago
- 431af77 can: dev: add CAN interface API for fixed bitrates by Marc Kleine-Budde · 8 years ago
- c3606d4 can: dev: can_changelink: allow to set bitrate on devices not providing {data_,}bittiming_const by Marc Kleine-Budde · 8 years ago
- 12a6075 can: dev: add CAN interface termination API by Oliver Hartkopp · 8 years ago
- 9abefcb can: dev: fix deadlock reported after bus-off by Sergei Miroshnichenko · 8 years ago
- ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 25e1ed6 can: fix oops caused by wrong rtnl dellink usage by Oliver Hartkopp · 9 years ago
- bce271f can: fix handling of unmodifiable configuration options fix by Oliver Hartkopp · 9 years ago
- 7da29f9 can: dev: can-calc-bit-timing(): better sample point calculation by Marc Kleine-Budde · 9 years ago
- bb208f1 can: fix handling of unmodifiable configuration options by Oliver Hartkopp · 9 years ago
- 562b103 can: Use correct type in sizeof() in nla_put() by Marek Vasut · 9 years ago
- d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 10 years ago
- 36c0124 can: fix loss of CAN frames in raw_rcv by Oliver Hartkopp · 10 years ago
- 969439016 can: add missing initialisations in CAN related skbuffs by Oliver Hartkopp · 10 years ago
- 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 5b5ba2a can: dev: fix semicolon.cocci warnings by kbuild test robot · 10 years ago
- be38a6f can: move can_stats.bus_off++ from can_bus_off into can_change_state by Andri Yngvason · 10 years ago
- 9b1087a can: dev: fix crtlmode_supported check by Oliver Hartkopp · 10 years ago
- bac78aa can: dev: Consolidate and unify state change handling by Andri Yngvason · 10 years ago
- 67b5909 can: dev: fix typo CIA -> CiA, CAN in Automation by Roman Fietze · 10 years ago
- 5247a58 can: dev: avoid calling kfree_skb() from interrupt context by Thomas Körper · 10 years ago
- b25a437 can: dev: remove unused variable from can_calc_bittiming() function by Lad, Prabhakar · 10 years ago
- c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
- d482443 can: fix return value from can_get_bittiming() by Oliver Hartkopp · 11 years ago
- dd22586 can: add bittiming check at interface open for CAN FD by Oliver Hartkopp · 11 years ago
- bc05a89 can: allow to change the device mtu for CAN FD capable devices by Oliver Hartkopp · 11 years ago
- 9859ccd can: introduce the data bitrate configuration for CAN FD by Oliver Hartkopp · 11 years ago
- 08da7da can: provide a separate bittiming_const parameter to bittiming functions by Oliver Hartkopp · 11 years ago
- d5298df can: move sanity check for bitrate and tq into can_get_bittiming by Oliver Hartkopp · 11 years ago
- b30749f can: only send bitrate data via netlink when available by Oliver Hartkopp · 11 years ago
- a94bc9c can: preserve skbuff protocol in can_put_echo_skb by Oliver Hartkopp · 11 years ago
- 886ab57 Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
- cb2518c can: add ability to allocate CANFD frame in skb data by Stephane Grosjean · 11 years ago
- 0ae89be can: add destructor for self generated skbs by Oliver Hartkopp · 11 years ago
- 05780d9 can: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
- 49cb5c0 can: dev: sort can_changelink() by IFLA_CAN_* by Marc Kleine-Budde · 11 years ago
- 57a59b9 can: dev: sort can_fill_info() by IFLA_CAN_* by Marc Kleine-Budde · 11 years ago
- c13c64d can: dev: sort can_get_size() by IFLA_CAN_* by Marc Kleine-Budde · 11 years ago
- fe119a0 can: dev: fix nlmsg size calculation in can_get_size() by Marc Kleine-Budde · 11 years ago
- 2bf3440 can: rework skb reserved data handling by Oliver Hartkopp · 12 years ago
- 156c2bb can: add private data space for CAN sk_buffs by Oliver Hartkopp · 12 years ago
- a1ef7bd can: rename LED trigger name on netdev renames by Kurt Van Dijck · 12 years ago
- bf03a53 can: export a safe netdev_priv wrapper for candev by Kurt Van Dijck · 12 years ago
- ab48b03 can: Do not call dev_put if restart timer is running upon close by Alexander Stein · 12 years ago
- 77fc95a can: dev: fix sparse warning for can_restart by Marc Kleine-Budde · 13 years ago
- 1e0625f candev: add/update helpers for CAN FD by Oliver Hartkopp · 13 years ago
- 31e0e32 can: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
- aabdfd6 can: replace the dev_dbg/info/err/... with the new netdev_xxx macros by Wolfgang Grandegger · 13 years ago
- cf5046b can: dev: let can_get_echo_skb() return dlc of CAN frame by Marc Kleine-Budde · 13 years ago
- 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
- 2e11437 candev: allow SJW user setting for bittiming calculation by Oliver Hartkopp · 13 years ago
- 61463a3 can: make function can_get_bittiming static by Thadeu Lima de Souza Cascardo · 13 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 52c793f can: netlink support for bus-error reporting and counters by Wolfgang Grandegger · 15 years ago
- ad72c34 can: Proper ctrlmode handling for CAN devices by Christian Pellegrin · 15 years ago
- a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 55369c0 can: add the missing netlink get_xstats_size callback by Wolfgang Grandegger · 15 years ago
- d0e1e88 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 81adee4 net: Support specifying the network namespace upon device creation. by Eric W. Biederman · 15 years ago
- 53a0ef86 can: fix WARN_ON dump in net/core/rtnetlink.c:rtmsg_ifinfo() by Wolfgang Grandegger · 15 years ago
- 7b6856a0 can: provide library functions for skb allocation by Wolfgang Grandegger · 15 years ago
- a6e4bc5 can: make the number of echo skb's configurable by Wolfgang Grandegger · 15 years ago
- 39e3ab6 can: add can_free_echo_skb() for upcoming drivers by Wolfgang Grandegger · 15 years ago
- 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
- 993e6f2 can: fix oops caused by wrong rtnl newlink usage by Oliver Hartkopp · 15 years ago
- 1b0d922 can: switch carrier on if device was stopped while in bus-off state by Wolfgang Grandegger · 16 years ago