1. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  2. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  3. 7274c20 e1000e: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  4. 19d5afd e1000e/igb/ixgbe: Don't report an error if devices don't support AER by Frans Pop · 15 years ago
  5. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  6. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  7. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  8. 68eac46 e1000e: fix use of pci_enable_pcie_error_reporting by Xiaotian Feng · 15 years ago
  9. 82776a4 e1000e: WoL does not work on 82577/82578 with manageability enabled by Bruce Allan · 15 years ago
  10. c93b5a7 e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECT by Mike Mason · 16 years ago
  11. 679e8a0 e1000e: stop unnecessary polling when using msi-x by Andy Gospodarek · 16 years ago
  12. edfea6e6 e1000e: Call e1000e_config_collision_dist() after TCTL has been set by Simon Horman · 16 years ago
  13. 042a53a net: skb_shared_info optimization by Eric Dumazet · 16 years ago
  14. 3be8c94 e1000e: bump the version number by Bruce Allan · 16 years ago
  15. a4f58f5 e1000e: add support for 82577/82578 GbE LOM parts by Bruce Allan · 16 years ago
  16. 2adc55c e1000e: specify max supported frame size in adapter struct by Bruce Allan · 16 years ago
  17. 3ec2a2b e1000e: correct flow control thresholds by Bruce Allan · 16 years ago
  18. 918d719 e1000e: do not attempt to disable smart powerdown if not supported by Bruce Allan · 16 years ago
  19. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 16 years ago
  20. c2d5ab4 e1000/e1000e/igb/ixgb: don't txhang after link down by Jesse Brandeburg · 16 years ago
  21. 4cb9be7 e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily by Jesse Brandeburg · 16 years ago
  22. e5e9743 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  23. 9c563d2 e1000e: indicate link down at load by Jesse Brandeburg · 16 years ago
  24. a86043c e1000e: fix bug in restart queue logic by Jesse Brandeburg · 16 years ago
  25. 4f9de72 NET/e1000e: Fix powering off during shutdown by Rafael J. Wysocki · 16 years ago
  26. df26fd2 e1000/e1000: fix compile warning by Jesse Brandeburg · 16 years ago
  27. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  28. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  29. 73afa53 e1000e: update version number by Jesse Brandeburg · 16 years ago
  30. a3c69fe e1000e: fix close interrupt race by Jesse Brandeburg · 16 years ago
  31. 12d04a3 e1000e: commonize tx cleanup routine to match e1000 & igb by Alexander Duyck · 16 years ago
  32. bef28b1 e1000e: add support for 82574 device ID 0x10F6 by Bruce Allan · 16 years ago
  33. 3f51839 e1000e: fixup merge error by Arthur Jones · 16 years ago
  34. 5f66f20 e1000e: allow tx of pre-formatted vlan tagged packets by Arthur Jones · 16 years ago
  35. 1b7719c e1000e: fix dma error handling issues by Alexander Duyck · 16 years ago
  36. 8c81c9c e1000e: add support for 82583 device id by Alexander Duyck · 16 years ago
  37. 8ddc951 e1000e: fix unmap bug by Jesse Brandeburg · 16 years ago
  38. fcf495b e1000e: remove workaround for e1000 hardware by Jesse Brandeburg · 16 years ago
  39. 573cca8 e1000e: remove RXSEQ link monitoring for serdes by dave graham · 16 years ago
  40. 111b9dc e1000e: add aer support by Jesse Brandeburg · 16 years ago
  41. 09640e63 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  42. 92af3e9 e1000e: drop lltx, remove unnecessary lock by Jesse Brandeburg · 16 years ago
  43. c405b82 e1000e: Invoke VLAN GRO handler by Herbert Xu · 16 years ago
  44. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  45. e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
  46. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  47. 89c88b1 e1000e: Add GRO support by Herbert Xu · 16 years ago
  48. cb7b48f igb/e1000e: Naming interrupt vectors by Alexander Duyck · 16 years ago
  49. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  50. ece4af1 driver/net/*: remove redundant argument comments by Qinghuang Feng · 16 years ago
  51. e243455 e1000e: check return code from NVM accesses and fix bank detection by Bruce Allan · 16 years ago
  52. a20e4cf e1000e: fix incorrect link status when switch module pulled by Bruce Allan · 16 years ago
  53. 8452759 e1000e: store EEPROM version number to prevent unnecessary NVM reads by Bruce Allan · 16 years ago
  54. 5c48ef3e2 e1000e: sync change flow control variables with ixgbe by Bruce Allan · 16 years ago
  55. 8f12fe8 e1000e: link up/down messages must follow a specific format by Bruce Allan · 16 years ago
  56. 75eb0fa e1000e: ESB2 config after link up by Bruce Allan · 16 years ago
  57. 438b365 e1000e: check return of pci_save_state by Bruce Allan · 16 years ago
  58. 005cbdf e1000e: disable correctable errors for quad ports while going to D3 by Alexander Duyck · 16 years ago
  59. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  60. 651c246 e1000e: convert to net_device_ops by Stephen Hemminger · 16 years ago
  61. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  62. eb7c3ad e1000e: fix IPMI traffic by Jeff Kirsher · 16 years ago
  63. e82f54b e1000e: fix warn_on reload after phy_id error by Jeff Kirsher · 16 years ago
  64. 6ff6802 e1000e: Use device_set_wakeup_enable by \"Rafael J. Wysocki\ · 16 years ago
  65. 4cf1653 netdevice: safe convert to netdev_priv() #part-2 by Wang Chen · 16 years ago
  66. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  67. 7c510e4 net: convert more to %pM by Johannes Berg · 16 years ago
  68. af807c8 e1000e: don't generate bad checksums for tcp packets with 0 csum by Dave Graham · 16 years ago
  69. 4dd5651 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  70. 6f92a6a e1000e: update version from k4 to k6 by Jesse Brandeburg · 16 years ago
  71. 4fa7553 e1000e: drop stats lock by Jesse Brandeburg · 16 years ago
  72. 23033fa e1000e: remove phy read from inside spinlock by Jesse Brandeburg · 16 years ago
  73. a8f88ff e1000e: do not ever sleep in interrupt context by Jesse Brandeburg · 16 years ago
  74. 4a77035 e1000e: write protect ICHx NVM to prevent malicious write/erase by Bruce Allan · 16 years ago
  75. 6c2a9ef e1000e: avoid duplicated output of device name in kernel warning by Frans Pop · 16 years ago
  76. 4662e82 e1000e: add support for new 82574L part by Bruce Allan · 16 years ago
  77. f4187b5 e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts by Bruce Allan · 16 years ago
  78. 2f15f9d e1000e: add support for the 82567LM-4 device by Bruce Allan · 16 years ago
  79. f8d59f7 e1000e: test for unusable MSI support by Bruce Allan · 16 years ago
  80. d53f706 e1000e: increase minimum frame size allowed by Bruce Allan · 16 years ago
  81. 10f1b49 e1000e: Increase Tx timeout factor for 10Mbps by Bruce Allan · 16 years ago
  82. 808ff67 e1000e: Use skb_copy_to_linear_data_offset introduced in 2.6.22 by Bruce Allan · 16 years ago
  83. f0f422e e1000e: remove inapplicable test for ioport by Bruce Allan · 16 years ago
  84. c43bc57e e1000e: fix drv load issues by Jesse Brandeburg · 16 years ago
  85. 10aa4c0 e1000e: perform basic 82573 EEPROM checks for known issues by Auke Kok · 16 years ago
  86. 44defeb e1000e: convert ndev_ printks to something smaller by Jeff Kirsher · 16 years ago
  87. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  88. e8ebe3b e1000e: fix e1000_netpoll(), remove extraneous e1000_clean_tx_irq() call by Ingo Molnar · 16 years ago
  89. d55b53f igb/ixgbe/e1000e: resolve tx multiqueue bug by Jeff Kirsher · 16 years ago
  90. 78ed11a netdrv intel: always enable VLAN filtering except in promiscous mode by Patrick McHardy · 16 years ago
  91. 746b9f0 netdrv intel: disable VLAN filtering in promiscous mode by Patrick McHardy · 16 years ago
  92. 38b2219 netdrv: don't truncate VLAN TCI with VLAN stripping by Patrick McHardy · 16 years ago
  93. 332e4af Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 17 years ago
  94. 6e4f6f6 e1000e: make ioport free by Taku Izumi · 17 years ago
  95. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  96. 52cc308 e1000e: fix EEH recovery during reset on PPC by Jeff Kirsher · 17 years ago
  97. a5136e2 e1000e: allow VLAN devices to use TSO and TCP CSUM offload by Jeff Kirsher · 17 years ago
  98. f47e81f e1000e: use resource_size_t, not unsigned long, for phys addrs by Becky Bruce · 17 years ago
  99. 97ac8ca e1000e: Add support for BM PHYs on ICH9 by Bruce Allan · 17 years ago
  100. f014e97 e1000e: Increment version to 0.2.1 by Jesse Brandeburg · 17 years ago