1. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  3. 785e8cc axnet_cs: reduce delay time at ei_rx_overrun by Ken Kawasaki · 13 years ago
  4. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 42dccd1 axnet_cs: move id (0x1bf, 0x2328) to axnet_cs by Ken Kawasaki · 14 years ago
  6. a887e22 drivers/net/pcmcia: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  7. 19c0ef6 axnet_cs: fix resume problem for some Ax88790 chip by Ken Kawasaki · 14 years ago
  8. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  9. 2262054 pcmcia: remove obsolete and wrong comments by Dominik Brodowski · 14 years ago
  10. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  11. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  12. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  13. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  14. 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
  15. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  16. fc30110 pcmcia: simplify Status, ExtStatus register access by Dominik Brodowski · 14 years ago
  17. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  18. 636b811 drivers/net/pcmcia: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  19. 0141480 ethtool: Provide a default implementation of ethtool_ops::get_drvinfo by Ben Hutchings · 14 years ago
  20. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  21. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  22. 1d5cc19 pcmcia: use pcmica_{read,write}_config_byte by Dominik Brodowski · 14 years ago
  23. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  24. ab83a38 axnet_cs: use spin_lock_irqsave in ax_interrupt by Ken Kawasaki · 14 years ago
  25. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  26. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  27. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  28. c7c2fa0 pcmcia: dev_node removal (drivers with unregister_netdev check) by Dominik Brodowski · 14 years ago
  29. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 14 years ago
  30. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  31. 22bedad net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  32. 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
  33. 60bbc72 axnet_cs: add new id by Ken Kawasaki · 14 years ago
  34. 91fea58 net/pcmcia: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  35. ceba0b2 axnet_cs: remove unnecessary spin_unlock_irqrestore by Ken Kawasaki · 15 years ago
  36. fb1beb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  37. e15c1c1 pcmcia: remove unused IRQ_FIRST_SHARED by Dominik Brodowski · 15 years ago
  38. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  39. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  40. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  41. dd2e5a1 pcmcia: remove deprecated handle_to_dev() macro by Dominik Brodowski · 15 years ago
  42. dd0fab5 pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net) by Dominik Brodowski · 15 years ago
  43. 0fa0ee05 netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data by Ben Hutchings · 15 years ago
  44. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  45. dbf02fa netdev: convert pcmcia drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  46. bdf50d7 net: pcmcia/axnet_cs: includecheck fix axnet_cs.c by Jaswinder Singh Rajput · 15 years ago
  47. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  48. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  49. ad3620a axnet_cs: fix phy_id detection for bogus Asix chip. by Ken Kawasaki · 15 years ago
  50. 3dd2051 axnet: convert to net_device_ops by Stephen Hemminger · 15 years ago
  51. 6ae0385 drivers/net/pcmcia: fix warning: format not a string literal and no ... by Hannes Eder · 15 years ago
  52. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  53. 70eb1bf axnet_cs: Fix build after net device ops ne2k conversion. by David S. Miller · 16 years ago
  54. ece4af1 driver/net/*: remove redundant argument comments by Qinghuang Feng · 16 years ago
  55. 208fbec axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411 by Cord Walter · 16 years ago
  56. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  57. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  58. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  59. 2dcc9ff pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info by Komuro · 16 years ago
  60. 4c89e88 pcmcia: deprecate CS_SUCCESS by Dominik Brodowski · 16 years ago
  61. ad913c1 pcmcia: pcmcia_config_loop() improvement by passing vcc by Dominik Brodowski · 16 years ago
  62. 8e2fc39 pcmcia: pcmcia_config_loop() default CIS entry handling by Dominik Brodowski · 16 years ago
  63. b54bf94 pcmcia: use pcmcia_loop_config in net pcmcia drivers by Dominik Brodowski · 16 years ago
  64. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  65. 54299ef pcnet_cs, axnet_cs: clear bogus interrupt before request_irq by Komuro · 16 years ago
  66. 8e26916 axnet_cs: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  67. 36c86bd axnet_cs: change debugging level for "Too much work at interrupt" message. by Komuro · 16 years ago
  68. c61f26f pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one by Richard Knutsson · 16 years ago
  69. 6b2e438 pcmcia/axnet_cs: make functions static by Richard Knutsson · 16 years ago
  70. 906da80 pcmcia: replace kio_addr_t with unsigned int everywhere by Olof Johansson · 16 years ago
  71. bd5a934 axnet_cs: use spin_lock_irqsave instead of spin_lock + disable_irq by Komuro · 17 years ago
  72. 5e7bf8c netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes. by Komuro · 17 years ago
  73. dad8c73 PCMCIA-NETDEV : add new id (axnet_cs, pcnet_cs) by Komuro · 17 years ago
  74. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  75. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  76. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  77. 59b34c1 add return value check of request_irq() by Yoichi Yuasa · 17 years ago
  78. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  79. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  80. af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
  81. c31f28e drivers/net: eliminate irq handler impossible checks, needless casts by Jeff Garzik · 18 years ago
  82. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  83. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  84. c67eebd [PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202) by Komuro · 18 years ago
  85. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  86. f905703 [PATCH] network: axnet_cs: bug fix multicast code (support older ax88190 chipset) by Komuro · 18 years ago
  87. ff768cd [PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrun by Komuro · 18 years ago
  88. 9940ec3 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present by Dominik Brodowski · 18 years ago
  89. e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 18 years ago
  90. 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 18 years ago
  91. fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 18 years ago
  92. fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 18 years ago
  93. 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 19 years ago
  94. 8661bb5 [PATCH] pcmcia: default suspend and resume handling by Dominik Brodowski · 18 years ago
  95. 5f2a71f [PATCH] pcmcia: add pcmcia_disable_device by Dominik Brodowski · 19 years ago
  96. b8ab2dc [PATCH] axnet_cs.c : add hardware multicast support by Komuro · 18 years ago
  97. 2fe22a8 [PATCH] pcmcia: add id for AMB8110 PC Card by Jesse Allen · 18 years ago
  98. f8cfa61 [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback by Dominik Brodowski · 19 years ago
  99. b463581 [PATCH] pcmcia: remove dev_list from drivers by Dominik Brodowski · 19 years ago
  100. cc3b486 [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback by Dominik Brodowski · 19 years ago