1. 2d5451d net: Fix warning fallout from recent NAPI interface changes. by David S. Miller · 16 years ago
  2. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  3. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  4. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  5. f225763 ssb, b43, b43legacy, b44: Rewrite SSB DMA API by Michael Buesch · 16 years ago
  6. 4ac5846 ssb: Fix usage of struct device used for DMAing by Michael Buesch · 16 years ago
  7. 5ea7963 b44: Truncate PHY address by Michael Buesch · 16 years ago
  8. fedb0ee b44: power down PHY when interface down by Miguel Botón · 17 years ago
  9. 458414b b44: Convert to use of the new SPROM structure by Larry Finger · 17 years ago
  10. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  11. 753f492 [B44]: port to native ssb support by Michael Buesch · 17 years ago
  12. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  13. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  14. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  15. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  16. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  17. bf0dcbd b44: use netdev_alloc_skb by Stephen Hemminger · 17 years ago
  18. 72f4861 b44: packet offset is constant by Stephen Hemminger · 17 years ago
  19. f65a717 b44: tx bounce sizing. by Stephen Hemminger · 17 years ago
  20. a72a817 b44: timer power saving by Stephen Hemminger · 17 years ago
  21. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  22. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  23. cda22aa b44: fix IFF_ALLMULTI handling of CAM slots by Bill Helfinstine · 17 years ago
  24. 40ee8c7 B44: increase wait loop by Gary Zambrano · 17 years ago
  25. 97db9ee7 b44: replace define by Gary Zambrano · 17 years ago
  26. a7bed27 b44 endian annotations by Al Viro · 17 years ago
  27. 90afd0e Broadcom 4400 resume small fix by Dmitriy Monakhov · 17 years ago
  28. 00576e9 b44: src_desc->addr is little-endian by Al Viro · 17 years ago
  29. 5fc7d61 b44: Fix frequent link changes by Michael Chan · 17 years ago
  30. d15e9c4 netpoll: drivers must not enable IRQ unconditionally in their NAPI handler by Francois Romieu · 18 years ago
  31. e78181f [PATCH] b44: change comment about irq mask register by Johannes Berg · 18 years ago
  32. 6f62768 [PATCH] b44: fix eeprom endianess issue by Michael Buesch · 18 years ago
  33. 24fcbac Merge branch 'master' into upstream-fixes by Jeff Garzik · 18 years ago
  34. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  35. 2f614fe [netdrvr] b44: handle excessive multicast groups by Jeff Garzik · 18 years ago
  36. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  37. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  38. 9b91cf9 [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... by Jeff Garzik · 18 years ago
  39. 2e8a538 [netdrvr] Use dev_printk() when ethernet interface isn't available by Jeff Garzik · 18 years ago
  40. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  41. 4d1dabd [PATCH] b44: update version to 1.01 by Gary Zambrano · 18 years ago
  42. 725ad80 [PATCH] b44: add wol for old nic by Gary Zambrano · 18 years ago
  43. 00e8b3a [PATCH] b44: add parameter by Gary Zambrano · 18 years ago
  44. 52cafd9 [PATCH] b44: add wol by Gary Zambrano · 18 years ago
  45. 47b9c3b [PATCH] b44: fix manual speed/duplex/autoneg settings by Gary Zambrano · 18 years ago
  46. 639b421 [PATCH] x86_64: Check for bad dma address in b44 1GB DMA workaround by Andi Kleen · 18 years ago
  47. 10badc2 [netdrvr b44] trim trailing whitespace by Jeff Garzik · 18 years ago
  48. 8056bfa [PATCH] b44: increase version to 1.00 by Gary Zambrano · 18 years ago
  49. 2b474cf [PATCH] b44: disable default tx pause by Gary Zambrano · 18 years ago
  50. 5d9428d BUG_ON() Conversion in drivers/net/ by Eric Sesterhenn · 18 years ago
  51. 391fc09 [PATCH] b44: ensure valid mac addr by Gary Zambrano · 18 years ago
  52. 5c51312 b44: fix force mac address before ifconfig up by Gary Zambrano · 18 years ago
  53. c35ca39 [PATCH] b44: fix laptop carrier detect by Stephen Hemminger · 18 years ago
  54. 22d4d77 [PATCH] Fix warning with b44.c on 64bit boxes by Alan Cox · 18 years ago
  55. 981d9c1 b44: increase version number by Francois Romieu · 19 years ago
  56. 3410572 b44: early return in dev->do_ioctl when the device is not up by Francois Romieu · 19 years ago
  57. d9e2d18 b44: missing netif_wake_queue() in b44_open() by Mark Lord · 19 years ago
  58. a7c243b Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  59. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  60. eac1dfc [PATCH] b44: increase version number by Francois Romieu · 19 years ago
  61. ba5eec9 [PATCH] b44: race on device closing by Francois Romieu · 19 years ago
  62. b9dcbb4 [PATCH] b44: replace B44_FLAG_INIT_COMPLETE with netif_running() by Francois Romieu · 19 years ago
  63. 6c2f426 [PATCH] b44: late request_irq in b44_open by Francois Romieu · 19 years ago
  64. 65b984f [PATCH] b44: s/spin_lock_irqsave/spin_lock/ in b44_interrupt by Francois Romieu · 19 years ago
  65. 3353930 [PATCH] b44: expose counters through ethtool by Francois Romieu · 19 years ago
  66. 874a621 [PATCH] b44: miscellaneous cleanup by Francois Romieu · 19 years ago
  67. c719369 [PATCH] b44: b44_start_xmit returns with a lock held when it fails allocating by Francois Romieu · 19 years ago
  68. 46e1785 [PATCH] b44: fix suspend/resume by Pavel Machek · 19 years ago
  69. b4558ea drivers/net: Remove pointless checks for NULL prior to calling kfree() by Jesper Juhl · 19 years ago
  70. 89358f9 [netdrvr b44] include linux/dma-mapping.h to eliminate warning by Andrew Morton · 19 years ago
  71. adf6e00 [PATCH] b44 reports wrong advertised flags by Matthew Wilcox · 19 years ago
  72. 9f38c63 [PATCH] b44: alternate allocation option for DMA descriptors by John W. Linville · 19 years ago
  73. 2160de5 [PATCH] b44: support ETHTOOL_GPERMADDR by John W. Linville · 19 years ago
  74. 5028770 [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... by Len Brown · 19 years ago
  75. d58da59 [ACPI] S3 Suspend to RAM: fix driver suspend/resume methods by David Shaohua Li · 19 years ago
  76. e254e9b [PATCH] b44: check link state during open by John W. Linville · 19 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago