]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel
The cleanup of slc_alloc() integrated in SVN Rev1095 based on upstream commit
[socketcan-devel.git] / kernel /
2009-08-27 hartkoppUpdated Kconfig.kernel to latest mainline version.
2009-08-26 hartkoppcan: Use WARN_ONCE() instead of BUG_ON() for sanity...
2009-08-21 hartkoppmerged branches/netlink in rev. 1037 back to trunk.
2009-07-20 hartkoppnet/can bugfix: use after free bug in can protocol...
2009-07-20 hartkoppnet/can: add module alias to can protocol drivers
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 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-06 wolfAT91SAM9263 CAN driver taken from Marc's GIT repository
2009-04-03 hartkoppproc 2/2: remove struct proc_dir_entry::owner
2009-03-01 hartkoppRemove some pointless conditionals before kfree_skb().
2009-02-27 wolfAdd missing SET_NETDEV_DEV() in SJA1000 OF platform...
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 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-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-21 hartkoppUpdated to latest CAN core changes:
2009-01-21 hartkoppUpdated to latest CAN core changes:
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 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-08 hartkoppUse netdev_priv() as the element priv is no longer...
2009-01-06 hartkoppremove superflous parentheses.
2009-01-06 hartkoppOmit unneeded skb_clone() calls.
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-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-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-13 hartkoppFix MSCAN bit-timing problems due to improper tseg1_min...
2008-11-05 hartkoppAdded Id keyword propertiy on new files.
2008-11-05 hartkoppAdded ISO 15765-2 CAN transport protocol for protocol...
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-28 hartkoppAdded missing include of linux/version.h
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.
next