| Commit message (Expand) | Author | Age | Files | Lines |
* | ixgbe: Enable FCoE offload when DCB is enabled for 82599 | Yi Zou | 2009-07-23 | 1 | -0/+1 |
* | ixgbe: Re-adjust ring layouts to have better cacheline efficiency | Jesse Brandeburg | 2009-06-07 | 1 | -16/+19 |
* | ixgbe: Enable Flow Director hashing in 82599 | Peter P Waskiewicz Jr | 2009-06-07 | 1 | -0/+12 |
* | ixgbe: Add Flow Director init and modify functions for 82599 | Peter P Waskiewicz Jr | 2009-06-07 | 1 | -0/+55 |
* | ixgbe: Add a second feature flags variable, move HW RSC capability there | Peter P Waskiewicz Jr | 2009-06-07 | 1 | -2/+3 |
* | ixgbe: move v_idx into q_vector and use as index only | Alexander Duyck | 2009-06-07 | 1 | -6/+5 |
* | ixgbe: Add ethtool offline test support | Peter P Waskiewicz Jr | 2009-06-07 | 1 | -0/+8 |
* | ixgbe: set max desc to prevent total RSC packet size of 64K | Alexander Duyck | 2009-05-18 | 1 | -0/+2 |
* | ixgbe: Allow link flow control in DCB mode for 82599 adapters | Peter P Waskiewicz Jr | 2009-05-17 | 1 | -0/+1 |
* | ixgbe: Enable jumbo frame for FCoE feature in 82599 | Yi Zou | 2009-05-17 | 1 | -0/+4 |
* | ixgbe: Add RING_F_FCOE for FCoE feature in 82599 | Yi Zou | 2009-05-17 | 1 | -0/+6 |
* | ixgbe: Implement FCoE Rx side large receive offload feature to 82599 | Yi Zou | 2009-05-17 | 1 | -0/+7 |
* | ixgbe: Add infrastructure code for FCoE large receive offload to 82599 | Yi Zou | 2009-05-17 | 1 | -0/+3 |
* | ixgbe: Implement FCoE Tx side offload features in base driver of 82599 | Yi Zou | 2009-05-17 | 1 | -0/+13 |
* | ixgbe: remove ixgbe_napi_add/del_all references | Alexander Duyck | 2009-05-06 | 1 | -2/+0 |
* | ixgbe: make q_vectors dynamic to reduce netdev size | Alexander Duyck | 2009-05-06 | 1 | -2/+3 |
* | ixgbe: enable HW RSC for 82599 | Alexander Duyck | 2009-04-28 | 1 | -0/+4 |
* | ixgbe: Fix interrupt configuration for 82599 | Jesse Brandeburg | 2009-03-14 | 1 | -2/+4 |
* | ixgbe: Add 82599 device id's, hook it up into the main driver. | PJ Waskiewicz | 2009-03-01 | 1 | -10/+19 |
* | ixbge: fix bug when using large pages and jumbo frames | Jesse Brandeburg | 2009-02-24 | 1 | -0/+1 |
* | ixgbe: Move ring features into an enum, allowing easier future maintenance | Shannon Nelson | 2009-02-24 | 1 | -4/+10 |
* | ixgbe: Display EEPROM version in ethtool -i queries | Peter P Waskiewicz Jr | 2009-02-05 | 1 | -0/+2 |
* | ixgbe: Update copyright dates, bump the driver version number | Peter P Waskiewicz Jr | 2009-02-01 | 1 | -1/+1 |
* | ixgbe: Refactor MSI-X allocation mechanism | Peter P Waskiewicz Jr | 2009-02-01 | 1 | -2/+7 |
* | ixgbe: Replace LRO with GRO | Herbert Xu | 2009-01-21 | 1 | -9/+0 |
* | ixgbe: Implement PCIe AER support | Peter P Waskiewicz Jr | 2008-12-10 | 1 | -0/+1 |
* | DCB: fix kconfig option | Jeff Kirsher | 2008-11-25 | 1 | -1/+1 |
* | ixgbe: add SFP+ driver support | Donald Skidmore | 2008-11-20 | 1 | -1/+4 |
* | ixgbe: this patch adds support for DCB to the kernel and ixgbe driver | Alexander Duyck | 2008-11-20 | 1 | -2/+23 |
* | ixgbe: add device support for 82598AT (copper 10GbE) adapters | Jesse Brandeburg | 2008-11-02 | 1 | -0/+1 |
* | [netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMA | Jeff Garzik | 2008-10-16 | 1 | -2/+2 |
* | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-09-24 | 1 | -1/+1 |
* | ixgbe: Whitespace, copyright update and version number change patch | Peter P Waskiewicz | 2008-09-24 | 1 | -11/+6 |
* | ixgbe: cleanup defines | Jesse Brandeburg | 2008-09-24 | 1 | -7/+0 |
* | ixgbe: update to latest common code module | Jesse Brandeburg | 2008-09-24 | 1 | -2/+0 |
* | ixgbe: fix ring reallocation in ethtool | Jesse Brandeburg | 2008-09-24 | 1 | -0/+4 |
* | ixgbe: recycle pages in packet split mode | Jesse Brandeburg | 2008-09-24 | 1 | -0/+1 |
* | ixgbe: fix bug with lots of tx queues | Jesse Brandeburg | 2008-09-24 | 1 | -3/+3 |
* | ixgbe: fix initial interrupt throttle settings | Jesse Brandeburg | 2008-09-24 | 1 | -15/+8 |
* | ixgbe: Update watchdog thread to accomodate longerlink_up events | Jesse Brandeburg | 2008-09-24 | 1 | -0/+6 |
* | ixgbe: update dca to new interface, fix CONFIG_DCA_MODULE | Jesse Brandeburg | 2008-09-03 | 1 | -11/+24 |
* | ixgbe: Lock RSS seed, move rx_buf_len to the rx_ring | Jesse Brandeburg | 2008-09-03 | 1 | -1/+1 |
* | ixgbe: disable flow control by default | Jesse Brandeburg | 2008-09-03 | 1 | -3/+3 |
* | ixgbe: add LRO support | Mallikarjuna R Chilakala | 2008-06-24 | 1 | -0/+9 |
* | ixgbe: Add optional DCA infrastructure | Jeb Cramer | 2008-03-17 | 1 | -0/+9 |
* | ixgbe: Introduce adaptive interrupt moderation | Ayyappan Veeraiyan | 2008-03-17 | 1 | -0/+9 |
* | ixgbe: Introduce MSI-X queue vector code | Ayyappan Veeraiyan | 2008-03-17 | 1 | -11/+58 |
* | ixbge: remove TX lock and redo TX accounting. | Ayyappan Veeraiyan | 2008-02-05 | 1 | -2/+0 |
* | ixgbe: remove obsolete irq_sem, add driver state checking code | Ayyappan Veeraiyan | 2008-02-05 | 1 | -1/+1 |
* | ixgbe: Fix copper PHY initialization code | Auke Kok | 2008-01-28 | 1 | -6/+2 |