Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fb16007bf0586c2fca375bb04e8066e493bd6856
/
drivers
/
net
/
can
/
dev.c
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
· 9 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
· 10 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
7b6856a
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
· 15 years ago
b3d0df7
can: restart device even if dev_alloc_skb() fails
by Wolfgang Grandegger
· 15 years ago
128ced8
can: some fixes and cleanups to the initial device driver interface
by Wolfgang Grandegger
· 16 years ago
39549ee
can: CAN Network device driver and Netlink interface
by Wolfgang Grandegger
· 16 years ago