1. 6276288 skge: Unmask interrupts in case of spurious interrupts by Lino Sanfilippo · 10 years ago
  2. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  3. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  4. ee14eb7 skge: Added FS A8NE-FM to the list of 32bit DMA boards by Mirko Lindner · 10 years ago
  5. 0b88a8e skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  6. 68e35d8 net: skge: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  7. 3361dc9 skge: fix invalid value passed to pci_unmap_sigle by Mikulas Patocka · 11 years ago
  8. c194992 skge: fix broken driver by Mikulas Patocka · 11 years ago
  9. e47851f skge: dma_sync the whole receive buffer by stephen hemminger · 11 years ago
  10. f7b7a36 skge: fix build on 32 bit by Stephen Hemminger · 11 years ago
  11. 136d8f3 skge: add dma_mapping check by stephen hemminger · 11 years ago
  12. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  13. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 11 years ago
  14. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  15. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  16. 853e3f4 skge: remove __dev* attributes by Bill Pemberton · 12 years ago
  17. 175c0df drivers/net: use tasklet_kill in device remove/close process by Xiaotian Feng · 12 years ago
  18. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  19. a2af139 skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard by Graham Gower · 12 years ago
  20. bbcf61f drivers/net/ethernet/marvell/skge.c: fix error return code by Peter Senna Tschudin · 12 years ago
  21. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  22. aadf1f0 Revert "skge: check for PCI dma mapping errors" by stephen hemminger · 12 years ago
  23. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  24. da057fb skge: add byte queue limit support by stephen hemminger · 13 years ago
  25. d0249e44 skge: check for PCI dma mapping errors by stephen hemminger · 13 years ago
  26. 19f9ad7 skge: don't assert carrier until link is up by stephen hemminger · 13 years ago
  27. faa85aa skge: fix warning when CONFIG_PM is defined but not CONFIG_PM_SLEEP by Daniel Halperin · 13 years ago
  28. 455ffa6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  29. fe3c8cc skge: restore rx multicast filter on resume and after config changes by Florian Zumbiehl · 13 years ago
  30. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  31. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  32. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  33. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  34. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  35. a9e9fd7 skge: handle irq better on single port card by Stephen Hemminger · 13 years ago
  36. 516733c skge: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  37. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  38. 527a626 skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/skge.c]
  39. 5a9d691 skge: update version by stephen hemminger · 13 years ago
  40. 57d6fa3 skge: make support for old Genesis chips optional by stephen hemminger · 13 years ago
  41. c074304 add pci-id for DGE-530T by stephen hemminger · 13 years ago
  42. 6f7d32f skge: cleanup pci id table by stephen hemminger · 13 years ago
  43. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  44. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  45. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  46. fce5592 ethtool: allow custom interval for physical identification by Allan, Bruce W · 13 years ago
  47. e92702b skge: convert to hw_features by Michał Mirosław · 13 years ago
  48. a5b9f41 skge: implement set_phys_id by stephen hemminger · 13 years ago
  49. cdf64c8 skge: don't mark carrier down at start by Stephen Hemminger · 13 years ago
  50. 7dbf6ac skge: Do not use legacy PCI power management by stephen hemminger · 14 years ago
  51. b6bc765 drivers/net/*.c: Use static const by Joe Perches · 14 years ago
  52. 0d0b167 net: Fix drivers advertising HW_CSUM feature to use csum_start by Michał Mirosław · 14 years ago
  53. 6e07ebd drivers/net: remove unnecessary flush_scheduled_work() calls by Tejun Heo · 14 years ago
  54. 63f4e19 skge: Remove tx queue stopping in skge_devinit() by Guillaume Chazarain · 14 years ago
  55. 69259ab Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  56. 392bd0c skge: add quirk to limit DMA by Stanislaw Gruszka · 14 years ago
  57. 86cac58 skge: add GRO support by Eric Dumazet · 14 years ago
  58. 10fc51b skge: use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 14 years ago
  59. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  60. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  61. 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
  62. 2381a55 net/various: remove trailing space in messages by Frans Pop · 14 years ago
  63. 5508590 net: convert multiple drivers to use netdev_for_each_mc_addr, part2 by Jiri Pirko · 14 years ago
  64. 67777f9 drivers/net/skge.c: Use (pr|netdev)_<level> macro helpers by Joe Perches · 14 years ago
  65. f15063c drivers/net/skge.c: Use (pr|netdev)_<level> macro helpers by Joe Perches · 14 years ago
  66. d707204 drivers/net/skge.c: Use netif_printk macros by Joe Perches · 14 years ago
  67. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  68. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  69. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  70. 164165d drivers/net: tasklet_init - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  71. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  72. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  73. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  74. 415e69e skge: use unique IRQ name by Michal Schmidt · 15 years ago
  75. f191422 skge: Make sure both ports initialize correctly by Mike McCormack · 15 years ago
  76. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  77. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  78. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  79. 7b55a4a skge: Enable WoL by default if supported by Rafael J. Wysocki · 15 years ago
  80. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago
  81. d119b39 skge: fix occasional BUG during MTU change by Michal Schmidt · 15 years ago
  82. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  83. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  84. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  85. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  86. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  87. f80d032 skge: convert to net_device_ops by Stephen Hemminger · 16 years ago
  88. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  89. 5177b32 skge: adapt skge to use reworked PCI PM by Rafael J. Wysocki · 16 years ago
  90. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  91. e824b3e skge: Fix skge_set_ring_param() losing error return by Wang Chen · 16 years ago
  92. 9ac1353 [10/21] driver/net/skge.c: restart the interface when it's options or by Xiaoming.Zhang · 16 years ago
  93. f0c88f9 netxen, phy/marvell, skge: minor checkpatch fixes by Jeff Garzik · 16 years ago
  94. 6ef2977 skge napi->poll() locking bug by Marin Mitov · 16 years ago
  95. 1a8098b skge: MTU changing fix by Stephen Hemminger · 17 years ago
  96. 44c7fcc skge: serial mode register values by Stephen Hemminger · 17 years ago
  97. bf9f56d skge version 1.13 by Stephen Hemminger · 17 years ago
  98. 485982a skge: increase TX threshold for Jumbo by Stephen Hemminger · 17 years ago
  99. 21d7f67 skge: fiber link up/down fix by Stephen Hemminger · 17 years ago
  100. 799b21d skge: retry on MAC shutdown by Stephen Hemminger · 17 years ago