index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_txrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-22
i40e: tweaking icr0 handling for legacy irq
Shannon Nelson
1
-1
/
+2
2013-10-22
i40e: refactor fdir setup function
Jesse Brandeburg
1
-45
/
+33
2013-10-22
i40e: fix sign extension issue
Jesse Brandeburg
1
-6
/
+6
2013-10-22
i40e: do not flush after re-enabling interrupts
Jesse Brandeburg
1
-2
/
+0
2013-10-09
i40e: Add support for 64 bit netstats
Alexander Duyck
1
-0
/
+4
2013-10-09
i40e: Move rings from pointer to array to array of pointers
Alexander Duyck
1
-2
/
+2
2013-10-09
i40e: Replace ring container array with linked list
Alexander Duyck
1
-9
/
+10
2013-10-09
i40e: Split bytes and packets from Rx/Tx stats
Alexander Duyck
1
-6
/
+6
2013-10-09
i40e: Add support for Tx byte queue limits
Alexander Duyck
1
-0
/
+15
2013-10-09
i40e: Drop dead code and flags from Tx hotpath
Alexander Duyck
1
-26
/
+5
2013-10-09
i40e: clean up Tx fast path
Alexander Duyck
1
-98
/
+122
2013-10-09
i40e: Do not directly increment Tx next_to_use
Alexander Duyck
1
-21
/
+25
2013-10-09
i40e: Cleanup Tx buffer info layout
Alexander Duyck
1
-8
/
+8
2013-10-09
i40e: Drop unused completed stat
Alexander Duyck
1
-2
/
+1
2013-09-11
i40e: transmit, receive, and NAPI
Jesse Brandeburg
1
-0
/
+1817