Age | Commit message (Expand) | Author |
2010-01-13 | ixgbe: update copyright dates | Shannon Nelson |
2009-12-03 | ixgbe: performance tweaks | Jesse Brandeburg |
2009-12-03 | ixgbe: change default ring size | Jesse Brandeburg |
2009-12-02 | ixgbe: remove skb_dma_map/unmap calls from driver | Alexander Duyck |
2009-11-23 | ixgbe: Modify 82599 HWRSC statistics counters | Mallikarjuna R Chilakala |
2009-10-29 | ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599 | Yi Zou |
2009-10-07 | ixgbe: Use the instance of net_device_stats from net_device. | Ajit Khaparde |
2009-10-07 | dcb: data center bridging ops should be r/o | Stephen Hemminger |
2009-09-21 | ixgbe: Allow tx itr specific settings | Nelson, Shannon |
2009-09-01 | ixgbe: Add support for dcbnl_rtnl_ops.setapp/getapp | Yi Zou |
2009-09-01 | ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599 | Yi Zou |
2009-08-26 | ixgbe: cleanup functions that should have been defined static | Don Skidmore |
2009-08-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-08-09 | ixgbe: Disable packet split only on FCoE queues in 82599 | Yi Zou |
2009-07-30 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-07-30 | ixgbe: Fix RSC completion delay causing Rx interrupts to stop | Peter P Waskiewicz Jr |
2009-07-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-07-23 | ixgbe: Enable FCoE offload when DCB is enabled for 82599 | Yi Zou |
2009-07-17 | ixgbe: Remove legacy descriptor support | Peter P Waskiewicz Jr |
2009-06-07 | ixgbe: Re-adjust ring layouts to have better cacheline efficiency | Jesse Brandeburg |
2009-06-07 | ixgbe: Enable Flow Director hashing in 82599 | Peter P Waskiewicz Jr |
2009-06-07 | ixgbe: Add Flow Director init and modify functions for 82599 | Peter P Waskiewicz Jr |
2009-06-07 | ixgbe: Add a second feature flags variable, move HW RSC capability there | Peter P Waskiewicz Jr |
2009-06-07 | ixgbe: move v_idx into q_vector and use as index only | Alexander Duyck |
2009-06-07 | ixgbe: Add ethtool offline test support | Peter P Waskiewicz Jr |
2009-05-18 | ixgbe: set max desc to prevent total RSC packet size of 64K | Alexander Duyck |
2009-05-17 | ixgbe: Allow link flow control in DCB mode for 82599 adapters | Peter P Waskiewicz Jr |
2009-05-17 | ixgbe: Enable jumbo frame for FCoE feature in 82599 | Yi Zou |
2009-05-17 | ixgbe: Add RING_F_FCOE for FCoE feature in 82599 | Yi Zou |
2009-05-17 | ixgbe: Implement FCoE Rx side large receive offload feature to 82599 | Yi Zou |
2009-05-17 | ixgbe: Add infrastructure code for FCoE large receive offload to 82599 | Yi Zou |
2009-05-17 | ixgbe: Implement FCoE Tx side offload features in base driver of 82599 | Yi Zou |
2009-05-06 | ixgbe: remove ixgbe_napi_add/del_all references | Alexander Duyck |
2009-05-06 | ixgbe: make q_vectors dynamic to reduce netdev size | Alexander Duyck |
2009-04-28 | ixgbe: enable HW RSC for 82599 | Alexander Duyck |
2009-03-14 | ixgbe: Fix interrupt configuration for 82599 | Jesse Brandeburg |
2009-03-01 | ixgbe: Add 82599 device id's, hook it up into the main driver. | PJ Waskiewicz |
2009-02-24 | ixbge: fix bug when using large pages and jumbo frames | Jesse Brandeburg |
2009-02-24 | ixgbe: Move ring features into an enum, allowing easier future maintenance | Shannon Nelson |
2009-02-05 | ixgbe: Display EEPROM version in ethtool -i queries | Peter P Waskiewicz Jr |
2009-02-01 | ixgbe: Update copyright dates, bump the driver version number | Peter P Waskiewicz Jr |
2009-02-01 | ixgbe: Refactor MSI-X allocation mechanism | Peter P Waskiewicz Jr |
2009-01-21 | ixgbe: Replace LRO with GRO | Herbert Xu |
2008-12-10 | ixgbe: Implement PCIe AER support | Peter P Waskiewicz Jr |
2008-11-25 | DCB: fix kconfig option | Jeff Kirsher |
2008-11-20 | ixgbe: add SFP+ driver support | Donald Skidmore |
2008-11-20 | ixgbe: this patch adds support for DCB to the kernel and ixgbe driver | Alexander Duyck |
2008-11-02 | ixgbe: add device support for 82598AT (copper 10GbE) adapters | Jesse Brandeburg |
2008-10-16 | [netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMA | Jeff Garzik |
2008-09-24 | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison |