summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40e_txrx.c
AgeCommit message (Expand)Author
2016-04-13i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck
2016-02-18i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck
2016-02-18i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck
2016-02-18i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck
2016-02-18i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck
2016-02-18i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck
2016-02-18i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck
2016-02-18i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck
2016-02-18i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck
2016-02-18i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck
2016-02-18i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck
2016-02-18i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck
2016-02-18i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck
2016-02-18i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck
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