1. b72c200 cs89x0 : packet reception not working by Jaccon Bastiaansen · 12 years ago
  2. 6fba180 cirrus: cs89x0: Remove function prototypes and reorder declarations by Joe Perches · 12 years ago
  3. 808e9a7 cirrus: cs89x0: Neaten debugging and logging by Joe Perches · 12 years ago
  4. ca034bc cirrus: cs89x0: Code neatening by Joe Perches · 12 years ago
  5. dd92b9a cirrus: cs89x0: Convert printks to pr_<level> by Joe Perches · 12 years ago
  6. 204a38a cirrus: cs89x0: Code style neatening by Joe Perches · 12 years ago
  7. 09dcd60 CS89x0 : Use ioread16/iowrite16 on all platforms by Jaccon Bastiaansen · 12 years ago
  8. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  9. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  10. 3480059 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  11. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 12 years ago
  12. 64a3851 CS89x0 : add CS89x0 platform device to the iMX31ADS board by Jaccon Bastiaansen · 12 years ago
  13. 69c311f CS89x0 : remove QQ2440 board support from the CS89x0 driver by Jaccon Bastiaansen · 12 years ago
  14. e9460a9 CS89x0 : add platform driver support by Jaccon Bastiaansen · 12 years ago
  15. b340a20 cs89x0: Move the driver into the Cirrus dir by Jeff Kirsher · 13 years ago[Renamed from drivers/net/ethernet/apple/cs89x0.c]
  16. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  17. 8fb6b09 bmac/mace/macmace/mac89x0/cs89x0: Move the Macintosh (Apple) drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/cs89x0.c]
  18. 2ce8c07 CS89x0: Add networking support for QQ2440 by Domenico Andreoli · 13 years ago
  19. d181a61 CS89x0: Finish transition to CS89x0_NONISA_IRQ by Domenico Andreoli · 13 years ago
  20. e6e4ec2 net: Removing dead ARCH_PNX010X by Christoph Egger · 14 years ago
  21. ef3cf9f cs89x0: Removing dead SH_HICOSH4 by Christoph Egger · 14 years ago
  22. 661a16c cs89x0: Use the instance of net_device_stats from net_device. by Kulikov Vasiliy · 14 years ago
  23. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  24. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  25. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  26. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  27. e1d4447 net: convert multiple drivers to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  28. c41b20e Fix misspellings of "truly" in comments. by Adam Buchbinder · 15 years ago
  29. 569b789 cs89x0: Always report failure to request interrupt by Mark Brown · 15 years ago
  30. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  31. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  32. ab4c0c7 net: cs89x0: includecheck fix for cs89x0.c by Jaswinder Singh Rajput · 15 years ago
  33. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  34. 79fbe13 drivers/net: using spin_lock_irqsave() in net_send_packet() by Dongdong Deng · 15 years ago
  35. ef0657c drivers/net/cs89x0.c: Avoid using magic number in set_dma_mode by Julia Lawall · 15 years ago
  36. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  37. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  38. 15d23e7 netdev: convert cs89x0 to net_device_ops by Stephen Hemminger · 15 years ago
  39. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  40. dac499f drivers/net: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  41. 635f025 [ARM] clps7500: remove support by Russell King · 16 years ago
  42. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  43. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  44. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  45. 7cc4e87 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  46. 0ac4ed9 [NET] 5268/1: cs89x0: add support for i.MX31ADS ARM board. by Gilles Chanteperdrix · 16 years ago
  47. 52845c3 cs89x0: fix warning release_irq label by Yoichi Yuasa · 16 years ago
  48. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  49. 17a9440 [netdrvr] CS89X0: Add cleanup for dma after fail by Wang Chen · 16 years ago
  50. a80763c drivers/net/cs89x0.c: compilation warning fix by Leonardo Potenza · 16 years ago
  51. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  52. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  53. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  54. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  55. afc8eb4 [PATCH] trivial missing __init in drivers/net/* by Al Viro · 18 years ago
  56. 9e1402a [PATCH] Fix an offset error when reading the CS89x0 ADD_PORT register by George G. Davis · 18 years ago
  57. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  58. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  59. e26c129 [PATCH] cs89x0 section fix by Andrew Morton · 18 years ago
  60. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  61. 5aeebe0 [PATCH] cs89x0: credit Dmitry Pervushin by Lennert Buytenhek · 19 years ago
  62. 9c87896 [PATCH] cs89x0: add ixdp2351 support by Deepak Saxena · 19 years ago
  63. a07f0db [PATCH] cs89x0: use u16 for device register data by Lennert Buytenhek · 19 years ago
  64. 580d7b8 [PATCH] cs89x0: use #elif instead of #else/#if/#endif by Lennert Buytenhek · 19 years ago
  65. 032874e [PATCH] cs89x0: credit Dmitry Pervushin by Lennert Buytenhek · 19 years ago
  66. 91e1c46 [PATCH] cs89x0: fix setting of ALLOW_DMA by Lennert Buytenhek · 19 years ago
  67. 277cb10 [PATCH] cs89x0: fix up after pnx0105 Kconfig symbol renaming by Lennert Buytenhek · 19 years ago
  68. 084f746 [PATCH] cs89x0: switch {in,out}sw to {read,write}words by Lennert Buytenhek · 19 years ago
  69. 3b68d70 [PATCH] cs89x0: cleanly implement ixdp2x01 and pnx0501 support by Lennert Buytenhek · 19 years ago
  70. 3eaa5e7 [PATCH] cs89x0: make {read,write}reg use {read,write}word by Lennert Buytenhek · 19 years ago
  71. 0d5affc [PATCH] cs89x0: swap {read,write}reg and {read,write}word by Lennert Buytenhek · 19 years ago
  72. fc8c7d7 [PATCH] cs89x0: convert {inw,outw} calls to {read,write}word by Lennert Buytenhek · 19 years ago
  73. 974dffc [PATCH] cs89x0: make {read,write}word take base_addr by Lennert Buytenhek · 19 years ago
  74. e399822 [PATCH] ARM: Reverted 2919/1: CS8900A ethernet driver modifications for the Comdial MP1000 by Russell King · 19 years ago
  75. 917f68f [ARM] 2919/1: CS8900A ethernet driver modifications for the Comdial MP1000 by Jon Ringle · 19 years ago
  76. 7625d48 [PATCH] missing asm/irq.h (cs89x0) by Al Viro · 19 years ago
  77. 6f51916 [PATCH] cs89x0: add netpoll support by Deepak Saxena · 19 years ago
  78. 01bdc03 [PATCH] silence cs89x0 by Denis Vlasenko · 19 years ago
  79. e1699f5 [PATCH] cs89x0: collect tx_bytes statistics by Ian Campbell · 19 years ago
  80. 0dd3c78 [PATCH] cs89x0.c: support for Philips' pnx0105 network adapter by dmitry pervushin · 19 years ago
  81. b1fc550 [netdrvr] Fix register_netdev() races in older ISA net drivers by · 19 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago