]> rtime.felk.cvut.cz Git - socketcan-devel.git/shortlog
socketcan-devel.git
2007-11-16 thuermannUpdate patch series to r560.
2007-11-16 thuermannRemove trailing white-space.
2007-11-16 thuermannUpdate version string.
2007-11-16 hartkoppUse of setup_timer().
2007-11-16 hartkoppUse of mod_timer() instead of delete_timer() / add_timer()
2007-11-16 thuermannUse NETDEV_TX_OK instead 0 for return value.
2007-11-16 thuermannWhite-space: break a long line.
2007-11-16 thuermannAdd can_ prefix to some global variables.
2007-11-16 hartkoppMade non static rx_dev_list namespace safe -> can_rx_de...
2007-11-16 hartkoppFixed missed initialisation of non static value which...
2007-11-16 hartkoppMoved init_timer() and add_timer() for timer setup to
2007-11-15 hartkoppSome more cosmetics in comments.
2007-11-15 hartkoppCosmetics.
2007-11-15 thuermannOops, Kconfig got lost in the last commit.
2007-11-15 thuermannRemove debug code completely to stop endless discussion...
2007-11-15 hartkoppDue to discussions on netdev ML the CAN core debugging...
2007-11-15 thuermannChange DBG macros to use do-while(0).
2007-11-14 hartkoppRemoved obsolete code for software netdevices.
2007-11-14 thuermannRebase patch series to net-2.6.25 and update to r542.
2007-11-07 thuermannRename some variables for readability.
2007-11-07 hartkoppAdded install target.
2007-11-05 hartkoppround_jiffies() has been introduced in 2.6.20.
2007-11-05 hartkoppskb_reset_*_header(skb) has been introduced in 2.6.22.
2007-11-03 hartkoppThe sk_alloc() function call has two changes in 2.6.24:
2007-11-03 hartkoppAdded include of linux/version.h .
2007-10-28 hartkoppAdded simple test programm for remote BCM access.
2007-10-27 hartkoppNew version 20071027.
2007-10-27 hartkoppAdded some Kernel version depended stuff for 2.6.24
2007-10-27 hartkoppRemoved the compiler warning:
2007-10-22 thuermannUse sock_alloc_send_skb() instead of alloc_skb() to...
2007-10-19 hartkoppnuke SET_MODULE_OWNER() macro which is a nop in Kernel...
2007-10-19 hartkoppThe definition of IFF_ECHO is part of the socketcan...
2007-10-18 hartkoppReverted the changes from r528 as 'ret' was set every...
2007-10-17 thuermannAdd comment, minor cleanup.
2007-10-17 hartkoppNew Version 20071016.
2007-10-17 hartkoppFixed possible NULL dereferencing in the failure of...
2007-10-13 hartkoppSet skb's network- and transport-header to a reasonable...
2007-10-07 hartkoppFixed checking of CAN interface name commandline parameter.
2007-10-05 thuermannUpdate patch series for net-2.6.24 to r522.
2007-10-05 thuermannMinor changes: Typos, comments, docs.
2007-10-04 thuermannAdd a ":" in debug output.
2007-10-04 thuermannRemove unnecessary includes of poll.h.
2007-10-04 hartkoppNew Version 20071004.
2007-10-04 hartkoppremoved obsolete local *_poll functions and used datagr...
2007-10-04 hartkoppuse of module_param_named to have a separate vcan_debug...
2007-10-04 hartkoppReduced multiple definitions for CAN-Ids used by transp...
2007-10-02 hartkoppMade the boolean module_param 'echo' a 'bool' value.
2007-10-02 thuermannFix a typo.
2007-10-02 thuermannRebase patch series to latest net-2.6.24.
2007-10-02 thuermannUpdate patch-series for net-2.6.24 to r511.
2007-10-01 thuermannMinor documentation changes.
2007-10-01 hartkoppNew Version 20071001.
2007-10-01 hartkoppUpdated documentation (IFF_ECHO, ccan driver, cosmetics).
2007-10-01 hartkoppReverted most of the changes since r500 except the...
2007-09-30 hartkoppNew Version 20070930.
2007-09-30 hartkoppUpdated documentation from loopback to echo.
2007-09-30 hartkoppChanged loppback to echo namings.
2007-09-30 hartkoppChanged module parameter and it's variable from loopbac...
2007-09-30 hartkoppChanged loopback comments.
2007-09-30 hartkoppFixed missing renaming of CAN_RAW_LOOPBACK in kernel...
2007-09-30 hartkoppChanged loopback to echo in CAN RAW sockets. The binary...
2007-09-30 hartkoppChanged variables and comments from loopback to echo.
2007-09-30 hartkoppAdded patch basefile to create patched for the current...
2007-09-30 hartkoppIntroduced new interface flags IFF_ECHO which is to...
2007-09-29 hartkoppReverted the introduction of -DCONFIG_CAN_DEBUG_CORE...
2007-09-27 hartkoppFixed contradiction in Sourcecode discalimer.
2007-09-25 thuermannChanges suggested by Arnaldo Carvalho de Melo:
2007-09-25 thuermannUpdate patch-series for net-2.6.24 to revision 493
2007-09-25 thuermannRemove dynamically allocated buffer for debug output.
2007-09-25 thuermannMinor optimization.
2007-09-24 hartkoppRemoved obsolete #define's CONFIG_CAN_RAW_USER and...
2007-09-24 hartkoppRemoved capability defines.
2007-09-23 hartkoppRemoved CAN_RAW_USER and CAN_BCM_USER Kconfig options...
2007-09-21 hartkoppUpdate outdated comment.
2007-09-20 thuermannUpdate patch-series for net-2.6.24 to revision 484
2007-09-20 hartkoppUpdated documentation analogue to SVN r479 log:
2007-09-20 hartkoppAdded missing overflow check for stats.tx_frames.
2007-09-20 thuermannUpdate version number.
2007-09-20 thuermannAdd lock for proto_tab[] access.
2007-09-20 thuermannMore changes after review from Patrick McHardy
2007-09-20 hartkoppIntroduced error handling in the case of can_rx_registe...
2007-09-20 hartkoppFixed error handling in the case of can_rx_register...
2007-09-19 hartkoppRemoved "VAG Bedien- und Anzeigeprotokoll" from the...
2007-09-19 thuermannAdd comment on return value of can_send().
2007-09-19 hartkoppAdded return values to be sent to the user in the case...
2007-09-19 hartkoppUpdated function prototypes.
2007-09-19 thuermannChange can_proto_unregister() and can_rx_unregister...
2007-09-19 thuermannSome changes suggested by Patrick McHardy:
2007-09-19 thuermannA couple of changes, mostly suggested by Patrick McHardy:
2007-09-19 thuermannFix some more typos and white-space.
2007-09-18 hartkoppUpdated to new netdev stats handling in Kernel 2.6...
2007-09-17 thuermannUpdate patch series to revision 469.
2007-09-17 thuermannFix typos pointed out by Randy Dunlap on linux-netdev ML.
2007-09-17 thuermannUpdate patch series to revision 466.
2007-09-17 thuermannAdd attribution to Patrick in patch series intro text
2007-09-17 thuermannCleanup LINUX_VERSION_CODE kludge.
2007-09-17 thuermannAdd support for #elif.
2007-09-16 hartkoppNew Version 20070916
2007-09-16 hartkoppRemoved SET_MODULE_OWNER() macros for Kernel 2.6.24...
2007-09-16 hartkoppRemoved SET_MODULE_OWNER() macros for Kernel 2.6.24...
next