1. 7367096 ixgbe: move all Rx DMA control register writes to one central location by Alexander Duyck · 15 years ago
  2. 477de6e ixgbe: Move max frame size and Rx buffer length configuration into a function by Alexander Duyck · 15 years ago
  3. 826437d ixgbe: remove redundant configuration of vmolr, rename generic variable by Alexander Duyck · 15 years ago
  4. f5dc442 ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_mode by Alexander Duyck · 15 years ago
  5. 4865452 ixgbe: pull PSRTYPE configuration into a separate function by Alexander Duyck · 15 years ago
  6. acd3717 ixgbe: pull ring configuration into it's own function by Alexander Duyck · 15 years ago
  7. 05abb12 ixgbe: consolidate all setting of MRQC into one function by Alexander Duyck · 15 years ago
  8. 43e69bf ixgbe: move Tx ring configuration into a separate function by Alexander Duyck · 15 years ago
  9. 120ff94 ixgbe: move configuration of the MTQC register into it's own function by Alexander Duyck · 15 years ago
  10. 179b409 ixgbe: combine two modifications of TXDCTL into one by Alexander Duyck · 15 years ago
  11. 67ebd79 ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcb by Alexander Duyck · 15 years ago
  12. d716a7d ixgbe: remove redundant DMA alignment code by Alexander Duyck · 15 years ago
  13. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 15 years ago
  14. 4bc091d ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIG by John Fastabend · 15 years ago
  15. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  16. b8bc042 ixgbe: potential null dereference by Dan Carpenter · 15 years ago
  17. 56075a9 ixgbe: priority tagging FCoE frames without FCoE offload by John Fastabend · 15 years ago
  18. bded64a ixgbe/igb: catch invalid VF settings by Andy Gospodarek · 15 years ago
  19. 99faf68 ixgbe: fix version string for ixgbe by Don Skidmore · 15 years ago
  20. 5e09d7f ixgbe: properly toggling netdev feature flags when disabling FCoE by Yi Zou · 15 years ago
  21. d6ea7c9 ixgbe: drop support for UDP in RSS hash generation by Alexander Duyck · 15 years ago
  22. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  23. 396e799 ixgbe: use netif_<level> instead of netdev_<level> by Emil Tantilov · 15 years ago
  24. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 15 years ago
  25. d3ead24 ixgbe: skip non IPv4 packets in ATR filter by Guillaume Gaudonville · 15 years ago
  26. 9f756f0 ixgbe: disable tx engine before disabling tx laser by John Fastabend · 15 years ago
  27. fa37813 ixgbe: fix panic when shutting down system with WoL enabled by Andy Gospodarek · 15 years ago
  28. 2850062 ixgbe: update set_rx_mode to fix issues w/ macvlan by Alexander Duyck · 15 years ago
  29. 6b08f51 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  30. d08935c ixgbe: fix for race with 8259(8|9) during shutdown by Don Skidmore · 15 years ago
  31. eedc765c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  32. ca73948 ixgbe: only check pfc bits in hang logic if pfc is enabled by John Fastabend · 15 years ago
  33. 849c454 ixgbe: Use netdev_<level>, dev_<level>, pr_<level> by Emil Tantilov · 15 years ago
  34. 119fc60 ixgbe:add support for a new 82599 10G Base-T device by Mallikarjuna R Chilakala · 15 years ago
  35. ea0a04d ixgbe: add support for active DA cables by Don Skidmore · 15 years ago
  36. 33c66bd ixgbe: dcb, do not tag tc_prio_control frames by John Fastabend · 15 years ago
  37. 7483d9d ixgbe: fix ixgbe_tx_is_paused logic by John Fastabend · 15 years ago
  38. 38e0bd9 ixgbe: always enable vlan strip/insert when DCB is enabled by Yi Zou · 15 years ago
  39. 0b746e0 ixgbe: fix header len when unsplit packet overflows to data buffer by Shannon Nelson · 15 years ago
  40. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  41. e8171aa ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSC by Mallikarjuna R Chilakala · 15 years ago
  42. e433ea1 ixgbe: fix setting of promisc mode when using mac-vlans by Emil Tantilov · 15 years ago
  43. 7f01648 ixgbe: Add support for VF MAC and VLAN configuration by Greg Rose · 15 years ago
  44. f041277 ixgbe: Add boolean parameter to ixgbe_set_vmolr by Greg Rose · 15 years ago
  45. 26d2784 Revert "ixgbe: disable MSI-X by default on certain Cisco adapters" by David S. Miller · 15 years ago
  46. d5ffd75 ixgbe: disable MSI-X by default on certain Cisco adapters by Nicholas Nunley · 15 years ago
  47. dcd79ae ixgbe: add registers etc. printout code just before resetting adapters by Taku Izumi · 15 years ago
  48. 1b50773 ixgbe: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  49. c0dfb90 ixgbe: ixgbe_down needs to stop dev_watchdog by John Fastabend · 15 years ago
  50. ef02119 ixgbe: fix bug when EITR=0 causing no writebacks by Jesse Brandeburg · 15 years ago
  51. f8d1dca ixgbe: enable extremely low latency by Jesse Brandeburg · 15 years ago
  52. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. 61fac74 ixgbe: Power down PHY during driver resets by Peter Waskiewicz · 15 years ago
  54. 5f6c018 ixgbe: fix bug with vlan strip in promsic mode by Jesse Brandeburg · 15 years ago
  55. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  58. 2853eb8 ixgbe: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  59. ca77cd5 ixgbe: Priority tag FIP frames by Robert Love · 15 years ago
  60. e0fce69 ixgbe: cleanup maximum number of tx queues by John Fastabend · 15 years ago
  61. 581d1aa ixgbe: Change where clear_to_send_flag is reset to zero. by Greg Rose · 15 years ago
  62. 5809a1a ixgbe: In SR-IOV mode insert delay before bring the adapter up by Greg Rose · 15 years ago
  63. d6dbee8 net/intel: remove trailing space in messages by Frans Pop · 15 years ago
  64. fd3686a ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the address by Mallikarjuna R Chilakala · 15 years ago
  65. 0ecad5a ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdown by Mallikarjuna R Chilakala · 15 years ago
  66. 1097cd1 ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flapping by Mallikarjuna R Chilakala · 15 years ago
  67. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 15 years ago
  68. 2ea186a ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue() by John Fastabend · 15 years ago
  69. c85a261 ixgbe: Do not allocate too many netdev txqueues by John Fastabend · 15 years ago
  70. 43634e8 ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enabled kernels by Mallikarjuna R Chilakala · 15 years ago
  71. 3c945e5 ixgbe: prevent speculative processing of descriptors before ready by Milton Miller · 15 years ago
  72. 2bb4646 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  73. e86bff0 ixgbe: fix WOL register setup for 82599 by Don Skidmore · 16 years ago
  74. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 16 years ago
  75. 92eb879 ixgbe: Bump driver version up by Peter Waskiewicz · 16 years ago
  76. 9a713e7 ixgbe: Add support for the new ethtool n-tuple programming interface by Peter Waskiewicz · 16 years ago
  77. 4a0b9ca ixgbe: Make descriptor ring allocations NUMA-aware by PJ Waskiewicz · 16 years ago
  78. 1a6c14a ixgbe: Allocate driver resources per NUMA node by Jesse Brandeburg · 16 years ago
  79. 10eec95 ixgbe: only process one ixgbe_watchdog_task at a time. by John Fastabend · 16 years ago
  80. 9c119ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. fdd3d63 ixgbe: Fix return of invalid txq by Krishna Kumar · 16 years ago
  82. e44d38e ixgbe: Fix ixgbe_tx_map error path by Anton Blanchard · 16 years ago
  83. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 16 years ago
  85. 8e1e8a4 net: Fix IPv6 GSO type checks in Intel ethernet drivers by Sridhar Samudrala · 16 years ago
  86. 767081a ixgbe: Improve reset coordination between the PF and the VF by Greg Rose · 16 years ago
  87. c920569 ixgbe: Allow the VF driver to be loaded before the PF driver by Greg Rose · 16 years ago
  88. 1ada1b1 ixgbe: Set the correct pool when VLANs are added in SR-IOV mode. by Greg Rose · 16 years ago
  89. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  90. c1fa347 e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() by Roel Kluin · 16 years ago
  91. 8c47eaa ixgbe: update copyright dates by Shannon Nelson · 16 years ago
  92. 1a647bd ixgbe: Do not attempt to perform interrupts in netpoll when down by Alexander Duyck · 16 years ago
  93. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  94. 1cdd1ec ixgbe: Add SR-IOV features to main module by Greg Rose · 16 years ago
  95. 7f87047 ixgbe: Add SR-IOV register, structure and bit defines by Greg Rose · 16 years ago
  96. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 16 years ago
  97. 6837e89 ixgbe: Fix compiler warning about variable being used uninitialized by PJ Waskiewicz · 16 years ago
  98. 656ab81 ixgbe: fix Need to call pci_save_state after pci_restore_state by Don Skidmore · 16 years ago
  99. ca55398 ixgbe: allow tx of pre-formatted vlan tagged packets by Gurucharan Shetty · 16 years ago
  100. eb985f0 ixgbe: Fix tx_restart_queue/non_eop_desc statistics counters by Mallikarjuna R Chilakala · 16 years ago