1. b8b0134 net: smc91c92_cs: Use setup_timer and mod_timer by Vaishali Thakkar · 10 years ago
  2. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  3. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  4. c501b1f smc91c92_cs: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  5. fdd3f29 drivers/net: use module_pcmcia_driver() in pcmcia drivers by H Hartley Sweeten · 12 years ago
  6. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  7. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 13 years ago
  8. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  9. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  10. ae15043 smsc: Move the SMC (SMSC) drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/pcmcia/smc91c92_cs.c]
  11. 74411c0 smc91c92_cs.c: fix bogus compiler warning by Dominik Brodowski · 13 years ago
  12. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  13. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 14 years ago
  14. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  15. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 14 years ago
  16. 25985ed Fix common misspellings by Lucas De Marchi · 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. 2262054 pcmcia: remove obsolete and wrong comments by Dominik Brodowski · 14 years ago
  19. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  20. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  21. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  22. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  23. 7feabb6 pcmcia: move config_{base,index,regs} to struct pcmcia_device by Dominik Brodowski · 14 years ago
  24. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  25. fc30110 pcmcia: simplify Status, ExtStatus register access by Dominik Brodowski · 14 years ago
  26. fb49fa5 pcmcia: split up modify_configuration() into two fixup functions by Dominik Brodowski · 14 years ago
  27. cdb1380 pcmcia: do not use win_req_t when calling pcmcia_request_window() by Dominik Brodowski · 14 years ago
  28. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  29. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  30. 636b811 drivers/net/pcmcia: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  31. b5cb259 pcmcia: remove memreq_t by Dominik Brodowski · 14 years ago
  32. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  33. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  34. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  35. 9735b7e smc91c92_cs: fix the problem that lan & modem does not work simultaneously by Ken Kawasaki · 15 years ago
  36. 44b496f pcmcia: dev_node removal bugfix by Dominik Brodowski · 15 years ago
  37. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  38. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  39. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  40. c7c2fa0 pcmcia: dev_node removal (drivers with unregister_netdev check) by Dominik Brodowski · 15 years ago
  41. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 15 years ago
  42. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  43. 2a91515 smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt() by Ken Kawasaki · 15 years ago
  44. dad1e54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  45. a6d3702 smc91c92_cs: define multicast_table as unsigned char by Ken Kawasaki · 15 years ago
  46. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  47. fb9e2d8 smc91c92_cs: fix the problem of "Unable to find hardware address" by Ken Kawasaki · 15 years ago
  48. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  49. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  50. 91fea58 net/pcmcia: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  51. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  52. cd2e18f pcmcia: remove remaining unused IRQ_FIRST_SHARED parameter by Dominik Brodowski · 15 years ago
  53. fb1beb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  54. e15c1c1 pcmcia: remove unused IRQ_FIRST_SHARED by Dominik Brodowski · 15 years ago
  55. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  56. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  57. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  58. dd2e5a1 pcmcia: remove deprecated handle_to_dev() macro by Dominik Brodowski · 15 years ago
  59. 6838b03 pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer by Dominik Brodowski · 15 years ago
  60. 868575d pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page() by Magnus Damm · 18 years ago
  61. dd0fab5 pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net) by Dominik Brodowski · 15 years ago
  62. dddfbd8 pcmcia: convert net pcmcia drivers to use new CIS helpers by Dominik Brodowski · 15 years ago
  63. 7d2e8d0 pcmcia: use pre-determined values by Dominik Brodowski · 15 years ago
  64. dbf02fa netdev: convert pcmcia drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  65. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  66. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 16 years ago
  67. 75bf758 smc91c92_cs: use request_firmware by Jaswinder Singh Rajput · 16 years ago
  68. 9b31b69 smc91c92: convert to net_device_ops by Stephen Hemminger · 16 years ago
  69. 6fb7298 smc91c92: convert to internal net_device_stats by Stephen Hemminger · 16 years ago
  70. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  71. 2f3061e pcmcia: remove unused argument to pcmcia_parse_tuple() by Dominik Brodowski · 16 years ago
  72. 1168386 pcmcia: deprecate CS_OUT_OF_RESOURCE by Dominik Brodowski · 16 years ago
  73. 4c89e88 pcmcia: deprecate CS_SUCCESS by Dominik Brodowski · 16 years ago
  74. ad913c1 pcmcia: pcmcia_config_loop() improvement by passing vcc by Dominik Brodowski · 16 years ago
  75. 8e2fc39 pcmcia: pcmcia_config_loop() default CIS entry handling by Dominik Brodowski · 16 years ago
  76. 498ac18 pcmcia: pcmcia_config_loop() ConfigIndex unification by Dominik Brodowski · 16 years ago
  77. b54bf94 pcmcia: use pcmcia_loop_config in net pcmcia drivers by Dominik Brodowski · 16 years ago
  78. a1a98b7 Fix station address detection in smc by Chuck Ebbert · 17 years ago
  79. 906da80 pcmcia: replace kio_addr_t with unsigned int everywhere by Olof Johansson · 17 years ago
  80. 5e7bf8c netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes. by Komuro · 17 years ago
  81. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  82. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  83. 85e2783 PATCH kernel 2.6.22] PCMCIA-NETDEV : modify smc91c92_cs.c to become SMP safe by Komuro · 17 years ago
  84. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
  85. e363d13 PCMCIA-NETDEV : the 2nd argument of el3_interrrupt and smc_interrupt is struct net_device* by Komuro · 18 years ago
  86. af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
  87. a9606fd [PATCH] pcmcia: remove prod_id indirection by Dominik Brodowski · 19 years ago
  88. efd5058 [PATCH] pcmcia: remove manf_id and card_id indirection by Dominik Brodowski · 18 years ago
  89. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  90. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  91. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  92. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  93. 9940ec3 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present by Dominik Brodowski · 19 years ago
  94. e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 19 years ago
  95. 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 19 years ago
  96. fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 19 years ago
  97. fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 19 years ago
  98. 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 19 years ago
  99. 4bbed52 [PATCH] pcmcia: remove export of pcmcia_release_configuration by Dominik Brodowski · 19 years ago
  100. 8661bb5 [PATCH] pcmcia: default suspend and resume handling by Dominik Brodowski · 19 years ago