1. 62f2aaa defxx: fix build warning by Sudip Mukherjee · 9 years ago
  2. 4d0438e defxx: Clean up DEFEA resource management by Maciej W. Rozycki · 10 years ago
  3. 6a931423 defxx: Disable DEFEA's ESIC I/O decoding on shutdown by Maciej W. Rozycki · 10 years ago
  4. fef85fc defxx: Correct DEFEA's ESIC MMIO decoding by Maciej W. Rozycki · 10 years ago
  5. a65da0c defxx: Fix DEFPA enable error propagation by Maciej W. Rozycki · 10 years ago
  6. b98dfaf defxx: DEFEA's ESIC port I/O decoding cleanup by Maciej W. Rozycki · 10 years ago
  7. b1a6d3e defxx: DEFEA's Burst Holdoff register initialization fix by Maciej W. Rozycki · 10 years ago
  8. 8a189f1 defxx: Correct DEFEA's ESIC port I/O accesses by Maciej W. Rozycki · 10 years ago
  9. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  10. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. 51ba0ed1 defxx: Fix issues with debug printk calls by Maciej W. Rozycki · 10 years ago
  12. 8848761 defxx: Add missing DMA synchronisation calls by Maciej W. Rozycki · 10 years ago
  13. b37cccf defxx: Handle DMA mapping errors by Maciej W. Rozycki · 10 years ago
  14. a630be7 defxx: Use netdev_alloc_skb consistently by Maciej W. Rozycki · 10 years ago
  15. 6329fe5 defxx: Discard DMA maps on buffer deallocation by Maciej W. Rozycki · 10 years ago
  16. d68ab59 defxx: Correct the receive DMA map size by Maciej W. Rozycki · 10 years ago
  17. 1b03747 defxx: Fix !DYNAMIC_BUFFERS compilation warnings by Maciej W. Rozycki · 10 years ago
  18. f46d53d defxx: Remove an incorrectly inverted preprocessor conditional by Maciej W. Rozycki · 10 years ago
  19. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  20. 5349d93 net/fddi: Replace local macro with PCI standard macro by Yijing Wang · 11 years ago
  21. ede23fa drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  22. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  23. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  24. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  25. c354dfc fddi: remove __dev* attributes by Bill Pemberton · 12 years ago
  26. c2fd03a drivers: net: Remove casts to same type by Joe Perches · 13 years ago
  27. 33f810b fddi: Move the FDDI drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/defxx.c]
  28. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  29. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  30. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  31. e1d4447 net: convert multiple drivers to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  32. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  33. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  34. 69d279e drivers/net/defxx.c: use %pMF to show MAC address by hartleys · 15 years ago
  35. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  36. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  37. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  38. 9034f77 netdev: Use __netdev_alloc_skb() instead of __dev_alloc_skb(). by David S. Miller · 16 years ago
  39. 9de6d99 netdev: remove pathetic compile-command lines by Alexey Dobriyan · 16 years ago
  40. fd8f499 defxx: convert driver to net_device_ops by Stephen Hemminger · 16 years ago
  41. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  42. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  43. eca1ad8 misc drivers/net annotations by Al Viro · 17 years ago
  44. 79d1050 defxx.c: dfx_bus_init() is __devexit not __devinit by Maciej W. Rozycki · 17 years ago
  45. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  46. fcdff13 defxx: Use __maybe_unused rather than a local hack by Maciej W. Rozycki · 17 years ago
  47. 8a32352 defxx: Fix the handling of ioremap() failures by Maciej W. Rozycki · 18 years ago
  48. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago
  49. 0a4f23f [HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev by Arnaldo Carvalho de Melo · 18 years ago
  50. e89a2cf [TC] defxx: TURBOchannel support by Maciej W. Rozycki · 18 years ago
  51. b2e68aa [PATCH] defxx: Big-endian hosts support by Maciej W. Rozycki · 18 years ago
  52. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  53. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  54. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  55. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  56. feea1db [PATCH] defxx: Use irqreturn_t for the interrupt handler by Maciej W. Rozycki · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago