Age | Commit message (Expand) | Author | Files | Lines |
2016-09-25 | i40evf: support queue-specific settings for interrupt moderation | Jacob Keller | 1 | -0/+8 |
2016-09-25 | i40e/i40evf: Add txring_txq function to match fm10k and ixgbe | Alexander Duyck | 1 | -0/+9 |
2016-05-06 | i40e/i40evf: Remove unused hardware receive descriptor code | Jesse Brandeburg | 1 | -14/+10 |
2016-05-06 | i40evf: refactor receive routine | Jesse Brandeburg | 1 | -12/+25 |
2016-05-06 | i40evf: Drop packet split receive routine | Jesse Brandeburg | 1 | -7/+0 |
2016-05-06 | i40e/i40evf: Remove reference to ring->dtype | Jesse Brandeburg | 1 | -1/+0 |
2016-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+7 |
2016-04-14 | i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet | Alexander Duyck | 1 | -3/+7 |
2016-04-07 | i40e/i40evf: Faster RX via avoiding FCoE | Jesse Brandeburg | 1 | -0/+10 |
2016-04-05 | i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K | Alexander Duyck | 1 | -3/+32 |
2016-02-19 | i40e/i40evf: Rewrite logic for 8 descriptor per packet check | Alexander Duyck | 1 | -0/+19 |
2016-02-19 | i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx | Alexander Duyck | 1 | -0/+42 |
2016-02-18 | i40e/i40evf: Add exception handling for Tx checksum | Alexander Duyck | 1 | -1/+0 |
2016-02-18 | i40e/i40evf: Drop outer checksum offload that was not requested | Alexander Duyck | 1 | -1/+0 |
2016-02-18 | i40e: Add a SW workaround for lost interrupts | Anjali Singhai Jain | 1 | -1/+2 |
2016-02-18 | i40e: properly show packet split status in debugfs | Mitch Williams | 1 | -1/+0 |
2016-02-18 | i40e/i40evf: use pages correctly in Rx | Mitch Williams | 1 | -0/+2 |
2016-02-18 | i40e/i40evf: try again after failure | Jesse Brandeburg | 1 | -2/+2 |
2016-02-18 | i40e: Refactor force_wb and WB_ON_ITR functionality code | Anjali Singhai Jain | 1 | -1/+2 |
2015-12-03 | i40e: Detection and recovery of TX queue hung logic moved to service_task fro... | Kiran Patil | 1 | -0/+15 |
2015-12-02 | i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaround | Anjali Singhai Jain | 1 | -0/+2 |
2015-11-25 | i40e/i40evf: Add a stat to track how many times we have to do a force WB | Anjali Singhai Jain | 1 | -0/+1 |
2015-10-20 | i40e/i40evf: adjust interrupt throttle less frequently | Jesse Brandeburg | 1 | -2/+2 |
2015-10-20 | i40e/i40evf: change dynamic interrupt thresholds | Jesse Brandeburg | 1 | -0/+3 |
2015-10-20 | i40evf: fix overlong BIT defines | Jesse Brandeburg | 1 | -7/+7 |
2015-10-16 | i40e/i40evf: moderate interrupts differently | Jesse Brandeburg | 1 | -0/+10 |
2015-10-09 | i40e/i40evf: clean up some code | Jesse Brandeburg | 1 | -0/+1 |
2015-10-08 | i40e/i40evf: Add a stat to keep track of linearization count | Anjali Singhai Jain | 1 | -0/+1 |
2015-09-29 | i40e/i40evf: refactor tx timeout logic | Kiran Patil | 1 | -8/+0 |
2015-08-06 | i40e/i40evf: Add TX/RX outer UDP checksum support for X722 | Anjali Singhai Jain | 1 | -0/+2 |
2015-08-06 | i40e/i40evf: Add support for writeback on ITR feature for X722 | Anjali Singhai Jain | 1 | -0/+2 |
2015-08-06 | i40e/i40evf: RSS changes for X722 | Anjali Singhai Jain | 1 | -0/+12 |
2015-07-23 | i40e: use BIT and BIT_ULL macros | Jesse Brandeburg | 1 | -21/+21 |
2015-05-28 | i40e/i40evf: remove time_stamp member | Jesse Brandeburg | 1 | -1/+0 |
2015-05-28 | i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets. | Anjali Singhai Jain | 1 | -0/+1 |
2015-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2015-02-26 | i40e: Fix TSO with more than 8 frags per segment issue | Anjali Singhai | 1 | -0/+1 |
2015-02-24 | i40e/i40evf: Refactor the receive routines | Mitch Williams | 1 | -3/+14 |
2015-02-09 | i40evf: Force Tx writeback on ITR | Anjali Singhai Jain | 1 | -0/+1 |
2014-11-11 | i40e: clean up throttle rate code | Jesse Brandeburg | 1 | -4/+1 |
2014-08-27 | i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4 | Anjali Singhai Jain | 1 | -0/+1 |
2014-07-03 | i40e/i40evf: Do not free the dummy packet buffer synchronously | Anjali Singhai Jain | 1 | -1/+5 |
2014-06-25 | i40e/i40evf: remove reserved type | Jesse Brandeburg | 1 | -1/+0 |
2014-06-08 | i40e/i40evf: fix TSO accounting | Jesse Brandeburg | 1 | -2/+2 |
2014-06-05 | i40e/i40evf: remove unused RX_LRO define | Jesse Brandeburg | 1 | -7/+0 |
2014-05-29 | i40e/i40evf: remove storm control | Jesse Brandeburg | 1 | -1/+1 |
2014-05-29 | i40e/i40evf: Remove reserved PCTYPE defines | Kevin Scott | 1 | -5/+0 |
2014-05-21 | i40evf: Fix the headers and update copyright year. | Jesse Brandeburg | 1 | -1/+4 |
2014-01-01 | i40evf: driver core headers | Greg Rose | 1 | -0/+296 |