1. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  2. 0f50c10 RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is bad by Liviu Dudau · 9 years ago
  3. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  4. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  5. ea589e9 sky2: avoid pci write posting after disabling irqs by Lino Sanfilippo · 10 years ago
  6. 799d2ff sky2: Fix crash inside sky2_rx_clean by Mirko Lindner · 10 years ago
  7. 2e95b2a sky2: use new netdev_rss_key_fill() helper by Ian Morris · 10 years ago
  8. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  9. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  10. 12fe08b sky2: use pci_zalloc_consistent by Joe Perches · 10 years ago
  11. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  12. 2d4186c sky2: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  13. 21ceda2 sky2: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 10 years ago
  14. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  15. 3ee2f8c sky2: allow mac to come from dt by Tim Harvey · 10 years ago
  16. 731073b sky2: initialize napi before registering device by Stanislaw Gruszka · 11 years ago
  17. b408f94 net: sky2 calls skb_set_hash by Tom Herbert · 11 years ago
  18. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  19. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  20. 21d35d2 net: sky2: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  21. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  22. 88dccf5 sky2: Fix crash on receiving VLAN frames by Kirill Smelkov · 11 years ago
  23. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  24. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  25. 74f9f42 sky2: Threshold for Pause Packet is set wrong by Mirko Lindner · 11 years ago
  26. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  27. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  28. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  29. 682d797 Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next by David S. Miller · 12 years ago
  30. 853e3f4 skge: remove __dev* attributes by Bill Pemberton · 12 years ago
  31. 1c85382 sky2: fix cleanup sequence in probe() function by Lino Sanfilippo · 12 years ago
  32. 0bd8ba1 drivers/net/ethernet/marvell/sky2.c: fix error return code by Peter Senna Tschudin · 12 years ago
  33. d663d18 sky2: Fix for interrupt handler by Mirko Lindner · 12 years ago
  34. 0e76732 sky2: Added support for Optima EEE by Mirko Lindner · 12 years ago
  35. 5ff0fea sky2: fix checksum bit management on some chips by stephen hemminger · 12 years ago
  36. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  37. e072b3f sky2: fix receive length error in mixed non-VLAN/VLAN traffic by stephen hemminger · 12 years ago
  38. 3f42941 sky2: propogate rx hash when packet is copied by stephen hemminger · 12 years ago
  39. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  40. 857504d sky2: copy received packets on inefficient unaligned architecture by stephen hemminger · 12 years ago
  41. ede7193 sky2: fix missing register reset on error path in sky2_test_msi() by Lino Sanfilippo · 12 years ago
  42. 2240eb4 sky2: dont overwrite settings for PHY Quick link by Lino Sanfilippo · 12 years ago
  43. 5676cc7 sky2: override for PCI legacy power management by stephen hemminger · 12 years ago
  44. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  45. ec2a546 sky2: add bql support by stephen hemminger · 13 years ago
  46. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  47. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  48. 282edce sky2: fix hang in napi_disable by stephen hemminger · 13 years ago
  49. 738a849 sky2: enforce minimum ring size by stephen hemminger · 13 years ago
  50. 3ad9b35 net: drivers: use bool type instead of double negation by Michał Mirosław · 13 years ago
  51. d9fa7c8 sky2: version 1.30 by stephen hemminger · 13 years ago
  52. 00427a7 sky2: used fixed RSS key by stephen hemminger · 13 years ago
  53. b1cb825 sky2: reduce default Tx ring size by stephen hemminger · 13 years ago
  54. 926d097 sky2: rename up/down functions by stephen hemminger · 13 years ago
  55. f9687c4 sky2: pci posting issues by stephen hemminger · 13 years ago
  56. 1401a80 sky2: fix hang on shutdown (and other irq issues) by stephen hemminger · 13 years ago
  57. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  58. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  59. 27d240f sky2: fix regression on Yukon Optima by stephen hemminger · 13 years ago
  60. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  61. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  62. 7ae60b3 sky2: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  63. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  64. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  65. 0bdb0bd sky2: manage irq better on single port card by stephen hemminger · 13 years ago
  66. 950a5a4 sky2: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  67. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  68. 527a626 skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/sky2.c]
  69. 4ec8f0c sky2: version 1.29 by stephen hemminger · 13 years ago
  70. 4fb99cd sky2: support for new Optima chipsets (EXPERIMENTAL) by stephen hemminger · 13 years ago
  71. 8e11680 sky2: use correct Inter Packet Gap at 10/100mbit by stephen hemminger · 13 years ago
  72. aa5ca96 sky2: force receive checksum when using RSS on some hardware (v2) by stephen hemminger · 13 years ago
  73. 68ac319 sky2: use GFP_KERNEL allocations at device setup by Eric Dumazet · 13 years ago
  74. 1a10cca sky2: remove unnecessary reads of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
  75. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  76. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  77. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  78. fce5592 ethtool: allow custom interval for physical identification by Allan, Bruce W · 13 years ago
  79. f5d6403 net: sky2: convert to hw_features by Michał Mirosław · 13 years ago
  80. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  81. 74e532f sky2: support ethtool set_phys_id by stephen hemminger · 13 years ago
  82. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  83. 9425276 drivers/net: fix build warnings with CONFIG_PM_SLEEP disabled by Michel Lespinasse · 13 years ago
  84. 86aa778 sky2: convert to new VLAN model (v0.2) by Stephen Hemminger · 14 years ago
  85. 2aca31e sky2: fix limited auto negotiation by Stephen Hemminger · 14 years ago
  86. 0885a30 sky2: implement 64 bit stats by stephen hemminger · 14 years ago
  87. 0f333d1 sky2: Do not use legacy PCI power management by Rafael J. Wysocki · 14 years ago
  88. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  89. 1953925 sky2: enable GRO by default by stephen hemminger · 14 years ago
  90. 060b946 sky2: Code style fixes by Mike McCormack · 14 years ago
  91. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  92. 38000a9 sky2: enable rx/tx in sky2_phy_reinit() by Brandon Philips · 14 years ago
  93. e0a67e2 sky2: version 1.28 by stephen hemminger · 14 years ago
  94. 3403aca sky2: Avoid allocating memory in sky2_resume by Mike McCormack · 14 years ago
  95. d72ff8f sky2: Refactor down/up code out of sky2_restart() by Mike McCormack · 14 years ago
  96. 93135a3 sky2: Shut off interrupts before NAPI by Mike McCormack · 14 years ago
  97. df01093 sky2: Avoid race in sky2_change_mtu by Mike McCormack · 14 years ago
  98. 3765252 sky2: Restore multicast after restart by Mike McCormack · 14 years ago
  99. 7cd26ce sky2: use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 14 years ago
  100. bf73130 sky2: add support for receive hashing by Stephen Hemminger · 14 years ago