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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-05
i40e: Change comment to reflect correct function name
Mitch Williams
1
-1
/
+1
2016-04-05
i40e: Change unknown event error msg to ignore message
Shannon Nelson
1
-1
/
+1
2016-04-05
i40e: Added code to prevent double resets
Mitch Williams
1
-4
/
+7
2016-04-05
i40e: Notify VFs of all resets
Mitch Williams
1
-2
/
+2
2016-04-05
i40e: Remove timer and task only if created
Shannon Nelson
1
-2
/
+4
2016-04-05
i40e: Assure that adminq is alive in debug mode
Shannon Nelson
1
-7
/
+6
2016-04-05
i40e: Remove MSIx only if created
Shannon Nelson
1
-1
/
+1
2016-04-05
i40e: Fix up return code
Jesse Brandeburg
1
-3
/
+3
2016-04-05
i40e: Save off VSI resource count when updating VSI
Kevin Scott
1
-0
/
+6
2016-04-05
i40e/i40evf: Remove I40E_MAX_USER_PRIORITY define
Catherine Sullivan
1
-1
/
+0
2016-04-05
i40e/i40evf: Fix casting in transmit code
Jesse Brandeburg
1
-2
/
+3
2016-04-05
i40e/i40evf: Add support for bulk free in Tx cleanup
Alexander Duyck
1
-9
/
+11
2016-04-05
i40e/i40evf: Fix handling of boolean logic in polling routines
Alexander Duyck
1
-5
/
+8
2016-04-05
i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K
Alexander Duyck
3
-8
/
+42
2016-04-05
i40e: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
3
-7
/
+3
2016-03-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
9
-13
/
+1657
2016-02-29
i40e: Add support for client interface for IWARP driver
Anjali Singhai Jain
9
-13
/
+1657
2016-02-19
i40e/ethtool: support coalesce setting by queue
Kan Liang
1
-0
/
+7
2016-02-19
i40e/ethtool: support coalesce getting by queue
Kan Liang
1
-0
/
+7
2016-02-19
i40e: queue-specific settings for interrupt moderation
Kan Liang
6
-70
/
+120
2016-02-19
i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
Jesse Brandeburg
1
-1
/
+1
2016-02-19
i40e: let go of the past
Mitch Williams
1
-0
/
+2
2016-02-19
i40e: suspend scheduling during driver unload
Pandi Kumar Maharajan
1
-0
/
+1
2016-02-19
i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
Shannon Nelson
5
-22
/
+23
2016-02-18
i40e: implement and use Rx CTL helper functions
Shannon Nelson
2
-3
/
+133
2016-02-18
i40e: add adminq commands for Rx CTL registers
Shannon Nelson
1
-0
/
+16
2016-02-18
i40e: add check for null VSI
John Underwood
1
-1
/
+6
2016-02-18
i40e: Expose some registers to program parser, FD and RSS logic
Anjali Singhai Jain
1
-0
/
+48
2016-02-18
i40e: Fix for unexpected messaging
Carolyn Wyborny
1
-6
/
+7
2016-02-18
i40e: Do not wait for Rx queue disable in DCB reconfig
Neerav Parikh
1
-9
/
+24
2016-02-18
i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
Kevin Scott
1
-1
/
+7
2016-02-18
i40e: Fix led blink capability for 10GBaseT PHY
Carolyn Wyborny
4
-6
/
+63
2016-02-18
i40e: Add functions to blink led on 10GBaseT PHY
Carolyn Wyborny
3
-0
/
+358
2016-02-18
i40e/i40evf: Move Tx checksum closer to TSO
Alexander Duyck
1
-6
/
+6
2016-02-18
i40e/i40evf: Rewrite logic for 8 descriptor per packet check
Alexander Duyck
3
-46
/
+84
2016-02-18
i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
Alexander Duyck
3
-62
/
+67
2016-02-18
i40e: Add support for ATR w/ IPv6 extension headers
Alexander Duyck
1
-15
/
+13
2016-02-18
i40e: Update feature flags to reflect newly enabled features
Alexander Duyck
1
-4
/
+10
2016-02-18
i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
Alexander Duyck
1
-12
/
+0
2016-02-18
i40e: Fix ATR in relation to tunnels
Alexander Duyck
1
-17
/
+11
2016-02-18
i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
Alexander Duyck
1
-1
/
+18
2016-02-18
i40e/i40evf: Clean-up Rx packet checksum handling
Alexander Duyck
1
-13
/
+10
2016-02-18
i40e/i40evf: Add exception handling for Tx checksum
Alexander Duyck
2
-13
/
+22
2016-02-18
i40e/i40evf: Do not write to descriptor unless we complete
Alexander Duyck
1
-38
/
+42
2016-02-18
i40e/i40evf: Handle IPv6 extension headers in checksum offload
Alexander Duyck
1
-1
/
+13
2016-02-18
i40e/i40evf: Add support for IPv4 encapsulated in IPv6
Alexander Duyck
1
-15
/
+23
2016-02-18
i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
Alexander Duyck
1
-25
/
+26
2016-02-18
i40e/i40evf: Consolidate all header changes into TSO function
Alexander Duyck
1
-18
/
+26
2016-02-18
i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
Alexander Duyck
1
-13
/
+18
2016-02-18
i40e/i40evf: Use u64 values instead of casting them in TSO function
Alexander Duyck
1
-5
/
+4
[prev]
[next]