1. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  2. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  3. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  4. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  5. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  6. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  7. 98a1708 trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments. by Martin Olsson · 15 years ago
  8. ae71fab wavelan: Remove bogus debugging on skb->next being non-NULL. by David S. Miller · 15 years ago
  9. 9db0ba0 wavelan: convert to net_device_ops by Stephen Hemminger · 15 years ago
  10. 385e63f wavelan: convert to internal net_device_stats by Stephen Hemminger · 15 years ago
  11. b837e60 wireless, wavelan: spin off by 1 by Roel Kluin · 15 years ago
  12. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  13. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  14. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  15. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  16. 47cbb11 pcmcia: Fix up legacy driver IRQs by Alan Cox · 16 years ago
  17. 4c89e88 pcmcia: deprecate CS_SUCCESS by Dominik Brodowski · 16 years ago
  18. c16d118 [netdrvr] Drivers should not set IFF_* flag themselves by Wang Chen · 16 years ago
  19. d5251ae wavelan: avoid index past end of array if DEBUG_SHOW_UNUSED is defined by John W. Linville · 16 years ago
  20. 2aee82d wavelan_cs: stop inlining largish static functions by Denys Vlasenko · 16 years ago
  21. 906da80 pcmcia: replace kio_addr_t with unsigned int everywhere by Olof Johansson · 16 years ago
  22. 60da481 WAVELAN - compile-time check for struct sizes by Helge Deller · 16 years ago
  23. 93a3b60 wireless: checkpatch cleanups by Jeff Garzik · 17 years ago
  24. c00acf4 netdev: ARRAY_SIZE() cleanups by Alejandro Martinez Ruiz · 17 years ago
  25. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  26. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  27. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  28. beb7dd8 Fix misspellings collected by members of KJ list. by Robert P. J. Day · 17 years ago
  29. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  30. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  31. d08df60 Various typo fixes. by Robert P. J. Day · 17 years ago
  32. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  33. af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
  34. c31f28e drivers/net: eliminate irq handler impossible checks, needless casts by Jeff Garzik · 18 years ago
  35. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  36. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  37. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  38. e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 18 years ago
  39. f6fbe01 [PATCH] pcmcia: remove unused p_dev->state flags by Dominik Brodowski · 18 years ago
  40. 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 18 years ago
  41. fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 18 years ago
  42. fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 18 years ago
  43. 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 18 years ago
  44. 8661bb5 [PATCH] pcmcia: default suspend and resume handling by Dominik Brodowski · 18 years ago
  45. 5f2a71f [PATCH] pcmcia: add pcmcia_disable_device by Dominik Brodowski · 18 years ago
  46. aca0b51 [PATCH] Wavelan_cs bitfield fixes by Jean Tourrilhes · 18 years ago
  47. d6a13a2 [PATCH] drivers/net/wireless: correct reported ssid lengths by Dan Williams · 18 years ago
  48. f8cfa61 [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback by Dominik Brodowski · 19 years ago
  49. b463581 [PATCH] pcmcia: remove dev_list from drivers by Dominik Brodowski · 19 years ago
  50. cc3b486 [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback by Dominik Brodowski · 19 years ago
  51. 98e4c28 [PATCH] pcmcia: new suspend core by Dominik Brodowski · 19 years ago
  52. b69a3aa [PATCH] wireless net: Conversions of kmalloc/memset to kzalloc by Panagiotis Issaris · 19 years ago
  53. e2e9650 Remove WIRELESS_EXT ifdefs from several wireless drivers. by Jeff Garzik · 19 years ago
  54. 08cd84c Merge /spare/repo/netdev-2.6 branch 'ieee80211' by Jeff Garzik · 19 years ago
  55. 1e212f3 [PATCH] pcmcia: move event handler by Dominik Brodowski · 19 years ago
  56. d011e15 Merge /spare/repo/netdev-2.6 branch 'ieee80211' by Jeff Garzik · 19 years ago
  57. b942123 [PATCH] pcmcia: id_table for wavelan_cs by Dominik Brodowski · 19 years ago
  58. ff1d276 Add HostAP wireless driver. by Jouni Malinen · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago