index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
i40e: Fix led blink capability for 10GBaseT PHY
Carolyn Wyborny
2016-02-18
4
-6
/
+63
|
*
|
i40e: Add functions to blink led on 10GBaseT PHY
Carolyn Wyborny
2016-02-18
4
-0
/
+365
|
*
|
i40e/i40evf: Move Tx checksum closer to TSO
Alexander Duyck
2016-02-18
2
-11
/
+11
|
*
|
i40e/i40evf: Rewrite logic for 8 descriptor per packet check
Alexander Duyck
2016-02-18
5
-92
/
+162
|
*
|
i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
Alexander Duyck
2016-02-18
5
-112
/
+123
|
*
|
i40e: Add support for ATR w/ IPv6 extension headers
Alexander Duyck
2016-02-18
1
-15
/
+13
|
*
|
i40evf: Update feature flags to reflect newly enabled features
Alexander Duyck
2016-02-18
1
-4
/
+19
|
*
|
i40e: Update feature flags to reflect newly enabled features
Alexander Duyck
2016-02-18
1
-4
/
+10
|
*
|
i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
Alexander Duyck
2016-02-18
1
-12
/
+0
|
*
|
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
2
-2
/
+36
|
*
|
i40e/i40evf: Clean-up Rx packet checksum handling
Alexander Duyck
2016-02-18
2
-26
/
+20
|
*
|
i40e/i40evf: Add exception handling for Tx checksum
Alexander Duyck
2016-02-18
4
-26
/
+45
|
*
|
i40e/i40evf: Do not write to descriptor unless we complete
Alexander Duyck
2016-02-18
2
-76
/
+84
|
*
|
i40e/i40evf: Handle IPv6 extension headers in checksum offload
Alexander Duyck
2016-02-18
2
-2
/
+26
|
*
|
i40e/i40evf: Add support for IPv4 encapsulated in IPv6
Alexander Duyck
2016-02-18
2
-30
/
+49
|
*
|
i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
Alexander Duyck
2016-02-18
2
-51
/
+52
|
*
|
i40e/i40evf: Consolidate all header changes into TSO function
Alexander Duyck
2016-02-18
2
-36
/
+52
|
*
|
i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
Alexander Duyck
2016-02-18
2
-26
/
+36
|
*
|
i40e/i40evf: Use u64 values instead of casting them in TSO function
Alexander Duyck
2016-02-18
2
-10
/
+8
|
*
|
i40e/i40evf: Drop outer checksum offload that was not requested
Alexander Duyck
2016-02-18
5
-87
/
+10
|
*
|
i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
Catherine Sullivan
2016-02-17
2
-2
/
+2
|
*
|
i40e: When in promisc mode apply promisc mode to Tx Traffic as well
Anjali Singhai Jain
2016-02-17
3
-3
/
+12
|
*
|
i40e: clean event descriptor before use
Shannon Nelson
2016-02-17
2
-10
/
+15
|
*
|
i40evf: set adapter state on reset failure
Mitch Williams
2016-02-17
1
-0
/
+1
|
*
|
i40e: better error reporting for nvmupdate
Shannon Nelson
2016-02-17
2
-20
/
+24
|
*
|
i40e: expand comment
Mitch Williams
2016-02-17
1
-1
/
+5
|
*
|
i40e: Do not disable queues in the Legacy/MSI Interrupt handler
Anjali Singhai Jain
2016-02-17
2
-23
/
+6
|
*
|
i40e/i40evf: avoid atomics
Mitch Williams
2016-02-17
2
-16
/
+26
|
*
|
i40e: Removal of code which relies on BASE VEB SEID
Kiran Patil
2016-02-17
3
-17
/
+4
|
*
|
i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
Anjali Singhai Jain
2016-02-17
1
-1
/
+3
|
*
|
i40e: Add a SW workaround for lost interrupts
Anjali Singhai Jain
2016-02-17
7
-20
/
+40
|
*
|
i40e: trivial: cleanup use of pf->hw
Jesse Brandeburg
2016-02-17
1
-4
/
+4
|
*
|
i40evf: support packet split receive
Mitch Williams
2016-02-17
4
-31
/
+110
|
*
|
i40e: drop unused debugfs file "dump"
Jesse Brandeburg
2016-02-17
1
-250
/
+0
|
*
|
i40e: get rid of magic number
Mitch Williams
2016-02-17
1
-1
/
+1
|
*
|
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2016-02-17
12
-223
/
+445
|
|
\
\
|
|
*
|
i40e/i40evf: Bump version
Jesse Brandeburg
2016-02-17
2
-2
/
+2
|
|
*
|
i40e: properly show packet split status in debugfs
Mitch Williams
2016-02-17
3
-5
/
+3
|
|
*
|
i40e/i40evf: use logical operators, not bitwise
Mitch Williams
2016-02-17
2
-4
/
+6
|
|
*
|
i40e/i40evf: use pages correctly in Rx
Mitch Williams
2016-02-17
5
-86
/
+159
|
|
*
|
i40e/i40evf: use __GFP_NOWARN
Jesse Brandeburg
2016-02-17
2
-8
/
+16
|
|
*
|
i40e: dump descriptor indexes in hex
Jesse Brandeburg
2016-02-17
1
-7
/
+7
|
|
*
|
i40e/i40evf: try again after failure
Jesse Brandeburg
2016-02-17
4
-23
/
+89
|
|
*
|
i40e/i40evf: don't lose interrupts
Jesse Brandeburg
2016-02-17
5
-12
/
+20
|
|
*
|
i40evf: Change vf driver string to reflect all products i40evf supports
Catherine Sullivan
2016-02-17
1
-2
/
+2
|
|
*
|
i40e: Refactor force_wb and WB_ON_ITR functionality code
Anjali Singhai Jain
2016-02-17
3
-51
/
+72
|
|
*
|
i40e: use new add_veb calling with VEB stats control
Shannon Nelson
2016-02-17
2
-5
/
+10
|
|
*
|
i40e: add VEB stat control and remove L2 cloud filter
Shannon Nelson
2016-02-17
3
-9
/
+10
|
|
*
|
i40e: set shared bit for multicast filters
Shannon Nelson
2016-02-17
1
-2
/
+8
[prev]
[next]