]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/drivers/net/can/dev.c
candev: allow SJW user setting for bittiming calculation
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can / dev.c
2011-09-30 hartkoppcandev: allow SJW user setting for bittiming calculation
2010-03-05 wolfcan: netlink support for bus-error reporting and counters
2010-02-05 wolfcan: Proper ctrlmode handling for CAN devices
2009-11-21 wolfnet: Support specifying the network namespace upon...
2009-11-16 wolfcan: add the missing netlink get_xstats_size callback
2009-11-08 wolfcan: fix WARN_ON dump in net/core/rtnetlink.c:rtmsg_ifi...
2009-10-07 wolfcan: provide library functions for skb allocation
2009-09-23 hartkoppFix kernel version depency from commit rev 1060
2009-09-22 wolfcan: make the number of echo skb's configurable
2009-09-18 wolfcan: Handle netdev->last_rx and netdev_tx_t properly...
2009-08-31 hartkopprevert code movement from previous commit.
2009-08-31 hartkoppUpdate minor changes from mainline, e.g.
2009-08-21 hartkoppmerged branches/netlink in rev. 1037 back to trunk.
2009-06-02 wolfdev: add can_get_echo_skb() for cleanup purposes
2009-02-17 wolfUse EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL for...
2009-02-17 wolfUse type u64 instead of uint64_t as suggested by Sam
2009-02-17 wolfMake CONFIG_CAN_DEV depend on SYSFS
2009-02-17 wolfFix warnings reported by make sparse
2009-02-14 wolfEnable device dev_dbg with CONFIG_CAN_DEBUG_DEVICES
2009-02-14 wolfdev.c: cleanup and name changes and more doc
2009-02-14 wolfdev: print useful error message if the bit-timing is...
2009-02-01 wolfMake CAN bit-timing calculation configurable
2009-01-20 wolfdev: add register_candev() and unregister_candev()
2009-01-15 hartkoppReverted the removal of dev->get_stats = can_get_stats...
2009-01-15 hartkoppUpdate acces to netstats for 2.6.29
2008-10-24 hartkoppThis patch ensures that can_calc_bittiming() returns...
2008-10-07 hartkoppThe semantic of netdev_priv() changed in 2.6.27.
2008-10-07 wolfFix problems with calculating bit-timing parameters
2008-10-06 hartkoppChange can_set_bittiming() to allow
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-06-23 hartkoppRemoved module revision dates due to discussion on...
2008-06-20 hartkoppAdded kernel log output on module start.
2008-06-11 wolfDevice interface coding style cleanup (dev.c, dev.h)
2008-06-10 hartkoppMove can-dev.ko CAN driver library to drivers/net/can/*