index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-22
can: dev: fix deadlock reported after bus-off
Sergei Miroshnichenko
1
-10
/
+17
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+9
2016-06-23
can: fix oops caused by wrong rtnl dellink usage
Oliver Hartkopp
1
-0
/
+6
2016-06-23
can: fix handling of unmodifiable configuration options fix
Oliver Hartkopp
1
-0
/
+3
2016-06-17
can: dev: can-calc-bit-timing(): better sample point calculation
Marc Kleine-Budde
1
-55
/
+85
2016-05-09
can: fix handling of unmodifiable configuration options
Oliver Hartkopp
1
-4
/
+52
2015-10-30
can: Use correct type in sizeof() in nla_put()
Marek Vasut
1
-1
/
+1
2015-07-12
can: replace timestamp as unique skb attribute
Oliver Hartkopp
1
-5
/
+2
2015-06-21
can: fix loss of CAN frames in raw_rcv
Oliver Hartkopp
1
-0
/
+5
2015-03-09
can: add missing initialisations in CAN related skbuffs
Oliver Hartkopp
1
-0
/
+8
2015-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+6
2015-01-22
can: dev: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2015-01-20
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
1
-1
/
+2
2015-01-15
can: dev: fix crtlmode_supported check
Oliver Hartkopp
1
-2
/
+6
2014-12-07
can: dev: Consolidate and unify state change handling
Andri Yngvason
1
-0
/
+78
2014-11-18
can: dev: fix typo CIA -> CiA, CAN in Automation
Roman Fietze
1
-1
/
+1
2014-11-18
can: dev: avoid calling kfree_skb() from interrupt context
Thomas Körper
1
-1
/
+1
2014-08-18
can: dev: remove unused variable from can_calc_bittiming() function
Lad, Prabhakar
1
-2
/
+1
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+1
2014-04-25
can: fix return value from can_get_bittiming()
Oliver Hartkopp
1
-1
/
+1
2014-03-07
can: add bittiming check at interface open for CAN FD
Oliver Hartkopp
1
-0
/
+8
2014-03-07
can: allow to change the device mtu for CAN FD capable devices
Oliver Hartkopp
1
-0
/
+39
2014-03-07
can: introduce the data bitrate configuration for CAN FD
Oliver Hartkopp
1
-1
/
+44
2014-03-07
can: provide a separate bittiming_const parameter to bittiming functions
Oliver Hartkopp
1
-18
/
+13
2014-03-07
can: move sanity check for bitrate and tq into can_get_bittiming
Oliver Hartkopp
1
-14
/
+15
2014-03-07
can: only send bitrate data via netlink when available
Oliver Hartkopp
1
-4
/
+6
2014-03-07
can: preserve skbuff protocol in can_put_echo_skb
Oliver Hartkopp
1
-2
/
+3
2014-02-14
Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can...
David S. Miller
1
-0
/
+24
2014-02-04
can: add ability to allocate CANFD frame in skb data
Stephane Grosjean
1
-0
/
+24
2014-01-31
can: add destructor for self generated skbs
Oliver Hartkopp
1
-12
/
+3
2013-12-17
can: Fix FSF address in file headers
Jeff Kirsher
1
-2
/
+1
2013-10-31
can: dev: sort can_changelink() by IFLA_CAN_*
Marc Kleine-Budde
1
-13
/
+13
2013-10-31
can: dev: sort can_fill_info() by IFLA_CAN_*
Marc Kleine-Budde
1
-12
/
+9
2013-10-31
can: dev: sort can_get_size() by IFLA_CAN_*
Marc Kleine-Budde
1
-10
/
+10
2013-10-07
can: dev: fix nlmsg size calculation in can_get_size()
Marc Kleine-Budde
1
-5
/
+5
2013-01-29
can: rework skb reserved data handling
Oliver Hartkopp
1
-2
/
+2
2013-01-26
can: add private data space for CAN sk_buffs
Oliver Hartkopp
1
-1
/
+7
2013-01-26
can: rename LED trigger name on netdev renames
Kurt Van Dijck
1
-0
/
+5
2013-01-26
can: export a safe netdev_priv wrapper for candev
Kurt Van Dijck
1
-0
/
+13
2012-11-29
can: Do not call dev_put if restart timer is running upon close
Alexander Stein
1
-2
/
+1
2012-07-02
can: dev: fix sparse warning for can_restart
Marc Kleine-Budde
1
-1
/
+1
2012-06-19
candev: add/update helpers for CAN FD
Oliver Hartkopp
1
-1
/
+34
2012-04-02
can: Stop using NLA_PUT*().
David S. Miller
1
-15
/
+16
2012-02-03
can: replace the dev_dbg/info/err/... with the new netdev_xxx macros
Wolfgang Grandegger
1
-12
/
+11
2012-02-03
can: dev: let can_get_echo_skb() return dlc of CAN frame
Marc Kleine-Budde
1
-1
/
+9
2011-11-17
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
1
-1
/
+1
2011-09-28
candev: allow SJW user setting for bittiming calculation
Oliver Hartkopp
1
-1
/
+13
2011-07-22
can: make function can_get_bittiming static
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
can: netlink support for bus-error reporting and counters
Wolfgang Grandegger
1
-0
/
+6
[next]