1. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  2. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  3. 11866ef ray_cs: remove bogus NULL check at head of ray_get_wireless_stats by John W. Linville · 15 years ago
  4. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  5. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  6. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  7. 3a6d54c net: remove needless (now buggy) & from dev->dev_addr by Jiri Pirko · 15 years ago
  8. 32f5a33 raylan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  9. 141fa61 ray_cs: checkpatch.pl and Lindent cleanups by John Daiker · 16 years ago
  10. 2ed5ba8 drivers/net/wireless: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  11. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  12. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  13. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  14. 47cbb11 pcmcia: Fix up legacy driver IRQs by Alan Cox · 16 years ago
  15. 4c89e88 pcmcia: deprecate CS_SUCCESS by Dominik Brodowski · 16 years ago
  16. 6b914c5 proc: switch /proc/driver/ray_cs/ray_cs to seq_file interface by Alexey Dobriyan · 17 years ago
  17. 0e5ce1f misc wireless annotations by Al Viro · 17 years ago
  18. 7698d69 ray_cs fixes by Al Viro · 17 years ago
  19. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  20. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  21. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  22. 6dbc9c8 [PATCH] dev->priv to netdev_priv(dev), for drivers/net/wireless by Yoann Padioleau · 17 years ago
  23. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago
  24. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
  25. e176d39 [PATCH] PCMCIA: fix drivers broken by recent cleanup by Daniel Ritz · 18 years ago
  26. af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
  27. a9606fd [PATCH] pcmcia: remove prod_id indirection by Dominik Brodowski · 18 years ago
  28. 5307794 [PATCH] wireless: More WE-21 potential overflows... by Jean Tourrilhes · 18 years ago
  29. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  30. 4ced38a [PATCH] WE-21 for ray_cs by Jean Tourrilhes · 18 years ago
  31. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  32. 113b898 [PATCH] ray_cs: Remove dependency on ieee80211 by Michael Wu · 18 years ago
  33. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  34. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  35. 9940ec3 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present by Dominik Brodowski · 19 years ago
  36. e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 19 years ago
  37. f6fbe01 [PATCH] pcmcia: remove unused p_dev->state flags by Dominik Brodowski · 19 years ago
  38. 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 19 years ago
  39. fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 19 years ago
  40. fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 19 years ago
  41. 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 19 years ago
  42. 8661bb5 [PATCH] pcmcia: default suspend and resume handling by Dominik Brodowski · 19 years ago
  43. 50db3fd [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq by Dominik Brodowski · 19 years ago
  44. d6a13a2 [PATCH] drivers/net/wireless: correct reported ssid lengths by Dan Williams · 19 years ago
  45. f8cfa61 [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback by Dominik Brodowski · 19 years ago
  46. cc3b486 [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback by Dominik Brodowski · 19 years ago
  47. 98e4c28 [PATCH] pcmcia: new suspend core by Dominik Brodowski · 19 years ago
  48. 7a700fa [PATCH] C99 initializers in ray_cs.c by viro@ZenIV.linux.org.uk · 19 years ago
  49. bbeec90 [wireless] build fixes after merging WE-19 by Jeff Garzik · 19 years ago
  50. 3d5d5ac [PATCH] ray_cs : WE-17 support by Jean Tourrilhes · 19 years ago
  51. 44670d2 [PATCH] pcmcia: remove references to pcmcia/version.h by Dominik Brodowski · 19 years ago
  52. 1e212f3 [PATCH] pcmcia: move event handler by Dominik Brodowski · 19 years ago
  53. f57ea2a [PATCH] pcmcia: id_table for ray_cs by Dominik Brodowski · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago