]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel
Add kernel version depency for Kernel 3.1.x which extended __rtnl_register().
[socketcan-devel.git] / kernel /
2011-09-01 hartkoppAdd kernel version depency for Kernel 3.1.x which exten...
2011-09-01 hartkoppAdded missing inclusion of linux/types.h
2011-09-01 hartkoppBeautify check for valid CAN netdevices.
2011-09-01 hartkoppFix whitespace issues remarked by checkpatch.pl
2011-08-31 hartkoppAs we're using skb_mac_header() functions which rely...
2011-08-31 hartkoppUpdate copyright date for first mainline attempt.
2011-06-29 hartkoppThe two options "CAN bit-timing calculation" and
2011-06-26 hartkoppminor doc changes ... tbc
2011-06-10 hartkoppdocumentation: rework chapter numbering & references
2011-06-02 hartkoppnet: convert %p usage to %pK
2011-05-21 hartkoppcan: avoids a false warning
2011-05-05 hartkoppcan: rename can_try_module_get to can_get_proto
2011-05-05 hartkoppcan: make struct can_proto const
2011-05-03 hartkoppnet: check the length of the socket address passed...
2011-04-20 hartkoppcan: add missing socket check in {raw|bcm|isotp}_releas...
2011-04-19 hartkoppFix common misspellings
2011-04-19 hartkoppcan: convert protocol handling to RCU
2011-04-19 hartkoppcan: make struct proto const
2011-04-19 hartkoppcan: test size of struct sockaddr in sendmsg
2011-02-03 hartkoppslcan: fix referenced website in Kconfig help text
2011-01-01 hartkoppcan-bcm: Use inode instead of kernel address for /proc...
2010-12-12 hartkoppCleanup of default target configs in Makefiles.
2010-12-09 hartkoppcangw: Do not use skb->sk to detect already routed...
2010-12-09 hartkoppslcan: Add missing linux/sched.h include.
2010-12-06 hartkoppskb->sk is used in dev_pick_tx() which is called from...
2010-12-05 hartkoppRTNL is used as a global lock for all changes to networ...
2010-11-30 hartkoppcapabilities have been dropped in 2.6.33
2010-11-29 hartkoppslcan: Fix whitespace issues for mainline.
2010-11-29 hartkoppKconfig: Remove trailing whitespace.
2010-11-29 hartkoppUpdated slcan Kconfig entry for mainlining.
2010-11-23 hartkoppAdded missing #include redirections.
2010-11-22 hartkoppAdded new documentation layout contributed by Daniele...
2010-11-18 hartkoppslcan: let network statistic handling look like in...
2010-11-18 hartkoppslcan: clean up #includes
2010-11-18 hartkoppslcan: This commit reverts commit rev1171 that has...
2010-11-18 hartkoppMostly cosmetic changes to make the code look similar...
2010-11-17 hartkoppslcan: Remove unused debug stuff.
2010-11-17 hartkoppslcan: Change copyright/module author according to...
2010-11-17 hartkoppslcan: Create netdevice names 'slcan%d' instead of...
2010-11-17 hartkoppslcan: Revert SVN commit r1170 (SWTC char hack), as...
2010-11-15 hartkoppisotp: the timestamp for rx stmin enforcement was reset...
2010-11-14 hartkoppAdded new socketoptions to force the isotp protocol...
2010-11-13 hartkoppcan-bcm: fix minor heap overflow
2010-10-22 hartkoppcan-raw: add msg_flags to distinguish local traffic
2010-09-30 hartkoppAdded information how to obtain timestamps as suggested by
2010-08-13 hartkoppcan: add limit for nframes and clean up signed/unsigned...
2010-06-22 hartkoppAdded PCI device ID for the PCAN Express Card hardware.
2010-05-19 hartkoppMake protected command register access CONFIG_SMP uncon...
2010-05-17 hartkoppFix writes to the SJA1000 command register on SMP systems.
2010-04-18 hartkoppThe cleanup of slc_alloc() integrated in SVN Rev1095...
2010-04-16 hartkoppAdded possibility to force the slcan driver to use...
2010-04-16 hartkoppThere is no reason why the 'real' SLCAN interfaces...
2010-04-16 hartkoppAs Stephen Hellriegel pointed out in
2010-04-16 hartkoppAdded CRC8 profiles to handle additional data for check...
2010-04-12 hartkoppAdded checksum functionality and some documentation...
2010-04-10 hartkoppComplete rework of CAN netlink gateway.
2010-03-25 hartkoppThese issues have been solved already
2010-03-12 hartkoppReduce codesize by using a macro.
2010-03-05 wolfat91_can: sync with mainline kernel version (minor...
2010-03-05 wolfmscan: sync with mainline kernel version (minor issues)
2010-03-05 wolfsja1000: sync with mainline kernel version (minor issues)
2010-03-05 wolfsja1000: some minor white space fixes
2010-03-05 wolfdrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2010-03-05 wolfplx_pci: fix white space issue with KERNEL_VERSION...
2010-03-05 wolfcan: netlink support for bus-error reporting and counters
2010-02-28 hartkoppAdded two missing kernel version depencies.
2010-02-27 hartkoppDeclare local modification functions as static.
2010-02-25 hartkoppsofting_cs: fix for net-next-2.6 (2.6.33+)
2010-02-25 hartkoppcan: mscan-mpc5xxx: fix broken support for the MPC5200
2010-02-23 hartkoppAdded funtionality to flush all GW jobs in one netlink...
2010-02-23 hartkoppAdded Kconfig entry for the CAN Gateway/Router.
2010-02-22 hartkoppAdded missing include for rcu hlist.
2010-02-22 hartkoppAdded feature to list created gateway jobs.
2010-02-20 hartkoppMoved kernel parsing of netlink attributes into can_can...
2010-02-20 hartkoppCopy the struct members separately to ensure that no...
2010-02-19 wolfems_pcmcia: Fix compiler errors with recent net-next-2.6
2010-02-19 hartkoppConsistently rename LOOPBACK to ECHO to meet IFF_ECHO...
2010-02-19 hartkoppAdded include for gw.h to be accessed by can-utils.
2010-02-19 hartkoppdoc fix. Struct can_filter is only 8 bytes long.
2010-02-19 hartkoppGrrr. Fixed previous commit which was using the wrong...
2010-02-19 hartkoppAdded flag to preserve the timestamp from the source...
2010-02-19 hartkoppSwapped the parameters inside the modifier attribute...
2010-02-18 hartkoppCorrect frame counter in gw_rcv.
2010-02-18 hartkoppAdded netlink powered CAN gateway functionality with...
2010-02-15 wolfesd_usb2: fix compile warnings with 2.6.32
2010-02-11 wolfplx_pci: sync with net-next-2.6
2010-02-10 wolfesd_pci331: fix 64bit compiler warning
2010-02-05 wolfcan: Proper ctrlmode handling for CAN devices
2010-02-03 hartkoppThe hlist content ensured only CAN netdevices to be...
2010-01-30 wolfmcp251x: misc bugfixes
2010-01-25 wolfsja1000: Driver for some PLX PCI bridge + sja1000 CAN...
2010-01-24 hartkoppConsistently clean up the reference dev->ml_priv when...
2010-01-23 hartkoppSince 2.6.26 a new "midlevel private" ml_priv pointer...
2010-01-23 hartkoppAdded 2.6.33 compatibility due to:
2010-01-23 hartkoppFix rcu handling by removing nested rcu locks.
2010-01-14 wolfSupport for the esd USB2 CAN interface
2010-01-12 hartkoppTo prevent the CAN drivers to operate on invalid socket...
2010-01-12 wolfesd_pci331: fix sending erroneous frames when loopback...
2010-01-10 wolfmscan-mpc5xxx: add missing include for clk functions...
2010-01-09 wolfpowerpc/mpc5xxx: add OF platform binding doc for FSL...
next