1. 3803451 can/sja1000: driver for PEAK PCAN PCI/PCIe cards by Wolfgang Grandegger · 14 years ago
  2. 951f2f9 drivers/net/can/sja1000/plx_pci.c: eliminate double free by Julia Lawall · 14 years ago
  3. 8d0f7ce net: include io.h in sja1000_of_platform.c for iounmap etc by Stephen Rothwell · 14 years ago
  4. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  5. 87e9af6 can: fix SJA1000 dlc for RTR packets by Kurt Van Dijck · 14 years ago
  6. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  7. 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  8. 215faf9 drivers/net/*/: Use static const by Joe Perches · 15 years ago
  9. b1323c8 drivers/net/can/sja1000: Use printf extension %pR for struct resource by Joe Perches · 15 years ago
  10. 2d3359f can: tscan1: add driver for TS-CAN1 boards by Andre B. Oliveira · 15 years ago
  11. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 15 years ago
  12. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  13. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  14. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  15. 1f01bfd can: SJA1000 add missing spin_lock_init() by Oliver Hartkopp · 15 years ago
  16. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  17. 57c8a45 can: Fix SJA1000 command register writes on SMP systems by Oliver Hartkopp · 15 years ago
  18. 56e6943b9 can: sja1000 platform data fixes by Wolfgang Grandegger · 15 years ago
  19. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  20. 829e001 Fix some #includes in CAN drivers (rebased for net-next-2.6) by Hans J. Koch · 15 years ago
  21. 82e3817 can: Add esd board support to plx_pci CAN driver by Matthias Fuchs · 15 years ago
  22. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  23. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  24. 986917b can: sja1000: add read/write routines for 8, 16 and 32-bit register access by Yegor Yefremov · 15 years ago
  25. abde89d can: sja1000: allow shared interrupt definition by Yegor Yefremov · 15 years ago
  26. 52c793f can: netlink support for bus-error reporting and counters by Wolfgang Grandegger · 15 years ago
  27. 24c4a3b can: add support for CAN interface cards based on the PLX90xx PCI bridge by Pavel Cheblakov · 16 years ago
  28. ad72c34 can: Proper ctrlmode handling for CAN devices by Christian Pellegrin · 16 years ago
  29. 3ccd4c6 can: Unify droping of invalid tx skbs and netdev stats by Oliver Hartkopp · 16 years ago
  30. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 16 years ago
  31. c7cd606 can: Fix data length code handling in rx path by Oliver Hartkopp · 16 years ago
  32. 4c9ba61 drivers/net/can: remove exceptional & on function name by Julia Lawall · 16 years ago
  33. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  34. b93cf3f can: Fix driver Kconfig structure by Oliver Hartkopp · 16 years ago
  35. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  36. 9dbb58d can: sja1000: fix bug using library functions for skb allocation by Kurt Van Dijck · 16 years ago
  37. 7b6856a0 can: provide library functions for skb allocation by Wolfgang Grandegger · 16 years ago
  38. e72701a net: Fix OF platform drivers coldplug/hotplug when compiled as modules by Anton Vorontsov · 16 years ago
  39. a6e4bc5 can: make the number of echo skb's configurable by Wolfgang Grandegger · 16 years ago
  40. edf42a2 ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2 by Sebastian Haas · 16 years ago
  41. 2a6ba39 can: sja1000: legacy SJA1000 ISA bus driver by Wolfgang Grandegger · 16 years ago
  42. 8935f57 can: sja1000: fix network statistics update by Wolfgang Grandegger · 16 years ago
  43. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 16 years ago
  44. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 16 years ago
  45. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  46. dd52856 can: sja1000: Add support for the new 4 channel EMS CPC-PCI cards by Sebastian Haas · 16 years ago
  47. e237290 can: sja1000: remove duplicated includes by Wolfgang Grandegger · 16 years ago
  48. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  49. 51611a1 can: sja1000_of_platform: fix build problems with printk format by Wolfgang Grandegger · 16 years ago
  50. d1a277c can: sja1000: generic OF platform bus driver by Wolfgang Grandegger · 16 years ago
  51. 255a915 can: sja1000: stop misusing member base_addr of struct net_device by Wolfgang Grandegger · 16 years ago
  52. 128ced8 can: some fixes and cleanups to the initial device driver interface by Wolfgang Grandegger · 16 years ago
  53. 3878fb6 The patch adds support for the PCI cards: PCIcan and PCIcanx (1, 2 or 4 channel) from Kvaser (http://www.kvaser.com). by Wolfgang Grandegger · 16 years ago
  54. a61a842 can: SJA1000 driver for EMS PCI cards by Wolfgang Grandegger · 16 years ago
  55. f534e52 can: SJA1000 generic platform bus driver by Wolfgang Grandegger · 16 years ago
  56. 429da1c can: Driver for the SJA1000 CAN controller by Wolfgang Grandegger · 16 years ago