1. e885d76 e1000e: fix sparse warnings with -D__CHECK_ENDIAN__ by Bruce Allan · 14 years ago
  2. a2a5b32 e1000e: fix checkpatch warning from MINMAX test by Bruce Allan · 14 years ago
  3. 24b706b e1000e: cleanup - use braces in both branches of a conditional statement by Bruce Allan · 14 years ago
  4. f36bb6c e1000e: add missing initializers reported when compiling with W=1 by Bruce Allan · 14 years ago
  5. f5e261e e1000e: update copyright year by Bruce Allan · 14 years ago
  6. 058e8ed e1000e: increase version number by Bruce Allan · 14 years ago
  7. f2315bf e1000e: convert final strncpy() to strlcpy() by Bruce Allan · 14 years ago
  8. 79d4e90 e1000e: disable Early Receive DMA on ICH LOMs by Bruce Allan · 14 years ago
  9. c550b12 e1000e: use hardware default values for Transmit Control register by Bruce Allan · 14 years ago
  10. 6a92f73 e1000e: use default settings for Tx Inter Packet Gap timer by Bruce Allan · 14 years ago
  11. 56032be e1000e: always set transmit descriptor control registers the same by Bruce Allan · 14 years ago
  12. 55aa698 e1000e: pass pointer to ring struct instead of adapter struct by Bruce Allan · 14 years ago
  13. c5083cf e1000e: convert head, tail and itr_register offsets to __iomem pointers by Bruce Allan · 14 years ago
  14. 70495a5 e1000e: add Receive Packet Steering (RPS) support by Bruce Allan · 14 years ago
  15. afd1293 e1000e: cleanup Rx checksum offload code by Bruce Allan · 14 years ago
  16. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 14 years ago
  17. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 14 years ago
  18. 5f4a780 e1000e: hitting BUG_ON() from napi_enable by Bruce Allan · 14 years ago
  19. 09357b0 e1000e: Avoid wrong check on TX hang by Jeff Kirsher · 14 years ago
  20. 3f0cfa3 e1000e: Support for byte queue limits by Tom Herbert · 14 years ago
  21. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 14 years ago
  22. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 14 years ago
  23. ef456f8 e1000e: Convert printks to pr_<level> by Jeff Kirsher · 14 years ago
  24. ef9b965 e1000e: convert to real ndo_set_rx_mode by Jesse Brandeburg · 14 years ago
  25. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 14 years ago
  26. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 14 years ago
  27. 98a045d e1000e: fix skb truesize underestimation by Eric Dumazet · 14 years ago
  28. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 14 years ago
  29. dc22129 e1000e: convert to netdev features/hw_features API by Bruce Allan · 14 years ago
  30. ca1ba7c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 14 years ago
  31. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  32. c5778b4 e1000e: bump driver version number by Bruce Allan · 14 years ago
  33. 5f45021 e1000e: convert driver to use extended descriptors by Bruce Allan · 14 years ago
  34. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  35. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/e1000e/netdev.c]
  36. 9fb7a5f e1000e: minor re-order of #include files by Bruce Allan · 14 years ago
  37. c2fed99 e1000e: use GFP_KERNEL allocations at init time by Jeff Kirsher · 14 years ago
  38. 353064d e1000e: remove unnecessary reads of PCI_CAP_ID_EXP by Jon Mason · 14 years ago
  39. b3ccf26 e1000e: update driver version by Bruce Allan · 14 years ago
  40. 2b6b168 e1000e: access multiple PHY registers on same page at the same time by Bruce Allan · 14 years ago
  41. 400484f e1000e: do not schedule the Tx queue until ready by Bruce Allan · 14 years ago
  42. 99730e4 e1000e: 82579 intermittently disabled during S0->Sx by Bruce Allan · 14 years ago
  43. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  44. 5e152b4 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  45. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 14 years ago
  46. 9f728f5 PCI/e1000e: Add and use pci_disable_link_state_locked() by Yinghai Lu · 14 years ago
  47. dbf80dc e1000e: implement ethtool set_phys_id by Bruce Allan · 14 years ago
  48. 78cd29d e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device by Bruce Allan · 14 years ago
  49. 2084b11 e1000e: fix stats locking in e1000_watchdog_task by Flavio Leitner · 14 years ago
  50. 86d70e5 e1000e: convert to new VLAN model by Jeff Kirsher · 14 years ago
  51. a5cc764 e1000e: PCIe link speed in GT/s, not GB/s by Bruce Allan · 14 years ago
  52. 1bba438 e1000e: convert short duration msleep() to usleep_range() by Bruce Allan · 14 years ago
  53. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  54. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  55. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 15 years ago
  56. 70d279a e1000e: bump version number by Bruce Allan · 14 years ago
  57. ef5ab89 e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb() by Bruce Allan · 15 years ago
  58. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. 4def99b e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead by Bruce Allan · 15 years ago
  60. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. 713b3c9 e1000e: flush all writebacks before unload by Jesse Brandeburg · 15 years ago
  62. 615b32a e1000e: check down flag in tasks by Jesse Brandeburg · 15 years ago
  63. 79f5e84 e1000e: replace unbounded sprintf with snprintf by Bruce Allan · 15 years ago
  64. 263fb5b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 4633427 e1000e: tx_timeout should not increment for non-hang events by Jesse Brandeburg · 15 years ago
  66. 90da066 e1000e: reduce scope of some variables, remove unnecessary ones by Bruce Allan · 15 years ago
  67. 67fd4fc e1000e: convert to stats64 by Jeff Kirsher · 15 years ago
  68. af667a2 e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs by Bruce Allan · 15 years ago
  69. 0d6057e e1000e: update Copyright for 2011 by Bruce Allan · 15 years ago
  70. 31dbe5b e1000e: power off PHY after reset when interface is down by Bruce Allan · 15 years ago
  71. e0dc4f1 e1000e: properly bounds-check string functions by Bruce Allan · 15 years ago
  72. dd93f95 e1000e: cleanup variables set but not used by Bruce Allan · 15 years ago
  73. b1cdfea e1000e: checkpatch warnings - braces by Bruce Allan · 15 years ago
  74. f0f1a17 e1000e: checkpatch error - macro panethesis by Bruce Allan · 15 years ago
  75. 0d0b167 net: Fix drivers advertising HW_CSUM feature to use csum_start by Michał Mirosław · 15 years ago
  76. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 15 years ago
  77. c920aa8 e1000e: increment the driver version by Bruce Allan · 15 years ago
  78. e926244 e1000e: minor error message corrections by Bruce Allan · 15 years ago
  79. 36b973d e1000e: prevent null ptr dereference in e1000_tx_queue() by Bruce Allan · 15 years ago
  80. 073287c e1000e: support new PBA format from EEPROM by Bruce Allan · 15 years ago
  81. 9633e63 e1000e: fix double initialization in blink path by Holger Eitzenberger · 15 years ago
  82. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 15 years ago
  83. 147b2c8 e1000e: add netpoll support for MSI/MSI-X IRQ modes by Dongdong Deng · 15 years ago
  84. 1d51c41 drivers/net/e1000e: Remove unnecessary semicolons by Joe Perches · 15 years ago
  85. affa9df e1000e: Add check for reset flags before displaying reset message by Carolyn Wyborny · 15 years ago
  86. ff10e13 e1000e: reset PHY after errors detected by Carolyn Wyborny · 15 years ago
  87. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 15 years ago
  88. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 15 years ago
  89. 828bac8 e1000e: 82579 performance improvements by Bruce Allan · 15 years ago
  90. 3a3b758 e1000e: use hardware writeback batching by Jesse Brandeburg · 15 years ago
  91. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  92. 807540b drivers/net: return operator cleanup by Eric Dumazet · 15 years ago
  93. 7b872a5 e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags by Yi Zou · 15 years ago
  94. a1ce647 e1000e: 82579 jumbo frame workaround causing CRC errors by Bruce Allan · 15 years ago
  95. 068e8a3 e1000e: Simplify MSI interrupt testing by Jean Delvare · 15 years ago
  96. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 15 years ago
  97. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 15 years ago
  98. f6cec0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  99. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 15 years ago
  100. 1cfd2bd Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago