index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
bfin_can.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: remove obsolete assignment for CAN protocol error type
Oliver Hartkopp
2015-11-23
1
-2
/
+0
*
can: bfin_can: don't touch skb after netif_rx()
Marc Kleine-Budde
2015-07-15
1
-4
/
+2
*
bfin_can: Merge header file from arch dependent location
Aaron Wu
2015-03-04
1
-1
/
+109
*
bfin_can: introduce ioremap to comply to archs with MMU
Aaron Wu
2015-03-04
1
-14
/
+8
*
bfin_can: rewrite the blackfin style of read/write to common ones
Aaron Wu
2015-03-04
1
-66
/
+60
*
can: move can_stats.bus_off++ from can_bus_off into can_change_state
Andri Yngvason
2015-01-20
1
-0
/
+1
*
net: can: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
can: Unify MTU settings for CAN interfaces
Oliver Hartkopp
2014-03-17
1
-0
/
+1
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
1
-1
/
+0
*
can: bfin_can: use dev_get_platdata()
Jingoo Han
2013-09-21
1
-1
/
+1
*
net: can: use platform_{get,set}_drvdata()
Jingoo Han
2013-06-03
1
-6
/
+4
*
can: bfin_can: declare locally used functions static
Marc Kleine-Budde
2013-03-27
1
-2
/
+2
*
can: remove __dev* attributes
Bill Pemberton
2012-12-03
1
-3
/
+3
*
can: bfin_can: add MODULE_ALIAS
Marc Kleine-Budde
2012-11-27
1
-0
/
+1
*
can: mark bittiming_const pointer in struct can_priv as const
Marc Kleine-Budde
2012-07-20
1
-1
/
+1
*
drivers: net: Remove casts to same type
Joe Perches
2012-06-06
1
-1
/
+1
*
can: replace the dev_dbg/info/err/... with the new netdev_xxx macros
Wolfgang Grandegger
2012-02-03
1
-13
/
+8
*
can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callback
Wolfgang Grandegger
2012-02-03
1
-0
/
+15
*
net/can: convert drivers/net/can/* to use module_platform_driver()
Axel Lin
2011-11-29
1
-11
/
+1
*
can: bfin_can: auto-calculate accessor sizes
Mike Frysinger
2011-06-27
1
-59
/
+59
*
can: bfin_can: simplify xmit id1 setup
Mike Frysinger
2011-06-27
1
-15
/
+6
*
net: trans_start cleanups
Eric Dumazet
2010-05-10
1
-2
/
+0
*
Fix some #includes in CAN drivers (rebased for net-next-2.6)
Hans J. Koch
2010-04-13
1
-1
/
+0
*
can: bfin_can: switch to common Blackfin can header
Mike Frysinger
2010-03-22
1
-90
/
+7
*
can: fix bfin_can build error after alloc_candev() change
Barry Song
2010-03-08
1
-1
/
+2
*
can: Proper ctrlmode handling for CAN devices
Christian Pellegrin
2010-01-15
1
-0
/
+1
*
can: Unify droping of invalid tx skbs and netdev stats
Oliver Hartkopp
2010-01-12
1
-0
/
+3
*
can: Fix data length code handling in rx path
Oliver Hartkopp
2009-12-13
1
-1
/
+1
*
can: add the driver for Analog Devices Blackfin on-chip CAN controllers
Barry Song
2009-12-11
1
-0
/
+783