index
:
talos-op-linux
master
Talos™ II 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
*
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
*
i40e: Fix for extra Flow Director filter in table after error
Carolyn Wyborny
2015-10-08
1
-1
/
+2
*
i40e/i40evf: Add a stat to keep track of linearization count
Anjali Singhai Jain
2015-10-07
1
-2
/
+3
*
i40e: Use numa_mem_id() to better support memoryless node
Jiang Liu
2015-10-03
1
-1
/
+1
*
i40e: warn on double free
Jesse Brandeburg
2015-09-30
1
-0
/
+4
*
i40e: refactor interrupt enable
Jesse Brandeburg
2015-09-30
1
-4
/
+2
*
i40e/i40evf: fix Tx hang workaround code
Jesse Brandeburg
2015-09-30
1
-0
/
+1
*
i40e: Fix RS bit update in Tx path and disable force WB workaround
Anjali Singhai
2015-09-28
1
-44
/
+85
*
i40e: add GRE tunnel type to csum encoding
Shannon Nelson
2015-09-28
1
-0
/
+3
*
i40e/i40evf: refactor tx timeout logic
Kiran Patil
2015-09-28
1
-73
/
+2
*
i40e: Move i40e_get_head into header file
Kiran Patil
2015-09-28
1
-13
/
+0
*
i40e/i40evf: Add ATR HW eviction support for X722
Anjali Singhai Jain
2015-08-05
1
-0
/
+10
*
i40e/i40evf: Add TX/RX outer UDP checksum support for X722
Anjali Singhai Jain
2015-08-05
1
-1
/
+15
*
i40e/i40evf: Add support for writeback on ITR feature for X722
Anjali Singhai Jain
2015-08-05
1
-9
/
+37
*
i40e: use BIT and BIT_ULL macros
Jesse Brandeburg
2015-07-23
1
-20
/
+19
*
i40e/i40evf: Fix and refactor dynamic ITR code
Carolyn Wyborny
2015-07-23
1
-58
/
+88
*
i40e/i40evf: improve Tx performance with a small tweak
Jesse Brandeburg
2015-07-14
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-08
1
-15
/
+10
|
\
|
*
i40e/i40evf: Fix mixed size frags and linearization
Anjali Singhai Jain
2015-06-04
1
-15
/
+10
*
|
i40e/i40evf: remove time_stamp member
Jesse Brandeburg
2015-05-28
1
-10
/
+0
*
|
i40e/i40evf: force inline transmit functions
Jesse Brandeburg
2015-05-28
1
-16
/
+16
*
|
i40e: Move the FD ATR/SB messages to a higher debug level
Anjali Singhai Jain
2015-05-28
1
-3
/
+6
*
|
i40e/i40evf: Remove unneeded TODO
Greg Rose
2015-05-28
1
-3
/
+0
*
|
i40e/i40evf: Add stats to count Tunnel ATR hits
Anjali Singhai Jain
2015-05-28
1
-3
/
+10
*
|
i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.
Anjali Singhai Jain
2015-05-28
1
-33
/
+44
*
|
net: batch of last_rx update avoidance in ethernet drivers.
françois romieu
2015-05-14
1
-2
/
+0
|
/
*
i40e/i40evf: Use dma_rmb where appropriate
Alexander Duyck
2015-04-09
1
-2
/
+2
*
i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabled
Greg Rose
2015-04-03
1
-0
/
+13
*
i40e/i40evf: fix bug when skb allocation fails
Jesse Brandeburg
2015-04-03
1
-1
/
+4
*
i40e: Fix inconsistent use of PF/VF vs pf/vf
Jeff Kirsher
2015-03-09
1
-1
/
+1
*
i40e/i40evf: fix accidental write to ITR registers
Jesse Brandeburg
2015-03-09
1
-0
/
+1
[next]