]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
2009-06-02 wolfdev: add can_get_echo_skb() for cleanup purposes
2009-06-02 wolfdev: Use minimal set of SYSFS flies for intelligent...
2009-06-02 wolfDriver for the esd PCI/331, CPCI/331 and PMC/331 cards
2009-05-05 hartkoppAdded slcand daemon contributed by Robert Haddon <rober...
2009-05-05 hartkoppAs the original code was already under GPL the addition...
2009-05-05 hartkoppAdded backport of slcan driver to kernel 2.4 tree.
2009-04-23 wolfDrivers for esd SJA1000 based PCI CAN cards
2009-04-16 hartkoppFor the Network Drop Monitor introduced in 2.6.30 by...
2009-04-16 hartkoppAdded commandline option '-r' to set the per-socket...
2009-04-06 hartkoppRemoved the limitation for the number of CAN filters...
2009-04-06 wolfAT91SAM9263 CAN driver taken from Marc's GIT repository
2009-04-06 hartkoppAdd functionality to
2009-04-03 hartkoppproc 2/2: remove struct proc_dir_entry::owner
2009-03-17 hartkoppAdded some more documentation.
2009-03-11 hartkoppAdded signal handler (from Andre Naujoks) and read...
2009-03-11 hartkoppAdded BCM receive functions 'R', 'F' and 'X'.
2009-03-01 hartkoppRemove some pointless conditionals before kfree_skb().
2009-02-27 wolfAdd missing SET_NETDEV_DEV() in SJA1000 OF platform...
2009-02-24 hartkoppAdded base patch for 2.6.28 patch generation with mkpatch.
2009-02-19 wolfSJA1000: remove dead code in sja1000.h
2009-02-18 wolfSJA1000: generic OF platform bus driver
2009-02-17 wolfSome minor beautifications of output messages
2009-02-17 wolfSJA1000: add missing netdev_ops support for > 2.6.29
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-15 wolfAdd missing CAN_DEBUG_DEVICES Kconfig entry
2009-02-15 hartkoppSpagetti code cleanup:
2009-02-15 wolfPrelimary quilt patch stack for including the device...
2009-02-15 wolfMSCAN-MPC5200: more style fixes and make MSCAN variant...
2009-02-15 wolfMSCAN: further cleanup, remove volatile and whitespace
2009-02-14 wolfSJA1000: more cleanup and use SJA1000_MAX_IRQ instead...
2009-02-14 wolfSJA1000: remove error message in ISR with shared interrupts
2009-02-14 wolfEnable device dev_dbg with CONFIG_CAN_DEBUG_DEVICES
2009-02-14 wolfMSCAN/MPC52xx: copyright note fixes and beautification
2009-02-14 wolfdev.c: cleanup and name changes and more doc
2009-02-14 wolfVarious fixes for dev.h
2009-02-14 wolfdrivers/net/can/Kconfig cleanup and beautification
2009-02-14 wolfdev: print useful error message if the bit-timing is...
2009-02-14 wolfMakefile.common: allow CONFIG_CAN_CALC_BITTIMING to...
2009-02-13 wolfmcp251x CAN driver: correctly initializes can error...
2009-02-13 wolfmcp251x CAN driver: fixes race condition on module...
2009-02-13 wolfmcp251x CAN driver: fix issue with RX getting stuck...
2009-02-06 hartkoppAdded CONFIG_CAN_CALC_BITTIMING to be defined by defaul...
2009-02-04 wolfMSCAN-MPC52XX: fix section mismatch and OF compatible...
2009-02-04 hartkoppAllow SLCAN RTR frames without data length code field.
2009-02-04 hartkoppSome more implementation to make it work with a certain...
2009-02-03 hartkoppUse rxbuf[] for acknowledges.
2009-02-03 hartkoppImplemented ACK/NACK replies for ASCII commands.
2009-02-03 hartkoppAdded timestamp handling with Z0 or Z1 command.
2009-02-02 hartkoppAdded ISO-TP burst mode for data transfers without...
2009-02-01 wolfMSCAN: cleanup unnecessary debug code
2009-02-01 wolfMSCAN: fix netdev napi name changes starting with 2...
2009-02-01 wolfsja1000_platform: fix coding style issues (long lines)
2009-02-01 wolfSJA1000: remove unnecessary debugging code
2009-02-01 wolfMake CAN bit-timing calculation configurable
2009-01-29 hartkoppFix 64bit issue in strtoul() usage reported by Kurt...
2009-01-29 hartkoppAdded 'U'pdate functionality to update the content...
2009-01-26 hartkoppUse ip(8) tool to create vcans.
2009-01-21 hartkoppUpdated to latest CAN core changes:
2009-01-21 hartkoppAdded local definition for ETH_P_CAN to compile the...
2009-01-21 hartkoppUpdated to latest CAN core changes:
2009-01-21 hartkoppAdd can_id/can_mask filter handling which is defined...
2009-01-21 hartkoppRemoved sanity check for received slcan ASCII data
2009-01-21 hartkoppRevert commit r910: "Added sanity check for received...
2009-01-20 hartkoppAdded sanity check for received slcan ASCII data.
2009-01-20 hartkoppAdded a proof of concept tool 'slcanpty' which
2009-01-20 wolfMSCAN-MPC52XX: re-write as proper OF driver (/arch...
2009-01-20 wolfMSCAN: don't use interrrupt sharing
2009-01-20 wolfMSCAN: netdev layer adaptions for 2.6.29
2009-01-20 wolfdev: add register_candev() and unregister_candev()
2009-01-16 hartkoppFix crash on re-attaching slcan netdevices ...
2009-01-15 hartkoppReverted the removal of dev->get_stats = can_get_stats...
2009-01-15 hartkoppAdded missing SET_NETDEV_DEV() that caused 2.6.29 to...
2009-01-15 hartkoppUpdate acces to netstats for 2.6.29
2009-01-14 hartkoppSince commit ca109491f612aab5c8152207631c0444f63da97f...
2009-01-14 hartkoppDue to the loopback functionality in can_send() we...
2009-01-13 hartkoppConsistencely allow '-?' to get a help text.
2009-01-08 hartkoppUse netdev_priv() as the element priv is no longer...
2009-01-07 hartkoppAdded some sample code to use CAN interfaces with PF_PA...
2009-01-06 hartkoppremove superflous parentheses.
2009-01-06 hartkoppOmit unneeded skb_clone() calls.
2009-01-06 hartkoppdisable default receive filter on the write-only bridge...
2009-01-02 hartkoppRemoved trailing whitepaces.
2008-12-29 hartkoppReverted re-arming the throttle handling by setting...
2008-12-28 hartkoppUpdated BCM to support hrtimers only run in hard_irq...
2008-12-25 hartkoppAdded new parameter (-q) to quit after n messages.
2008-12-25 hartkoppOnly print as much data[] as can_dlc defines.
2008-12-22 hartkoppAdded compilation error for accidently wrong code selec...
2008-12-22 hartkoppCleaned up the #ifdef KERNEL_VERSION hell:
2008-12-21 hartkoppCreated a copy of bcm.c for kernels below 2.6.22 (witho...
2008-12-19 hartkoppBackported fix for a race condition in bcm throttling.
2008-12-19 hartkoppSome cosmetics to be as near as possible to the mainlin...
2008-12-19 hartkoppBring 2.4 kernel tree up-to-date to the latest mainline...
2008-12-18 hartkoppvcan: convert to net_device_ops & whitespace fixes
2008-12-18 hartkoppcan: merge error paths
2008-12-08 hartkoppFix NULL pointer dereference as reported by Chris Dore:
2008-12-07 hartkoppFix data sizes for write() because the BCM looks on...
2008-12-06 hartkoppAdded CAN core filter test for the use in LTP.
next