1. eb032b9 Update my e-mail address by Michael Büsch · 13 years ago
  2. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  3. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  4. 6c08af0 b44: fix workarround for wap54g10 by Hauke Mehrtens · 14 years ago
  5. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  6. afed4cc b44: fix resume, request_irq after hw reset by James Hogan · 14 years ago
  7. bcf64aa b44: fix carrier detection on bind by Paul Fertser · 14 years ago
  8. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  9. 32737e9 PATCH: b44 Handle RX FIFO overflow better (simplified) by Mark Lord · 14 years ago
  10. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  11. 3e9e0b8 b44: remove unused dma_desc_align_mask by FUJITA Tomonori · 14 years ago
  12. 39a6f4b b44: replace the ssb_dma API with the generic DMA API by FUJITA Tomonori · 14 years ago
  13. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  14. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  15. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  16. 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
  17. 0ddf477 net: convert multiple drivers to use netdev_for_each_mc_addr, part3 by Jiri Pirko · 14 years ago
  18. 5363920 b44: use netdev_alloc_skb instead of dev_alloc_skb by Hauke Mehrtens · 14 years ago
  19. 8850dce b44: Set PHY address to NO_PHY if reset fails. by Hauke Mehrtens · 14 years ago
  20. 2fc96ff drivers/net/b44.c: Use (pr|netdev|netif)_<level> macro helpers by Joe Perches · 14 years ago
  21. f6ca057 b44: Ratelimit timeout error message. by Jochen Friedrich · 14 years ago
  22. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  23. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 14 years ago
  24. e018882 b44 WOL setup: one-bit-off stack corruption kernel panic fix by Stanislav Brabec · 14 years ago
  25. 0cae200 b44: Fix wedge when using netconsole. by David S. Miller · 15 years ago
  26. e99b1f0 b44: the poll handler b44_poll must not enable IRQ unconditionally by Dongdong Deng · 15 years ago
  27. 98a1e2a b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIO by Michael Buesch · 15 years ago
  28. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  29. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  30. 22580f8 drivers/net: fixed drivers that support netpoll use ndo_start_xmit() by Dongdong Deng · 15 years ago
  31. 39506a5 drivers/net: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  32. 27e0955 b44: strncpy does not null terminate string by roel kluin · 15 years ago
  33. 553e233 net: use netdev stats in b44, sundance, via-rhine and via-velocity by Eric Dumazet · 15 years ago
  34. 28b7679 dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30) by Yang Hongyang · 15 years ago
  35. 37efa23 b44: Use kernel DMA addresses for the kernel DMA API by Michael Buesch · 15 years ago
  36. 5d4d9e8 b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}() by Michael Buesch · 15 years ago
  37. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  38. e92aa63 b44: Disable device on shutdown by Michael Buesch · 15 years ago
  39. f8af11a b44: Unconditionally enable interrupt routing on reset by Michael Buesch · 15 years ago
  40. 9034f77 netdev: Use __netdev_alloc_skb() instead of __dev_alloc_skb(). by David S. Miller · 15 years ago
  41. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  42. a58c891 b44: GFP_DMA skb should not escape from driver by Eric Dumazet · 15 years ago
  43. 4ca8579 b44: fix misalignment and wasted space in rx handling by Felix Fietkau · 15 years ago
  44. 403413e b44: convert to net_device_ops by Stephen Hemminger · 15 years ago
  45. 2d5451d net: Fix warning fallout from recent NAPI interface changes. by David S. Miller · 15 years ago
  46. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 15 years ago
  47. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  48. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  49. f225763 ssb, b43, b43legacy, b44: Rewrite SSB DMA API by Michael Buesch · 16 years ago
  50. 4ac5846 ssb: Fix usage of struct device used for DMAing by Michael Buesch · 16 years ago
  51. 5ea7963 b44: Truncate PHY address by Michael Buesch · 16 years ago
  52. fedb0ee b44: power down PHY when interface down by Miguel Botón · 16 years ago
  53. 458414b b44: Convert to use of the new SPROM structure by Larry Finger · 17 years ago
  54. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  55. 753f492 [B44]: port to native ssb support by Michael Buesch · 17 years ago
  56. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  57. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  58. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  59. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  60. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  61. bf0dcbd b44: use netdev_alloc_skb by Stephen Hemminger · 17 years ago
  62. 72f4861 b44: packet offset is constant by Stephen Hemminger · 17 years ago
  63. f65a717 b44: tx bounce sizing. by Stephen Hemminger · 17 years ago
  64. a72a817 b44: timer power saving by Stephen Hemminger · 17 years ago
  65. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  66. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  67. cda22aa b44: fix IFF_ALLMULTI handling of CAM slots by Bill Helfinstine · 17 years ago
  68. 40ee8c7 B44: increase wait loop by Gary Zambrano · 17 years ago
  69. 97db9ee7 b44: replace define by Gary Zambrano · 17 years ago
  70. a7bed27 b44 endian annotations by Al Viro · 17 years ago
  71. 90afd0e Broadcom 4400 resume small fix by Dmitriy Monakhov · 17 years ago
  72. 00576e9 b44: src_desc->addr is little-endian by Al Viro · 17 years ago
  73. 5fc7d61 b44: Fix frequent link changes by Michael Chan · 17 years ago
  74. d15e9c4 netpoll: drivers must not enable IRQ unconditionally in their NAPI handler by Francois Romieu · 17 years ago
  75. e78181f [PATCH] b44: change comment about irq mask register by Johannes Berg · 18 years ago
  76. 6f62768 [PATCH] b44: fix eeprom endianess issue by Michael Buesch · 18 years ago
  77. 24fcbac Merge branch 'master' into upstream-fixes by Jeff Garzik · 18 years ago
  78. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  79. 2f614fe [netdrvr] b44: handle excessive multicast groups by Jeff Garzik · 18 years ago
  80. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  81. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  82. 9b91cf9 [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... by Jeff Garzik · 18 years ago
  83. 2e8a538 [netdrvr] Use dev_printk() when ethernet interface isn't available by Jeff Garzik · 18 years ago
  84. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  85. 4d1dabd [PATCH] b44: update version to 1.01 by Gary Zambrano · 18 years ago
  86. 725ad80 [PATCH] b44: add wol for old nic by Gary Zambrano · 18 years ago
  87. 00e8b3a [PATCH] b44: add parameter by Gary Zambrano · 18 years ago
  88. 52cafd9 [PATCH] b44: add wol by Gary Zambrano · 18 years ago
  89. 47b9c3b [PATCH] b44: fix manual speed/duplex/autoneg settings by Gary Zambrano · 18 years ago
  90. 639b421 [PATCH] x86_64: Check for bad dma address in b44 1GB DMA workaround by Andi Kleen · 18 years ago
  91. 10badc2 [netdrvr b44] trim trailing whitespace by Jeff Garzik · 18 years ago
  92. 8056bfa [PATCH] b44: increase version to 1.00 by Gary Zambrano · 18 years ago
  93. 2b474cf [PATCH] b44: disable default tx pause by Gary Zambrano · 18 years ago
  94. 5d9428d BUG_ON() Conversion in drivers/net/ by Eric Sesterhenn · 18 years ago
  95. 391fc09 [PATCH] b44: ensure valid mac addr by Gary Zambrano · 18 years ago
  96. 5c51312 b44: fix force mac address before ifconfig up by Gary Zambrano · 18 years ago
  97. c35ca39 [PATCH] b44: fix laptop carrier detect by Stephen Hemminger · 18 years ago
  98. 22d4d77 [PATCH] Fix warning with b44.c on 64bit boxes by Alan Cox · 18 years ago
  99. 981d9c1 b44: increase version number by Francois Romieu · 19 years ago
  100. 3410572 b44: early return in dev->do_ioctl when the device is not up by Francois Romieu · 19 years ago