1. 23e4eef amd-xgbe: Add hardware timestamp support by Lendacky, Thomas · 10 years ago
  2. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. 332cfc8 amd-xgbe: Fix error return code in xgbe_probe() by Wei Yongjun · 10 years ago
  4. 6964e97 amd-xgbe: Remove the adjustments needed for fixed speed by Lendacky, Thomas · 10 years ago
  5. 46c73ec ethernet: amd: fix 'foo* bar' by Varka Bhadram · 10 years ago
  6. ba69a3d ethernet: amd: fix pci device ids by Varka Bhadram · 10 years ago
  7. 13a4fa4 ethernet: amd: fix comment styles by Varka Bhadram · 10 years ago
  8. f7afbaa ethernet: amd: dynamic debug fixes by Varka Bhadram · 10 years ago
  9. 711fec5 ethernet: amd: use devm_ioremap() by Varka Bhadram · 10 years ago
  10. 43519e6 ethernet: amd: move amd111e_remove_one after probe by Varka Bhadram · 10 years ago
  11. 3d5baba declance: Fix 64-bit compilation warnings by Maciej W. Rozycki · 11 years ago
  12. cfa50c7 amd-xgbe: Base AXI DMA cache settings on device tree by Lendacky, Thomas · 11 years ago
  13. 9867e8f amd-xgbe: Performance enhancements by Lendacky, Thomas · 11 years ago
  14. ff42606 amd-xgbe: Call netif_napi_del on ndo_stop operation by Lendacky, Thomas · 11 years ago
  15. 91f8734 amd-xgbe: Clear the proper MTL interrupt register by Lendacky, Thomas · 11 years ago
  16. f3f128d amd-xgbe: Fix debugfs compatibility change with kstrtouint by Lendacky, Thomas · 11 years ago
  17. 66f95c3 amd-xgbe: Resolve checkpatch warning about sscanf usage by Lendacky, Thomas · 11 years ago
  18. b85e4d8 amd-xgbe: Change destination address filtering support by Lendacky, Thomas · 11 years ago
  19. 801c62d amd-xgbe: Add support for VLAN filtering by Lendacky, Thomas · 11 years ago
  20. c52e9c6 amd-xgbe: VLAN Rx tag stripping fix by Lendacky, Thomas · 11 years ago
  21. 6e5eed0 amd-xgbe: VLAN Tx tag insertion fix by Lendacky, Thomas · 11 years ago
  22. d0a8ba6 amd-xgbe: Make defines in xgbe.h unique by Lendacky, Thomas · 11 years ago
  23. 8fc908c amd-xgbe: unwind on error in xgbe_mdio_register() by Dan Carpenter · 11 years ago
  24. d5c4858 amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflict by Lendacky, Thomas · 11 years ago
  25. 1caaab6 amd-xgbe: Remove unnecessary include by Tom Lendacky · 11 years ago
  26. f666f87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  27. 1ebe98d amd-xgbe: Configuration and build support by Lendacky, Thomas · 11 years ago
  28. c5aa9e3 amd-xgbe: Initial AMD 10GbE platform driver by Lendacky, Thomas · 11 years ago
  29. 78c8dbb hplance: fix ram size in comment by Amos Kong · 11 years ago
  30. 1cff389 mvme147: fix ram size in comment by Amos Kong · 11 years ago
  31. 688c3b0 net/ariadne: delete unneeded call to netdev_priv by Julia Lawall · 11 years ago
  32. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  33. af9ba92 pcnet32: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  34. 37392c7 lance: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  35. e21106b am79c961a: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  36. 278d538 amd8111e: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  37. 4cc5c47 pcnet32: add missing check for pci_dma_mapping_error by Don Fry · 11 years ago
  38. 60e2e8b pcnet32: fix reallocation error by Don Fry · 11 years ago
  39. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  40. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  41. f187055 net: amd8111e: Spelling s/recive/receive/ by Geert Uytterhoeven · 11 years ago
  42. 4ffa8fc net/7990: Make lance_private.name const by Geert Uytterhoeven · 11 years ago
  43. a8ab77a net/7990: Fix whitespace errors by Geert Uytterhoeven · 11 years ago
  44. ebff7b4 net: pcnet: slight optimization of addr compare by dingtianhong · 11 years ago
  45. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  46. bd9ba8f zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h> by Geert Uytterhoeven · 11 years ago
  47. 6112ea0 zorro: ZTWO_VADDR() should return "void __iomem *" by Geert Uytterhoeven · 14 years ago
  48. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  49. 0fabe10 MIPS: DECstation I/O ASIC DMA interrupt classes by Maciej W. Rozycki · 11 years ago
  50. 94ee39f net: amd8111e: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  51. 3638d30 net: pcnet32: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  52. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  53. f0e28d48 lance: Fix hardcoded interrupt name lp->name to use system device value by Nate Levesque · 11 years ago
  54. 44da5c2 amd/7990: Remove extern from function prototypes by Joe Perches · 11 years ago
  55. 19717d05 declance: Remove `incompatible pointer type' warnings by Maciej W. Rozycki · 11 years ago
  56. b75ff5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  57. 5359b93 MIPS: DECstation I/O ASIC DMA interrupt handling fix by Maciej W. Rozycki · 11 years ago
  58. 7bebd00 ethernet: amd: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  59. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  60. 1fc2c46 net: au1000_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  61. 1409a93 ethernet: Convert mac address uses of 6 to ETH_ALEN by Joe Perches · 11 years ago
  62. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  63. f9c7da5 amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM) by Yijing Wang · 12 years ago
  64. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 12 years ago
  65. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  66. 8513fbd net: ethernet: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  67. a46e6cc net/ethernet/amd/amd8111e: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  68. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  69. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  70. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  71. fdd3f29 drivers/net: use module_pcmcia_driver() in pcmcia drivers by H Hartley Sweeten · 12 years ago
  72. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  73. 3ffd880 ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERR by Silviu-Mihai Popescu · 12 years ago
  74. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  75. 14f8dc4 drivers: net: Remove remaining alloc/OOM messages by Joe Perches · 12 years ago
  76. 1f1c7a5 drivers/net: delete old DEC depca ISA drivers support. by Paul Gortmaker · 12 years ago
  77. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  78. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  79. 483f777 drivers/net: remove orphaned references to micro channel by Paul Gortmaker · 12 years ago
  80. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  81. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  82. 0cb0568 net/amd: remove __dev* attributes by Bill Pemberton · 12 years ago
  83. a959087 pcnet32: remove __dev* attributes by Bill Pemberton · 12 years ago
  84. 92a6659 drivers/net/ethernet/amd/am79c961a.c: remove __dev* attributes by Bill Pemberton · 12 years ago
  85. 6912992 drivers/net/ethernet/amd/au1000_eth.c: fix error return code by Peter Senna Tschudin · 12 years ago
  86. 86e506e drivers/net/ethernet/amd/amd8111e.c: fix error return code by Peter Senna Tschudin · 12 years ago
  87. 5c8b73c lance: remove unnecessary setting of skb->dev by Jon Mason · 12 years ago
  88. 6469933 ethernet: Remove casts to same type by Joe Perches · 13 years ago
  89. 881bcabb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  90. a5e371f drivers/net: delete all code/drivers depending on CONFIG_MCA by Paul Gortmaker · 13 years ago
  91. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 13 years ago
  92. 0eb8694b net/ariadne: Improve debug prints by Geert Uytterhoeven · 14 years ago
  93. 44883eb m68k/atari: Change VME irq numbers from unsigned long to unsigned int by Geert Uytterhoeven · 13 years ago
  94. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  95. f27fd49 amd/hplance.c: print MAC via printk format specifier by Danny Kukawka · 13 years ago
  96. 7718f2c au1000_eth: use eth_hw_addr_random() instead of random_ether_addr() by Danny Kukawka · 13 years ago
  97. 1d26643 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  98. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  99. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  100. 3396c78 drivers/net: fix up stale paths from driver reorg by Paul Gortmaker · 13 years ago