| Commit message (Expand) | Author | Age | Files | Lines |
* | can: peak_usb: PCAN-USB specific part: fix little endian usage | Stephane Grosjean | 2012-03-07 | 1 | -4/+2 |
* | can: usb: PEAK-System Technik PCAN-USB Pro specific part | Stephane Grosjean | 2012-03-03 | 3 | -1/+1215 |
* | can: usb: PEAK-System Technik PCAN-USB specific part | Stephane Grosjean | 2012-03-03 | 2 | -1/+902 |
* | can: usb: PEAK-System Technik USB adapters driver core | Stephane Grosjean | 2012-03-03 | 5 | -0/+1106 |
* | can: sja1000: add support for PEAK-System PCMCIA card | Stephane Grosjean | 2012-03-03 | 3 | -0/+763 |
* | can: peak_pci: add support of some new PEAK-System PCI cards | Stephane Grosjean | 2012-03-03 | 2 | -17/+506 |
* | can: cc770: linux/can/dev.h included twice | Danny Kukawka | 2012-03-03 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-27 | 1 | -1/+12 |
|\ |
|
| * | can: sja1000: fix isr hang when hw is unplugged under load | Oliver Hartkopp | 2012-02-20 | 1 | -1/+12 |
* | | Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next | David S. Miller | 2012-02-04 | 13 | -147/+191 |
|\ \ |
|
| * | | can: replace the dev_dbg/info/err/... with the new netdev_xxx macros | Wolfgang Grandegger | 2012-02-03 | 9 | -128/+103 |
| * | | can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callback | Wolfgang Grandegger | 2012-02-03 | 3 | -1/+42 |
| * | | can: Kconfig: add more information about Intel EG20T PCH CAN controller | Tomoya MORINAGA | 2012-02-03 | 1 | -3/+3 |
| * | | can: pch_can: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor | Tomoya MORINAGA | 2012-02-03 | 1 | -1/+1 |
| * | | can: plx_pci: add support for IXXAT PCI cards | James Kime | 2012-02-03 | 2 | -1/+22 |
| * | | can: ems_usb: Improved memory handling on ems_usb_start | Sebastian Haas | 2012-02-03 | 1 | -2/+4 |
| * | | can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACK | Reuben Dowle | 2012-02-03 | 1 | -10/+7 |
| * | | can: dev: let can_get_echo_skb() return dlc of CAN frame | Marc Kleine-Budde | 2012-02-03 | 1 | -1/+9 |
| * | | can: ems_usb: Removed double netif_device_detach | Sebastian Haas | 2012-02-03 | 1 | -9/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-04 | 7 | -28/+37 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | can: peak_pci: Fix the way channels are linked together | Stephane Grosjean | 2012-02-03 | 1 | -14/+9 |
| * | can: ems_usb: Removed double netif_device_detach | Sebastian Haas | 2012-02-03 | 1 | -9/+0 |
| * | can: pch_can: fix error passive level test | Xi Wang | 2012-02-03 | 1 | -1/+2 |
| * | can: ti_hecc: use netif_rx in the interrupt | Wolfgang Grandegger | 2012-02-03 | 1 | -1/+2 |
| * | can: cc770: Fix indirect access deadlock on ISA cards | Wolfgang Zarre | 2012-02-03 | 1 | -1/+15 |
| * | can: cc770: store echo skb before starting the transfer | Wolfgang Grandegger | 2012-02-03 | 1 | -1/+3 |
| * | can: flexcan: fix irq flooding by clearing all interrupt sources | Wolfgang Grandegger | 2012-02-03 | 1 | -1/+6 |
* | | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 | 1 | -3/+1 |
* | | drivers/net: fix up stale paths from driver reorg | Paul Gortmaker | 2012-01-30 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -5/+5 |
|\ |
|
| * | net: flexcan: convert to clk_prepare/clk_unprepare | Shawn Guo | 2011-12-28 | 1 | -5/+5 |
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 2 | -47/+2 |
|\ \ |
|
| * \ | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 2 | -47/+2 |
| |\ \
| | |/
| |/| |
|
| | * | USB: convert drivers/net/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 2 | -47/+2 |
* | | | module_param: make bool parameters really bool (net & drivers/net) | Rusty Russell | 2011-12-20 | 1 | -1/+1 |
* | | | can: cc770: add platform bus driver for the CC770 and AN82527 | Wolfgang Grandegger | 2011-12-01 | 3 | -0/+280 |
* | | | can: cc770: add legacy ISA bus driver for the CC770 and AN82527 | Wolfgang Grandegger | 2011-12-01 | 3 | -0/+379 |
* | | | can: cc770: add driver core for the Bosch CC770 and Intel AN82527 | Wolfgang Grandegger | 2011-12-01 | 6 | -0/+1097 |
* | | | can: Revert outdated cc770 driver patches. | David S. Miller | 2011-11-30 | 7 | -1504/+0 |
* | | | can: cc770: legacy CC770 ISA bus driver | Wolfgang Grandegger | 2011-11-30 | 3 | -0/+349 |
* | | | can: cc770: add driver core for the Bosch CC770 and Intel AN82527 | Wolfgang Grandegger | 2011-11-30 | 6 | -0/+1155 |
* | | | can: sja1000_isa: convert to platform driver to support x86_64 systems | Wolfgang Grandegger | 2011-11-30 | 2 | -30/+65 |
* | | | can: sja1000_isa: fix "limited range" compiler warnings | Wolfgang Grandegger | 2011-11-30 | 1 | -12/+12 |
* | | | net/can: convert drivers/net/can/* to use module_platform_driver() | Axel Lin | 2011-11-29 | 10 | -122/+11 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-11-26 | 1 | -1/+0 |
|\| | |
|
| * | | net, sja1000: Don't include version.h in peak_pci.c when not needed | Jesper Juhl | 2011-11-21 | 1 | -1/+0 |
| |/ |
|
* | | net: remove NETIF_F_NO_CSUM feature bit | Michał Mirosław | 2011-11-16 | 2 | -2/+2 |
* | | net/can/mscan: Fix buggy listen only mode setting | Wolfgang Grandegger | 2011-11-14 | 1 | -1/+1 |
* | | net/can/mscan: add listen only mode | Marc Kleine-Budde | 2011-11-14 | 1 | -2/+6 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2011-10-25 | 12 | -93/+784 |
|\ |
|