index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_txrx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e: queue-specific settings for interrupt moderation
Kan Liang
2016-02-19
1
-4
/
+5
*
i40e/i40evf: Move Tx checksum closer to TSO
Alexander Duyck
2016-02-18
1
-6
/
+6
*
i40e/i40evf: Rewrite logic for 8 descriptor per packet check
Alexander Duyck
2016-02-18
1
-46
/
+59
*
i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
Alexander Duyck
2016-02-18
1
-58
/
+13
*
i40e: Add support for ATR w/ IPv6 extension headers
Alexander Duyck
2016-02-18
1
-15
/
+13
*
i40e: Fix ATR in relation to tunnels
Alexander Duyck
2016-02-18
1
-17
/
+11
*
i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
Alexander Duyck
2016-02-18
1
-1
/
+18
*
i40e/i40evf: Clean-up Rx packet checksum handling
Alexander Duyck
2016-02-18
1
-13
/
+10
*
i40e/i40evf: Add exception handling for Tx checksum
Alexander Duyck
2016-02-18
1
-12
/
+22
*
i40e/i40evf: Do not write to descriptor unless we complete
Alexander Duyck
2016-02-18
1
-38
/
+42
*
i40e/i40evf: Handle IPv6 extension headers in checksum offload
Alexander Duyck
2016-02-18
1
-1
/
+13
*
i40e/i40evf: Add support for IPv4 encapsulated in IPv6
Alexander Duyck
2016-02-18
1
-15
/
+23
*
i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
Alexander Duyck
2016-02-18
1
-25
/
+26
*
i40e/i40evf: Consolidate all header changes into TSO function
Alexander Duyck
2016-02-18
1
-18
/
+26
*
i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
Alexander Duyck
2016-02-18
1
-13
/
+18
*
i40e/i40evf: Use u64 values instead of casting them in TSO function
Alexander Duyck
2016-02-18
1
-5
/
+4
*
i40e/i40evf: Drop outer checksum offload that was not requested
Alexander Duyck
2016-02-18
1
-42
/
+5
*
i40e: Do not disable queues in the Legacy/MSI Interrupt handler
Anjali Singhai Jain
2016-02-17
1
-13
/
+0
*
i40e/i40evf: avoid atomics
Mitch Williams
2016-02-17
1
-8
/
+13
*
i40e: Add a SW workaround for lost interrupts
Anjali Singhai Jain
2016-02-17
1
-3
/
+7
*
i40e/i40evf: use logical operators, not bitwise
Mitch Williams
2016-02-17
1
-2
/
+3
*
i40e/i40evf: use pages correctly in Rx
Mitch Williams
2016-02-17
1
-43
/
+75
*
i40e/i40evf: use __GFP_NOWARN
Jesse Brandeburg
2016-02-17
1
-4
/
+8
*
i40e/i40evf: try again after failure
Jesse Brandeburg
2016-02-17
1
-9
/
+42
*
i40e/i40evf: don't lose interrupts
Jesse Brandeburg
2016-02-17
1
-2
/
+4
*
i40e: Refactor force_wb and WB_ON_ITR functionality code
Anjali Singhai Jain
2016-02-17
1
-23
/
+34
*
i40e: add priv flag for automatic rule eviction
Anjali Singhai Jain
2016-02-17
1
-2
/
+4
*
i40e: do TSO only if CHECKSUM_PARTIAL is set
Shannon Nelson
2016-02-17
1
-0
/
+3
*
i40e: fix bug in dma sync
Jesse Brandeburg
2016-02-17
1
-4
/
+4
*
i40e: fix write-back-on-itr to work with legacy itr
Anjali Singhai Jain
2016-02-16
1
-5
/
+13
*
net: i40e: shut up uninitialized variable warnings
Arnd Bergmann
2016-01-25
1
-2
/
+2
*
i40e: Fix Rx hash reported to the stack by our driver
Anjali Singhai Jain
2016-01-08
1
-25
/
+29
*
i40e: geneve tunnel offload support
Singhai, Anjali
2015-12-16
1
-4
/
+4
*
i40e: trivial fixes
Jesse Brandeburg
2015-12-03
1
-5
/
+1
*
i40e/i40evf: use logical operator
Mitch Williams
2015-12-03
1
-1
/
+1
*
i40e: Fix memory leaks, sideband filter programming
Kiran Patil
2015-12-03
1
-5
/
+14
*
i40e: Detection and recovery of TX queue hung logic moved to service_task fro...
Kiran Patil
2015-12-03
1
-0
/
+2
*
i40e/i40evf: prefetch skb data on transmit
Jesse Brandeburg
2015-12-01
1
-0
/
+3
*
i40e/i40evf: Add a stat to track how many times we have to do a force WB
Anjali Singhai Jain
2015-11-25
1
-1
/
+3
*
i40e/i40evf: remove unused tunnel parameter
Shannon Nelson
2015-11-25
1
-7
/
+4
*
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
2015-11-18
1
-1
/
+0
*
i40e: add missing kernel-doc argument
Jean Sacren
2015-10-23
1
-0
/
+3
*
i40e/i40evf: adjust interrupt throttle less frequently
Jesse Brandeburg
2015-10-19
1
-2
/
+20
*
i40e/i40evf: change dynamic interrupt thresholds
Jesse Brandeburg
2015-10-19
1
-6
/
+21
*
i40e/i40evf: fix bug in throttle rate math
Jesse Brandeburg
2015-10-19
1
-1
/
+8
*
i40e/i40evf: refactor IRQ enable function
Jesse Brandeburg
2015-10-19
1
-46
/
+66
*
drivers/net/intel: use napi_complete_done()
Jesse Brandeburg
2015-10-16
1
-2
/
+6
*
i40e/i40evf: Drop useless "IN_NETPOLL" flag
Alexander Duyck
2015-10-16
1
-6
/
+1
*
i40e/i40evf: Fix handling of napi budget
Alexander Duyck
2015-10-16
1
-0
/
+5
*
i40e/i40evf: clean up some code
Jesse Brandeburg
2015-10-08
1
-3
/
+3
[next]