]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
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.
2008-12-04 hartkoppFixed typo found by Simon Pasch:
2008-12-04 hartkoppSince rev872 the single CAN identifier filter lists...
2008-12-01 hartkoppchanged revision print at module startup to look like...
2008-12-01 hartkoppAdded spaces before the open brace '{' as required...
2008-12-01 hartkoppFix sloppy CAN_(EFF|RTR)_FLAG handling in can_filter...
2008-11-28 hartkoppFixed parse_canframe() with reordering the checks for...
2008-11-17 hartkoppAdded interface name to parameter list in first line.
2008-11-13 hartkoppFix MSCAN bit-timing problems due to improper tseg1_min...
2008-11-05 hartkoppAdded Id keyword propertiy on new files.
2008-11-05 hartkoppfixed typo.
2008-11-05 hartkoppAdded ISO 15765-2 CAN transport protocol for protocol...
2008-11-04 hartkoppReworked slcan_attach to give slcan setup values direct...
2008-11-04 hartkoppAdded MSG_PEEK test option '-p <number-of-peeks> .
2008-10-30 hartkopp[PATCH] SJA1000: ixxat_pci: fix the detection of the...
2008-10-29 hartkoppThis patch allows pcmcia subsystem >= 2.6.28
2008-10-29 hartkoppPrint non-data stuff (errors, warnings, hints) on stderr.
2008-10-29 hartkoppAdded support for swapped byte order representation.
2008-10-28 hartkoppAdded a file list and base patches to create a Kernel...
2008-10-28 hartkoppAdded missing include of linux/version.h
2008-10-28 hartkoppUpdated files list for mkpatch.
2008-10-27 hartkoppUpdated slcan.c following:
2008-10-24 hartkoppInstead of using own error or success codes, the PCMCIA...
2008-10-24 hartkoppInstead of using own error or success codes, the PCMCIA...
2008-10-24 hartkoppFixed double semi-colon typo.
2008-10-24 hartkoppThis patch adds hardware probe to mc251x driver.
2008-10-24 hartkoppThis patch ensures that can_calc_bittiming() returns...
2008-10-24 hartkoppthis patch corrects:
2008-10-23 hartkoppFixed typos that already had been fixed in mainline...
2008-10-23 hartkoppUnified double include defines check names in the platf...
2008-10-23 hartkoppMove sja1000 cdr and ocr defines into platform header...
2008-10-22 hartkoppAs previous commit. Did not save one file - sorry.
2008-10-22 hartkoppChanged default compile targets for out-of-tree compila...
2008-10-22 hartkoppMove platform header for mcp251x.c into platform directory.
2008-10-22 hartkoppFrom 0dcf8e2f6a5f453dca20b71aa146a28b470f4b07 Mon Sep...
2008-10-22 hartkoppRemove pcm027 driver (will be replaced by sja1000_platf...
2008-10-19 hartkoppThe callbacks in the struct can_priv used u32 for state...
2008-10-18 hartkoppThe macro definition DRV_NAME is used for regions ...
2008-10-18 hartkoppThis patch fixes suspend/resume for platforms that...
2008-10-16 hartkoppIf priv->do_get_state returns an error, nothing is...
2008-10-14 hartkoppApplied patch from Christian Pellegrin
2008-10-08 hartkoppFixed linux version code definition that confused the...
2008-10-07 hartkoppUse simple_stroul() and correct variable type instead...
2008-10-07 hartkoppAdded strict_strtoul() from linux-2.6.25/lib/vsprintf...
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 hartkoppdrop the do_set_bittiming hook in the softing driver.
2008-10-06 hartkoppChange can_set_bittiming() to allow
next