index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
/
ethtool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-2
/
+2
*
ixgbevf: Use cached link state instead of re-reading the value for ethtool
Alexander Duyck
2019-06-29
1
-8
/
+2
*
ixgbevf: enable VF IPsec offload operations
Shannon Nelson
2018-08-28
1
-0
/
+2
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-13
1
-3
/
+5
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-25
/
+2
*
ixgbevf: Add XDP queue stats reporting
Tony Nguyen
2018-03-23
1
-0
/
+24
*
ixgbevf: Add support for XDP_TX action
Tony Nguyen
2018-03-23
1
-3
/
+32
*
ixgbevf: Add XDP support for pass and drop actions
Tony Nguyen
2018-03-23
1
-2
/
+7
*
ixgbevf: add ethtool private flag for legacy Rx
Emil Tantilov
2018-02-26
1
-0
/
+48
*
ixgbevf: add counters for Rx page allocations
Emil Tantilov
2018-01-26
1
-0
/
+3
*
ixgbevf: Check for RSS key before setting value
Tony Nguyen
2017-04-30
1
-1
/
+2
*
ixgbevf: fix size of queue stats length
Emil Tantilov
2017-04-30
1
-1
/
+1
*
ixgbevf: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-04-18
1
-11
/
+11
*
ixgbevf: get rid of custom busy polling code
Eric Dumazet
2017-02-03
1
-38
/
+0
*
ixgbevf: make use of BIT() macro to avoid shift of signed values
Jacob Keller
2016-04-25
1
-1
/
+2
*
ixgbevf: add support for per-queue ethtool stats
Emil Tantilov
2016-04-25
1
-36
/
+91
*
ixgbevf: refactor ethtool stats handling
Emil Tantilov
2016-04-25
1
-62
/
+64
*
ixgbevf: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
2016-03-30
1
-2
/
+2
*
ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K
Alexander Duyck
2015-11-23
1
-1
/
+1
*
ixgbevf: add support for reporting RSS key and hash table for X550
Emil Tantilov
2015-07-23
1
-23
/
+28
*
ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
2015-04-11
1
-0
/
+69
*
ixgbevf: Fix code comments and whitespace
Jeff Kirsher
2015-03-13
1
-42
/
+44
*
ixgbevf: Resolve missing-field-initializers warnings
Mark Rustad
2014-09-12
1
-1
/
+1
*
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
2014-06-07
1
-2
/
+2
*
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
*
ixgbevf: Change ixgbe_read_reg to ixgbevf_read_reg
Mark Rustad
2014-04-01
1
-4
/
+4
*
ixgbevf: Additional adapter removal checks
Mark Rustad
2014-03-21
1
-0
/
+22
*
ixgbevf: Make the ethtool register test use accessors
Mark Rustad
2014-03-21
1
-52
/
+67
*
ixgbevf: add tx counters
Emil Tantilov
2014-01-18
1
-0
/
+2
*
ixgbevf: remove counters for Tx/Rx checksum offload
Emil Tantilov
2014-01-18
1
-2
/
+0
*
ixgbevf: move ring specific stats into ring specific structure
Emil Tantilov
2014-01-18
1
-6
/
+6
*
ixgbevf: make use of the dev pointer in the ixgbevf_ring struct
Emil Tantilov
2014-01-18
1
-23
/
+23
*
ixgbevf: Convert ring storage form pointer to an array to array of pointers
Don Skidmore
2014-01-17
1
-16
/
+14
*
ixgbevf: Add zero_base handler to network statistics
Don Skidmore
2013-10-29
1
-33
/
+45
*
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL
Jacob Keller
2013-10-29
1
-0
/
+32
*
ixgbevf: implement ethtool get/set coalesce
Jacob Keller
2013-10-24
1
-0
/
+81
*
ixgbevf: do not print registers to dmesg in ixgbevf_get_regs
Jacob Keller
2013-10-01
1
-53
/
+2
*
ixgbevf: Make sure link status and speed are fetched
Greg Rose
2013-01-28
1
-0
/
+1
*
ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam
Alexander Duyck
2012-07-18
1
-70
/
+83
*
ixgbevf: Add netdev to ring structure
Alexander Duyck
2012-07-18
1
-4
/
+2
*
ixgbevf: Move Tx clean-up into NAPI context
Alexander Duyck
2012-07-17
1
-2
/
+0
*
ixgbevf: Drop all dead or unnecessary code
Alexander Duyck
2012-07-17
1
-9
/
+2
*
ixgbevf: Add support to recognize 100mb link speed
Greg Rose
2012-05-03
1
-4
/
+14
*
ixgbevf: Update copyright notices
Greg Rose
2012-02-03
1
-1
/
+1
*
ixgbevf: make ethtool ops and strings const
Stephen Hemminger
2012-01-19
1
-2
/
+3
*
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
2011-11-22
1
-5
/
+5
*
ixgbevf: Convert printks to pr_<level>
Jeff Kirsher
2011-11-16
1
-2
/
+4
*
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-10-08
1
-4
/
+0
*
ixgbevf: convert to ndo_fix_features
Michał Mirosław
2011-08-27
1
-46
/
+0
*
intel: Move the Intel wired LAN drivers
Jeff Kirsher
2011-08-11
1
-0
/
+742