1. 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
  2. 60bbc72 axnet_cs: add new id by Ken Kawasaki · 14 years ago
  3. 91fea58 net/pcmcia: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  4. ceba0b2 axnet_cs: remove unnecessary spin_unlock_irqrestore by Ken Kawasaki · 14 years ago
  5. fb1beb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  6. e15c1c1 pcmcia: remove unused IRQ_FIRST_SHARED by Dominik Brodowski · 14 years ago
  7. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  8. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 14 years ago
  9. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  10. dd2e5a1 pcmcia: remove deprecated handle_to_dev() macro by Dominik Brodowski · 15 years ago
  11. dd0fab5 pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net) by Dominik Brodowski · 15 years ago
  12. 0fa0ee05 netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data by Ben Hutchings · 15 years ago
  13. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  14. dbf02fa netdev: convert pcmcia drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  15. bdf50d7 net: pcmcia/axnet_cs: includecheck fix axnet_cs.c by Jaswinder Singh Rajput · 15 years ago
  16. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  17. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  18. ad3620a axnet_cs: fix phy_id detection for bogus Asix chip. by Ken Kawasaki · 15 years ago
  19. 3dd2051 axnet: convert to net_device_ops by Stephen Hemminger · 15 years ago
  20. 6ae0385 drivers/net/pcmcia: fix warning: format not a string literal and no ... by Hannes Eder · 15 years ago
  21. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  22. 70eb1bf axnet_cs: Fix build after net device ops ne2k conversion. by David S. Miller · 15 years ago
  23. ece4af1 driver/net/*: remove redundant argument comments by Qinghuang Feng · 15 years ago
  24. 208fbec axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411 by Cord Walter · 16 years ago
  25. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  26. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  27. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  28. 2dcc9ff pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info by Komuro · 16 years ago
  29. 4c89e88 pcmcia: deprecate CS_SUCCESS by Dominik Brodowski · 16 years ago
  30. ad913c1 pcmcia: pcmcia_config_loop() improvement by passing vcc by Dominik Brodowski · 16 years ago
  31. 8e2fc39 pcmcia: pcmcia_config_loop() default CIS entry handling by Dominik Brodowski · 16 years ago
  32. b54bf94 pcmcia: use pcmcia_loop_config in net pcmcia drivers by Dominik Brodowski · 16 years ago
  33. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  34. 54299ef pcnet_cs, axnet_cs: clear bogus interrupt before request_irq by Komuro · 16 years ago
  35. 8e26916 axnet_cs: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  36. 36c86bd axnet_cs: change debugging level for "Too much work at interrupt" message. by Komuro · 16 years ago
  37. c61f26f pcmcia/axnet_cs: make use of 'max()' instead of handcrafted one by Richard Knutsson · 16 years ago
  38. 6b2e438 pcmcia/axnet_cs: make functions static by Richard Knutsson · 16 years ago
  39. 906da80 pcmcia: replace kio_addr_t with unsigned int everywhere by Olof Johansson · 16 years ago
  40. bd5a934 axnet_cs: use spin_lock_irqsave instead of spin_lock + disable_irq by Komuro · 17 years ago
  41. 5e7bf8c netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes. by Komuro · 17 years ago
  42. dad8c73 PCMCIA-NETDEV : add new id (axnet_cs, pcnet_cs) by Komuro · 17 years ago
  43. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  44. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  45. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  46. 59b34c1 add return value check of request_irq() by Yoichi Yuasa · 17 years ago
  47. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  48. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  49. af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
  50. c31f28e drivers/net: eliminate irq handler impossible checks, needless casts by Jeff Garzik · 18 years ago
  51. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  52. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  53. c67eebd [PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202) by Komuro · 18 years ago
  54. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  55. f905703 [PATCH] network: axnet_cs: bug fix multicast code (support older ax88190 chipset) by Komuro · 18 years ago
  56. ff768cd [PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrun by Komuro · 18 years ago
  57. 9940ec3 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present by Dominik Brodowski · 18 years ago
  58. e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 18 years ago
  59. 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 18 years ago
  60. fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 18 years ago
  61. fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 18 years ago
  62. 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 18 years ago
  63. 8661bb5 [PATCH] pcmcia: default suspend and resume handling by Dominik Brodowski · 18 years ago
  64. 5f2a71f [PATCH] pcmcia: add pcmcia_disable_device by Dominik Brodowski · 18 years ago
  65. b8ab2dc [PATCH] axnet_cs.c : add hardware multicast support by Komuro · 18 years ago
  66. 2fe22a8 [PATCH] pcmcia: add id for AMB8110 PC Card by Jesse Allen · 18 years ago
  67. f8cfa61 [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback by Dominik Brodowski · 19 years ago
  68. b463581 [PATCH] pcmcia: remove dev_list from drivers by Dominik Brodowski · 19 years ago
  69. cc3b486 [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback by Dominik Brodowski · 19 years ago
  70. 98e4c28 [PATCH] pcmcia: new suspend core by Dominik Brodowski · 19 years ago
  71. 44670d2 [PATCH] pcmcia: remove references to pcmcia/version.h by Dominik Brodowski · 19 years ago
  72. 1e212f3 [PATCH] pcmcia: move event handler by Dominik Brodowski · 19 years ago
  73. c414f75 [PATCH] pcmcia: id_table for axnet_cs by Dominik Brodowski · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago