1. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  2. 8aa06af tulip: formatting of pointers in printk() by Kulikov Vasiliy · 14 years ago
  3. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  4. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  5. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  6. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  7. 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
  8. 4302b67 tulip: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  9. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  10. a1e37bc tulip/winbond-840.c: Use dev_<level> and pr_<level> by Joe Perches · 15 years ago
  11. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  12. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  13. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  14. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  15. ad09646 tulip: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  16. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  17. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  18. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  19. 0ee904c drivers/net: replace BUG() with BUG_ON() if possible by Alexander Beregalov · 15 years ago
  20. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  21. 03f54b3 tulip: get rid of warning for non-const string literal by Stephen Hemminger · 15 years ago
  22. 65d9b8b drivers/net/tulip: fix warning: format not a string literal and no ... by Hannes Eder · 16 years ago
  23. 2a97e6b windbond: convert devices to new API by Stephen Hemminger · 16 years ago
  24. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  25. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  26. 48dd59e [netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp ours by Jeff Garzik · 16 years ago
  27. 405bbe9 Typo: depricated -> deprecated by Rolf Eike Beer · 17 years ago
  28. c559a5b tulip: endianness annotations by Al Viro · 17 years ago
  29. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  30. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  31. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  32. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  33. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  34. 1ddb986 Fix tulip SytemError typo by Valerie Henson · 17 years ago
  35. 0278ef8 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  36. 4934510 [TULIP]: Use CONFIG_SPARC consistently in ifdef tests. by David S. Miller · 17 years ago
  37. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  38. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  39. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  40. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  41. 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago
  42. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  43. 9f486ae [PATCH] Handle pci_enable_device() errors in resume by Valerie Henson · 18 years ago
  44. 42eab56 [PATCH] Use tulip.h in winbond-840.c by Grant Grundler · 18 years ago
  45. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  46. c9d26c9 [PATCH] winbond-840 section fix by Andrew Morton · 18 years ago
  47. c3d8e68 [netdrvr] Remove Becker-template 'io_size' member, when invariant by Jeff Garzik · 18 years ago
  48. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  49. 1f1bd5f [netdrvr] Remove long-unused bits from Becker template drivers by Jeff Garzik · 18 years ago
  50. d0b952a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  51. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  52. f3b197a [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/* by Jeff Garzik · 18 years ago
  53. bb02aac [PATCH] winbond-840-remove-badness-in-pci_map_single by Erling A. Jacobsen · 18 years ago
  54. cca4aa8 [PATCH] BUG_ON() Conversion in net/tulip/winbond-840.c by Eric Sesterhenn / snakebyte · 19 years ago
  55. 689be43 [NET]: Remove gratuitous use of skb->tail in network drivers. by David S. Miller · 19 years ago
  56. 10a87fc [PATCH] drivers/net/tulip/winbond-840: Use the DMA_32BIT_MASK constant by Tobias Klauser · 19 years ago
  57. 05adc3b [PATCH] u32 vs. pm_message_t fixes for drivers/net by Pavel Machek · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago