summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c
AgeCommit message (Expand)Author
2016-02-17i40e/i40evf: avoid atomicsMitch Williams
2016-02-17i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain
2016-02-17i40e/i40evf: use logical operators, not bitwiseMitch Williams
2016-02-17i40e/i40evf: use pages correctly in RxMitch Williams
2016-02-17i40e/i40evf: use __GFP_NOWARNJesse Brandeburg
2016-02-17i40e/i40evf: try again after failureJesse Brandeburg
2016-02-17i40e/i40evf: don't lose interruptsJesse Brandeburg
2016-02-17i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain
2016-02-17i40e: do TSO only if CHECKSUM_PARTIAL is setShannon Nelson
2016-02-17i40e: fix bug in dma syncJesse Brandeburg
2016-02-16i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain
2016-02-03i40evf: add new write-back modeAnjali Singhai Jain
2016-01-08i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain
2015-12-03i40e: trivial fixesJesse Brandeburg
2015-12-03i40e/i40evf: use logical operatorMitch Williams
2015-12-03i40e: Fix memory leaks, sideband filter programmingKiran Patil
2015-12-03i40e: Detection and recovery of TX queue hung logic moved to service_task fro...Kiran Patil
2015-12-01i40evf: allocate ring structs dynamicallyMitch Williams
2015-12-01i40e/i40evf: prefetch skb data on transmitJesse Brandeburg
2015-12-01i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai Jain
2015-11-25i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain
2015-11-25i40e/i40evf: remove unused tunnel parameterShannon Nelson
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-10-19i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg
2015-10-19i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg
2015-10-19i40e/i40evf: fix bug in throttle rate mathJesse Brandeburg
2015-10-19i40e/i40evf: refactor IRQ enable functionJesse Brandeburg
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-16i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck
2015-10-16i40e/i40evf: Fix handling of napi budgetAlexander Duyck
2015-10-08i40e/i40evf: clean up some codeJesse Brandeburg
2015-10-07i40e/i40evf: Add a stat to keep track of linearization countAnjali Singhai Jain
2015-10-03i40evf: Use numa_mem_id() to better support memoryless nodeJiang Liu
2015-09-30i40e/i40evf: fix Tx hang workaround codeJesse Brandeburg
2015-09-28i40e/i40evf: refactor tx timeout logicKiran Patil
2015-08-26i40evf: Use the correct defines to match the VF registersAnjali Singhai Jain
2015-08-05i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain
2015-08-05i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg
2015-07-23i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny
2015-07-14i40e/i40evf: improve Tx performance with a small tweakJesse Brandeburg
2015-06-26i40evf: fix panic during MTU changeMitch Williams
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-04i40e/i40evf: Fix mixed size frags and linearizationAnjali Singhai Jain
2015-05-28i40e/i40evf: remove time_stamp memberJesse Brandeburg
2015-05-28i40e/i40evf: force inline transmit functionsJesse Brandeburg
2015-05-28i40evf: skb->xmit_more supportJesse Brandeburg
2015-05-28i40e/i40evf: Remove unneeded TODOGreg Rose
2015-05-28i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.Anjali Singhai Jain
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu