1. f9c7da5 amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM) by Yijing Wang · 11 years ago
  2. a46e6cc net/ethernet/amd/amd8111e: Use module_pci_driver to register driver by Peter Hüwe · 11 years ago
  3. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  4. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  5. 0cb0568 net/amd: remove __dev* attributes by Bill Pemberton · 12 years ago
  6. 86e506e drivers/net/ethernet/amd/amd8111e.c: fix error return code by Peter Senna Tschudin · 12 years ago
  7. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  8. 1d26643 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  9. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  10. c857ff6 amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  11. 23020ab Sweep additional floors of strcpy in .get_drvinfo routines by Rick Jones · 13 years ago
  12. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  13. b955f6c amd: Move AMD (Lance) chipset drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/amd8111e.c]
  14. c8d9e6d amd8111e: do vlan cleanup by Jiri Pirko · 13 years ago
  15. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  16. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  17. 983960b amd8111e: trivial typo spelling: Negotitate -> Negotiate by Joe Perches · 13 years ago
  18. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  19. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  20. c3227e5 amd8111e: use net_device_stats from struct net_device by Eric Dumazet · 14 years ago
  21. 022484c drivers/net: Adjust confusing if indentation by Julia Lawall · 14 years ago
  22. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  23. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  24. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  25. 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
  26. 0ddf477 net: convert multiple drivers to use netdev_for_each_mc_addr, part3 by Jiri Pirko · 15 years ago
  27. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  28. 91e8343 drivers/net/amd8111e.c: Fix continuation line formats by Joe Perches · 15 years ago
  29. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  30. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  31. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  32. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  33. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  34. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  35. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  36. 887e53d amd8111e: convert to net_device_ops by Stephen Hemminger · 16 years ago
  37. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  38. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  39. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  40. e83603f amd8111e: fix dma_free_coherent context by Chunbo Luo · 16 years ago
  41. 48e5eca amd8111e: Fix rx return code by Chris Friesen · 16 years ago
  42. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  43. 6ba33ac amd8111e: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  44. 2450022 drivers/net: Add missing "space" by Joe Perches · 17 years ago
  45. 3defd0e amd8111e: don't call napi_enable if configured w/o NAPI by Jiri Bohac · 17 years ago
  46. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  47. 05d2fec amd8111e big-endian fix by Al Viro · 17 years ago
  48. ee41a82 amd8111e: trivial endianness annotations, NULL noise removal by Al Viro · 17 years ago
  49. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  50. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  51. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  52. 25805dc network drivers: eliminate unneeded kill_vid code by Stephen Hemminger · 17 years ago
  53. 632155e potential parse error in ifdef by Yoann Padioleau · 17 years ago
  54. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  55. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  56. b7e36bf NET: turn local_save_flags() + local_irq_disable() into local_irq_save() by Jiri Kosina · 18 years ago
  57. 6b4bdde [PATCH] amd8111e use standard CRC lib by Stephen Hemminger · 18 years ago
  58. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  59. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  60. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  61. 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago
  62. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  63. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  64. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  65. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  66. b2795f5 [git] change permissions on drivers/net/amd8111e.[ch] to 0644, by Jeff Garzik · 19 years ago
  67. 44456d3 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string by Olaf Hering · 19 years ago
  68. cac8c81 [PATCH] Use pci_set_dma_mask() instead of direct assignment of DMA mask by Tobias Klauser · 19 years ago
  69. dfa1b73 [PATCH] drivers/net/amd8111e.c: fix NAPI interrupt in poll by Liu Tao · 19 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago