| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Move the Intel wired LAN drivers | Jeff Kirsher | 2011-08-11 | 1 | -2592/+0 |
* | intel drivers: repair missing flush operations | Jesse Brandeburg | 2011-08-04 | 1 | -0/+5 |
* | ixgbe: convert to ndo_fix_features | Don Skidmore | 2011-07-22 | 1 | -188/+0 |
* | ixgbe: Move interrupt related values out of ring and into q_vector | Alexander Duyck | 2011-07-22 | 1 | -2/+4 |
* | ixgbe: add structure for containing RX/TX rings to q_vector | Alexander Duyck | 2011-07-22 | 1 | -3/+3 |
* | ixgbe: fix ring assignment issues for SR-IOV and drop cases | Alexander Duyck | 2011-06-24 | 1 | -0/+2 |
* | ixgbe: disable RSC when Rx checksum is off | Emil Tantilov | 2011-06-24 | 1 | -11/+33 |
* | ixgbe: move reset code into a separate function | Emil Tantilov | 2011-06-24 | 1 | -12/+14 |
* | ixgbe: move setting RSC into a separate function | Emil Tantilov | 2011-06-24 | 1 | -16/+18 |
* | ixgbe: add support for nfc addition and removal of filters | Alexander Duyck | 2011-06-24 | 1 | -0/+245 |
* | ixgbe: add support for displaying ntuple filters via the nfc interface | Alexander Duyck | 2011-06-24 | 1 | -0/+102 |
* | ixgbe: add basic support for setting and getting nfc controls | Alexander Duyck | 2011-06-24 | 1 | -0/+19 |
* | ixgbe: fix flags relating to perfect filters to support coexistence | Alexander Duyck | 2011-06-24 | 1 | -12/+12 |
* | ixgbe: remove ntuple filtering | Alexander Duyck | 2011-06-24 | 1 | -136/+0 |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-07 | 1 | -0/+1 |
* | ixgbe: Merge ATR reinit into the service task | Alexander Duyck | 2011-05-15 | 1 | -0/+1 |
* | ixgbe: add ethtool counters for OS2BMC | Emil Tantilov | 2011-05-07 | 1 | -0/+4 |
* | ixgbe: add rxhash support | Emil Tantilov | 2011-05-07 | 1 | -1/+6 |
* | ixgbe: improve EEPROM read/write operations | Emil Tantilov | 2011-05-04 | 1 | -5/+2 |
* | ixgbe: fix sparse warning | Emil Tantilov | 2011-05-04 | 1 | -46/+62 |
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 2011-04-29 | 1 | -4/+4 |
* | ethtool: Use full 32 bit speed range in ethtool's set_settings | David Decotigny | 2011-04-29 | 1 | -1/+2 |
* | ixgbe: convert to ethtool set_phys_id | Emil Tantilov | 2011-04-27 | 1 | -12/+17 |
* | ixgbe: fix X540 ethtool loopback test. | Don Skidmore | 2011-04-27 | 1 | -0/+7 |
* | ixgbe: remove ntuple display support | Alexander Duyck | 2011-04-27 | 1 | -3/+0 |
* | ixgbe: cleanup short msleep's (<20ms) to use usleep_range | Don Skidmore | 2011-04-14 | 1 | -7/+7 |
* | ixgbe: fix setting and reporting of advertised speeds | Emil Tantilov | 2011-03-08 | 1 | -21/+20 |
* | ixgbe: cleanup copyright string for 2011 | Don Skidmore | 2011-03-03 | 1 | -1/+1 |
* | ixgbe: Adding 100MB FULL support in ethtool | Atita Shirwaikar | 2011-02-11 | 1 | -2/+32 |
* | ixgbe: update ntuple filter configuration | Alexander Duyck | 2011-01-10 | 1 | -39/+95 |
* | ixgbe: cleanup flow director hash computation to improve performance | Alexander Duyck | 2011-01-10 | 1 | -2/+2 |
* | ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer | Yi Zou | 2011-01-10 | 1 | -3/+1 |
* | ixgbe: cleanup string function calls to use bound checking versions. | Don Skidmore | 2010-12-11 | 1 | -2/+3 |
* | ixgbe: fix ntuple support | Emil Tantilov | 2010-12-11 | 1 | -1/+1 |
* | Intel Wired LAN drivers: Use static const | Jeff Kirsher | 2010-12-11 | 1 | -10/+14 |
* | ixgbe: add WOL support for SFP+ subdevice | Don Skidmore | 2010-12-03 | 1 | -0/+11 |
* | ixgbe: add support for x540 MAC | Don Skidmore | 2010-11-17 | 1 | -7/+32 |
* | ixgbe: add MAC and PHY support for x540 | Don Skidmore | 2010-11-17 | 1 | -0/+1 |
* | ixgbe: Cleanup DCB logic, whitespace, and comments in ixgbe_ethtool.c | Alexander Duyck | 2010-11-17 | 1 | -8/+6 |
* | ixgbe: add WOL support for backplane adapters | Alexander Duyck | 2010-11-17 | 1 | -0/+17 |
* | ixgbe: cleanup ixgbe_set_tx_csum ethtool flags configuration | Alexander Duyck | 2010-11-17 | 1 | -4/+3 |
* | ixgbe: change mac_type if statements to switch statements | Alexander Duyck | 2010-11-17 | 1 | -10/+35 |
* | ixgbe: Disable RSC when ITR setting is too high to allow RSC | Alexander Duyck | 2010-11-17 | 1 | -37/+53 |
* | ixgbe: add a netdev pointer to the ring structure | Alexander Duyck | 2010-11-17 | 1 | -6/+5 |
* | ixgbe: move device pointer into the ring structure | Alexander Duyck | 2010-11-17 | 1 | -18/+14 |
* | ixgbe: remove unnecessary re-init of adapter on Rx-csum change | Alexander Duyck | 2010-11-17 | 1 | -5/+0 |
* | ixgbe: fix stats handling | Eric Dumazet | 2010-10-21 | 1 | -12/+17 |
* | ixgbe: Update ixgbe to use new vlan accleration. | Jesse Gross | 2010-10-21 | 1 | -1/+11 |
* | drivers/net: return operator cleanup | Eric Dumazet | 2010-09-27 | 1 | -3/+3 |
* | ixgbe: rewrite ethtool test to use standard config functions | Alexander Duyck | 2010-08-20 | 1 | -235/+127 |