1. 74411c0 smc91c92_cs.c: fix bogus compiler warning by Dominik Brodowski · 13 years ago
  2. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  3. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  4. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  5. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  6. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  7. 27aadb6 fmvj18x_cs: add new id by Ken Kawasaki · 13 years ago
  8. 785e8cc axnet_cs: reduce delay time at ei_rx_overrun by Ken Kawasaki · 13 years ago
  9. 0c302f5 pcnet_cs: add new_id by Ken Kawasaki · 14 years ago
  10. 215faf9 drivers/net/*/: Use static const by Joe Perches · 14 years ago
  11. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  12. 42dccd1 axnet_cs: move id (0x1bf, 0x2328) to axnet_cs by Ken Kawasaki · 14 years ago
  13. a887e22 drivers/net/pcmcia: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  14. 19c0ef6 axnet_cs: fix resume problem for some Ax88790 chip by Ken Kawasaki · 14 years ago
  15. 62391f9 pcnet_cs: add new_id by Ken Kawasaki · 14 years ago
  16. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  17. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  18. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  19. 69259ab Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  20. 2262054 pcmcia: remove obsolete and wrong comments by Dominik Brodowski · 14 years ago
  21. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  22. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  23. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  24. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  25. 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
  26. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  27. fc30110 pcmcia: simplify Status, ExtStatus register access by Dominik Brodowski · 14 years ago
  28. fb49fa5 pcmcia: split up modify_configuration() into two fixup functions by Dominik Brodowski · 14 years ago
  29. cdb1380 pcmcia: do not use win_req_t when calling pcmcia_request_window() by Dominik Brodowski · 14 years ago
  30. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  31. b76dc05 pcmcia pcnet_cs: try setting io_lines to 16 if card setup fails by Dominik Brodowski · 14 years ago
  32. 99101d3 drivers/net/pcmcia: Use static const char * const where possible by Joe Perches · 14 years ago
  33. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  34. 608307e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  35. 7619b1b pcnet_cs: add new_id by Ken Kawasaki · 14 years ago
  36. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  37. 636b811 drivers/net/pcmcia: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  38. 7136e11 pcnet_cs: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  39. ea0a52c pcnet_cs: Use proper netdev_*-printouts by Wolfram Sang · 14 years ago
  40. 0141480 ethtool: Provide a default implementation of ethtool_ops::get_drvinfo by Ben Hutchings · 14 years ago
  41. 4914c7f pcmcia: xirc2ps_cs bugfix by Dominik Brodowski · 14 years ago
  42. 0ca724d pcmcia: use struct resource for PCMCIA devices, part 2 by Dominik Brodowski · 14 years ago
  43. b5cb259 pcmcia: remove memreq_t by Dominik Brodowski · 14 years ago
  44. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  45. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  46. 1d5cc19 pcmcia: use pcmica_{read,write}_config_byte by Dominik Brodowski · 14 years ago
  47. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  48. ab83a38 axnet_cs: use spin_lock_irqsave in ax_interrupt by Ken Kawasaki · 14 years ago
  49. 9735b7e smc91c92_cs: fix the problem that lan & modem does not work simultaneously by Ken Kawasaki · 14 years ago
  50. 8b1d920 pcnet_cs: add new id (TOSHIBA Modem/LAN Card) by Ken Kawasaki · 14 years ago
  51. 44b496f pcmcia: dev_node removal bugfix by Dominik Brodowski · 14 years ago
  52. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  53. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  54. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  55. 4b49291 pcmcia: remove unused mem_op.h by Dominik Brodowski · 14 years ago
  56. c7c2fa0 pcmcia: dev_node removal (drivers with unregister_netdev check) by Dominik Brodowski · 14 years ago
  57. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 14 years ago
  58. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. 2a91515 smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt() by Ken Kawasaki · 14 years ago
  60. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. df245dc net: 3c574_cs fix stats.tx_bytes counter by Alexander Kurz · 14 years ago
  62. dad1e54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  63. a6d3702 smc91c92_cs: define multicast_table as unsigned char by Ken Kawasaki · 14 years ago
  64. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  65. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  66. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  67. fb9e2d8 smc91c92_cs: fix the problem of "Unable to find hardware address" by Ken Kawasaki · 14 years ago
  68. 22bedad net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  69. f64e969 net/pcmcia/3c589_cs: using netdev_info and friends where appropriate by Alexander Kurz · 14 years ago
  70. 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
  71. 1546a71 pcnet_cs: add new id by Ken Kawasaki · 14 years ago
  72. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  73. 60bbc72 axnet_cs: add new id by Ken Kawasaki · 14 years ago
  74. 8d37a37 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  75. 91fea58 net/pcmcia: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  76. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  77. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  78. 33d7959 fmvj18x_cs: add new id (Panasonic lan & modem card) by Ken Kawasaki · 14 years ago
  79. cd2e18f pcmcia: remove remaining unused IRQ_FIRST_SHARED parameter by Dominik Brodowski · 15 years ago
  80. 597d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  81. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  82. c91aa55 pcmcia: ncmlan_cs: remove odd bracket by Alexander Beregalov · 15 years ago
  83. abe8806 pcnet_cs: add cis of KTI PE520 pcmcia network card by Ken Kawasaki · 15 years ago
  84. ceba0b2 axnet_cs: remove unnecessary spin_unlock_irqrestore by Ken Kawasaki · 15 years ago
  85. 59be2e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  86. fb1beb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  87. 671c880 3c574_cs: disable irq before calling el3_interrupt by Ken Kawasaki · 15 years ago
  88. e15c1c1 pcmcia: remove unused IRQ_FIRST_SHARED by Dominik Brodowski · 15 years ago
  89. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  90. d9b2c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  91. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  92. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  93. dd2e5a1 pcmcia: remove deprecated handle_to_dev() macro by Dominik Brodowski · 15 years ago
  94. 6838b03 pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer by Dominik Brodowski · 15 years ago
  95. 0bdf9b3 pcmcia: Change window_handle_t logic to unsigned long by Magnus Damm · 18 years ago
  96. 868575d pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page() by Magnus Damm · 18 years ago
  97. f5560da pcmcia: Pass struct pcmcia_device to pcmcia_release_window() by Magnus Damm · 18 years ago
  98. dddcb44 drivers/net: remove exceptional & on function name by Julia Lawall · 15 years ago
  99. 8489992 pcnet-cs: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  100. dd0fab5 pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net) by Dominik Brodowski · 15 years ago