1. 93b9f8b e1000e: cosmetic move of #defines and function prototypes to the new phy.h by Bruce Allan · 13 years ago
  2. bdfe2da e1000e: cosmetic move of function prototypes to the new mac.h by Bruce Allan · 13 years ago
  3. 1b41db3 e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h by Bruce Allan · 13 years ago
  4. 21b5a6f e1000e: cosmetic move of #defines to the new 80003es2lan.h by Bruce Allan · 13 years ago
  5. f25701d e1000e: cosmetic move of #defines and prototypes to the new 82571.h by Bruce Allan · 13 years ago
  6. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 13 years ago
  7. c2ade1a e1000e: use generic IEEE MII definitions by Bruce Allan · 13 years ago
  8. 8bb6286 e1000e: resolve -Wunused-parameter compile warnings by Bruce Allan · 13 years ago
  9. 9e01990 e1000e: update driver version string by Bruce Allan · 13 years ago
  10. 55c5f55 e1000e: cleanup some whitespace and indentation issues by Bruce Allan · 13 years ago
  11. c063f60 e1000e: cleanup: group OR'ed bit settings with parens by Bruce Allan · 13 years ago
  12. 0cdc63449 e1000e: cleanup defines.h by Bruce Allan · 13 years ago
  13. fd0326f ixgbe: autoneg variable refactoring by Josh Hay · 13 years ago
  14. 99b7664 ixgbe: removed unused variable from setup_link_speed by Josh Hay · 13 years ago
  15. 3d29226 ixgbe: rename autoneg variables by Josh Hay · 13 years ago
  16. b4fafbe ixgbe: Fix device ref count bug by Greg Rose · 13 years ago
  17. d1d18b3 ixgbe: Reset the NIC if up2tc has changed by Amir Hanania · 13 years ago
  18. 8d56b6d igbvf: be sane about random MAC addresses by Mitch A Williams · 13 years ago
  19. 5ac6f91 igb: Don't give VFs random MAC addresses by Mitch A Williams · 13 years ago
  20. aa19c29 ixgbevf: Make sure link status and speed are fetched by Greg Rose · 13 years ago
  21. 39149d4 e1000e: cleanup: remove comments which are no longer applicable by Bruce Allan · 13 years ago
  22. a9bb629 e1000e: cleanup hw.h by Bruce Allan · 13 years ago
  23. 41c7d9c e1000e: cleanup: remove unused #define by Bruce Allan · 13 years ago
  24. 3e35d99 e1000e: adjust PM QoS request by Bruce Allan · 13 years ago
  25. c3d2dbf e1000e: correct maximum frame size on 82579 by Bruce Allan · 13 years ago
  26. 6b598e1 e1000e: cleanup: remove e1000e_commit_phy() by Bruce Allan · 13 years ago
  27. dde3a57 e1000e: cleanup: remove e1000_get_cable_length() by Bruce Allan · 13 years ago
  28. 84c1bef e1000e: cleanup: remove e1000_get_phy_cfg_done() by Bruce Allan · 13 years ago
  29. fe90849 e1000e: cleanup: rename e1000_get_cfg_done() by Bruce Allan · 13 years ago
  30. c2c6629 e1000e: cleanup: remove e1000_force_speed_duplex() by Bruce Allan · 13 years ago
  31. 7de89f0 e1000e: cleanup: remove e1000_set_d0_lplu_state() by Bruce Allan · 13 years ago
  32. 70806a7 e1000e: cleanup: do not assign a variable a value when not necessary by Bruce Allan · 13 years ago
  33. 7dbbe5d e1000e: do not ignore variables which get set a value by Bruce Allan · 13 years ago
  34. 1f96012d e1000e: cleanup: remove unnecessary function prototypes by Bruce Allan · 13 years ago
  35. 9d57088 e1000e: add comment to spinlock_t definition by Bruce Allan · 13 years ago
  36. d394998 e1000e: remove definition of struct which is no longer used by Bruce Allan · 13 years ago
  37. 4e03510 e1000e: fix PHY init workarounds for i217/i218 by Bruce Allan · 13 years ago
  38. ed1a426 e1000e: correct maximum frame size on i217/i218 by Bruce Allan · 13 years ago
  39. bf67044 e1000e: update copyright date by Bruce Allan · 13 years ago
  40. fc915e9 e1000e: remove prototype of non-existent function by Bruce Allan · 13 years ago
  41. 6e928b7 e1000e: prevent hardware from automatically configuring PHY on I217/I218 by Bruce Allan · 13 years ago
  42. 94fb848 e1000e: enable ECC on I217/I218 to catch packet buffer memory errors by Bruce Allan · 13 years ago
  43. d89777b e1000e: add support for IEEE-1588 PTP by Bruce Allan · 13 years ago
  44. 347b520 e1000e: fix flow-control thresholds for jumbo frames on 82579/I217/I218 by Bruce Allan · 13 years ago
  45. a8fc189 e1000e: fix ethtool offline register test for I217 by Bruce Allan · 13 years ago
  46. b876a74 ixgbevf: Fix link speed message to support 100Mbps by Greg Rose · 13 years ago
  47. 43dc4e0 ixgbe: Limit number of reported VFs to device specific value by Donald Dutile · 13 years ago
  48. da36b64 ixgbe: Implement PCI SR-IOV sysfs callback operation by Greg Rose · 13 years ago
  49. 66dcfd7 ixgbe: Modularize SR-IOV enablement code by Greg Rose · 13 years ago
  50. 60a1a68 ixgbe: Make mailbox ops initialization unconditional by Greg Rose · 13 years ago
  51. b205c0d ixgbe: only compile ixgbe_debugfs.o when enabled by Jacob Keller · 13 years ago
  52. 39dfb71 ixgbe: Inline Rx PTP descriptor handling by Alexander Duyck · 13 years ago
  53. b1e50f7 ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctl by Jacob Keller · 13 years ago
  54. 12ff3f3 ixgbe: add warning when scheduling reset by Jacob Keller · 13 years ago
  55. 891dc08 ixgbe: Add ptp work item to poll for the Tx timestamp by Jacob Keller · 13 years ago
  56. 6cb562d ixgbe: Use watchdog check in favor of BPF for detecting latched timestamp by Jacob Keller · 13 years ago
  57. f2f33387 ixgbe: Update ptp_overflow check comment and jiffies by Jacob Keller · 13 years ago
  58. aeb8264 ixgbe: add missing supported filters to get_ts_info by Jacob Keller · 13 years ago
  59. dfcc461 ixgbe: ethtool ixgbe_diag_test cleanup by Jacob Keller · 13 years ago
  60. 4b9ea46 igb: Copyright string update to year 2013 by Akeem G. Abodunrin · 13 years ago
  61. 70d289b igb: Replace rmb in Tx cleanup with read_barrier_depends by Alexander Duyck · 13 years ago
  62. 088245a ixgbevf: Fix statistics corruption by Greg Rose · 13 years ago
  63. 6fe5967 ixgbevf: Fix link up messages by Greg Rose · 13 years ago
  64. 1e72bfc ixgbevf: Synch out of tree and in tree mailbox interrupt handlers by Greg Rose · 13 years ago
  65. ec71825 ixgbe: Improve performance and reduce size of ixgbe_tx_map by Alexander Duyck · 13 years ago
  66. 472148c ixgbe: Update ixgbe Tx flags to improve code efficiency by Alexander Duyck · 13 years ago
  67. c44f5f5 ixgbe: Always use context 0, even for FCoE and TSO by Alexander Duyck · 13 years ago
  68. 8f4fbb9 ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check by Alexander Duyck · 13 years ago
  69. 610a63f ixgbe: SR-IOV: dynamic IEEE DCBx default priority changes by John Fastabend · 13 years ago
  70. ba59814 igb: Use in-kernel PTP_EV_PORT #define by Matthew Vick · 13 years ago
  71. badc26d igb: Free any held skb that should have been timestamped on remove by Matthew Vick · 13 years ago
  72. fc58075 igb: Add mechanism for detecting latched hardware Rx timestamp by Matthew Vick · 13 years ago
  73. 428f1f7 igb: Add timeout for PTP Tx work item by Matthew Vick · 13 years ago
  74. b66e239 igb: Add support for SW timestamping by Matthew Vick · 13 years ago
  75. e428893 igb: Enable hwmon data output for thermal sensors via I2C. by Carolyn Wyborny · 13 years ago
  76. aca5dae igb: Add support functions to access thermal data. by Carolyn Wyborny · 13 years ago
  77. 441fc6f igb: Add i2c interface to igb. by Carolyn Wyborny · 13 years ago
  78. fa44f2f igb: Enable SR-IOV configuration via PCI sysfs interface by Greg Rose · 13 years ago
  79. b67e191 e1000e: add support for hardware timestamping on some devices by Bruce Allan · 13 years ago
  80. ffe0b2ff e1000e: Use standard #defines for PCIe Capability ASPM fields by Bjorn Helgaas · 13 years ago
  81. 203e415 e1000e: add ethtool .get_eee/.set_eee by Bruce Allan · 13 years ago
  82. d60923c e1000e: merge multiple conditional statements into one by Bruce Allan · 13 years ago
  83. e3d14b0 e1000e: cleanup code duplication by Bruce Allan · 13 years ago
  84. 3a3104e e1000e: cleanup magic number by Bruce Allan · 13 years ago
  85. 1860ac8 e1000e: cleanup unnecessary line wrap by Bruce Allan · 13 years ago
  86. 2a2293b e1000e: cleanup unusual comment placement by Bruce Allan · 13 years ago
  87. 0a93991 e1000e: cleanup redundant statistics counter by Bruce Allan · 13 years ago
  88. 7dbc167 e1000e: resolve checkpatch PREFER_PR_LEVEL warning by Bruce Allan · 13 years ago
  89. 8e5ab42 e1000e: add missing bailout on error by Bruce Allan · 13 years ago
  90. 12d43f7 e1000e: unexpected "Reset adapter" message when cable pulled by Bruce Allan · 13 years ago
  91. 3d4d575 e1000e: fix enabling of EEE on 82579 and I217 by Bruce Allan · 13 years ago
  92. 651fb10 e1000e: 82577: workaround for link drop issue by Bruce Allan · 13 years ago
  93. 4ddc48a e1000e: helper functions for accessing EMI registers by Bruce Allan · 13 years ago
  94. 1cc7a3a e1000e: Invalid Image CSUM bit changed for I217 by Bruce Allan · 13 years ago
  95. 635ab56 e1000e: Acquire/release semaphore when writing each EEPROM page by Bruce Allan · 13 years ago
  96. 1241f29 e1000e: SerDes autoneg flow control by Bruce Allan · 13 years ago
  97. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 13 years ago
  98. 483f777 drivers/net: remove orphaned references to micro channel by Paul Gortmaker · 13 years ago
  99. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 13 years ago
  100. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago