1. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  2. c8de1fc via-rhine: fix non-constant printk warnings by Stephen Hemminger · 15 years ago
  3. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  4. fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 16 years ago
  5. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  6. b74ca3a netdevice: Kill netdev->priv by Wang Chen · 16 years ago
  7. 5d1d07d via-rhine: convert to net_device_ops by Stephen Hemminger · 16 years ago
  8. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  9. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  10. b26b555 via-rhine: changed to use netdev_alloc_skb() from dev_alloc_skb by Kevin Lo · 16 years ago
  11. 32b0f53 via-rhine: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  12. f11cf25 [netdrvr] via-rhine: Use register offset definition for WOLcgClr by Laura Garcia · 16 years ago
  13. de4e7c8 via-rhine.c:rhine_hw_init() must be __devinit by Adrian Bunk · 16 years ago
  14. 2450022 drivers/net: Add missing "space" by Joe Perches · 17 years ago
  15. 53c03f5 via-rhine: endianness by Al Viro · 17 years ago
  16. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  17. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  18. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  19. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  20. b47157f via-rhine: disable rx_copybreak on archs that don't allow unaligned DMA access by Dustin Marquess · 17 years ago
  21. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  22. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  23. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  24. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  25. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  26. e84df48 via-rhine: set avoid_D3 for broken BIOSes by Roger Luethi · 17 years ago
  27. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  28. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  29. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  30. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  31. 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago
  32. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  33. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  34. b933b4d [PATCH] via-rhine: add option avoid_D3 (work around broken BIOSes) by Roger Luethi · 18 years ago
  35. ab19766 [PATCH] via-rhine: NAPI poll enable by Stephen Hemminger · 18 years ago
  36. 633949a [PATCH] via-rhine: NAPI support by Roger Luethi · 18 years ago
  37. 46009c8 [netdrvr] minor cleanups in Becker-derived drivers by Jeff Garzik · 18 years ago
  38. 03a8c66 [netdrvr] Remove Linux-specific changelogs from several Becker template drivers by Jeff Garzik · 18 years ago
  39. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  40. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  41. 38bb6b2 [PATCH] via-rhine: revert "change mdelay to msleep and remove from ISR path" by John W. Linville · 18 years ago
  42. 3e0d167 [PATCH] via-rhine: zero pad short packets on Rhine I ethernet cards by Craig Brind · 18 years ago
  43. 0761be4 [PATCH] drivers/net/via-rhine.c: make a function static by Adrian Bunk · 18 years ago
  44. 4be5de2 [PATCH] via-rhine: execute bounce buffers code on Rhine-I only by Roger Luethi · 18 years ago
  45. 00b428c [PATCH] via-rhine: link state fix by Roger Luethi · 18 years ago
  46. 6ba98d3 [PATCH] via-rhine: change mdelay to msleep and remove from ISR path by John W. Linville · 19 years ago
  47. b81e8e1 [PATCH] via-rhine: support ETHTOOL_GPERMADDR by John W. Linville · 19 years ago
  48. a839688 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  49. 689be43 [NET]: Remove gratuitous use of skb->tail in network drivers. by David S. Miller · 19 years ago
  50. 8644d2a Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Greg KH · 19 years ago
  51. d18c3db [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback. by Greg Kroah-Hartman · 19 years ago
  52. ed4030d [PATCH] via-rhine trivial whitespace patch by Denis Vlasenko · 19 years ago
  53. 1e7f0bd drivers/net/: Use the DMA_{64,32}BIT_MASK constants by Domen Puncer · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago