index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-14
i40e: always set ks->base.speed in i40e_get_settings_link_up
Jacob Keller
1
-0
/
+1
2018-11-14
i40e: don't restart nway if autoneg not supported
Mitch Williams
1
-5
/
+5
2018-11-14
i40e: Allow disabling FW LLDP on X722 devices
Patryk Małek
1
-6
/
+7
2018-11-07
i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURE
Todd Fujinaka
1
-1
/
+2
2018-09-25
i40e: disallow changing the number of descriptors when AF_XDP is on
Björn Töpel
1
-0
/
+8
2018-09-08
i40e(vf): remove i40e_ethtool_stats.h header file
Jacob Keller
1
-1
/
+218
2018-08-30
i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.h
Jacob Keller
1
-181
/
+1
2018-08-30
i40e: convert queue stats to i40e_stats array
Jacob Keller
1
-59
/
+89
2018-08-24
i40e: fix condition of WARN_ONCE for stat strings
Jacob Keller
1
-1
/
+1
2018-08-07
i40e: fix i40e_add_queue_stats data pointer update
Jacob Keller
1
-1
/
+6
2018-08-07
i40e: fix warning about shadowed ring parameter
Jacob Keller
1
-4
/
+2
2018-08-07
i40e: remove unnecessary i variable causing -Wshadow warning
Jacob Keller
1
-1
/
+0
2018-08-07
i40e: convert priority flow control stats to use helpers
Jacob Keller
1
-36
/
+51
2018-08-07
i40e: convert VEB TC stats to use an i40e_stats array
Jacob Keller
1
-40
/
+43
2018-08-07
i40e: add helper to copy statistic values into ethtool buffer
Jacob Keller
1
-23
/
+93
2018-08-07
i40e: add helper function for copying strings from stat arrays
Jacob Keller
1
-20
/
+39
2018-05-22
i40e: use the more traditional 'i' loop variable
Jacob Keller
1
-28
/
+28
2018-05-22
i40e: add function doc headers for ethtool stats functions
Jacob Keller
1
-0
/
+38
2018-05-22
i40e: update data pointer directly when copying to the buffer
Jacob Keller
1
-59
/
+58
2018-05-22
i40e: fold prefix strings directly into stat names
Jacob Keller
1
-68
/
+69
2018-05-22
i40e: use WARN_ONCE to replace the commented BUG_ON size check
Jacob Keller
1
-2
/
+4
2018-05-22
i40e: split i40e_get_strings() into smaller functions
Jacob Keller
1
-83
/
+100
2018-05-22
i40e: always return all queue stat strings
Jacob Keller
1
-5
/
+17
2018-05-22
i40e: always return VEB stat strings
Jacob Keller
1
-29
/
+23
2018-05-14
i40e: add tx_busy to ethtool stats
Harshitha Ramamurthy
1
-0
/
+1
2018-05-14
i40e: cleanup whitespace for some ethtool stat definitions
Jacob Keller
1
-6
/
+6
2018-05-14
i40e: remove duplicate pfc stats
Jacob Keller
1
-4
/
+0
2018-05-14
i40e: calculate ethtool stats size in a separate function
Jacob Keller
1
-10
/
+18
2018-04-30
i40e: Add advertising 10G LR mode
Jakub Pawlak
1
-1
/
+3
2018-04-30
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
1
-9
/
+15
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-25
/
+1
2018-03-26
i40e: stop using cmpxchg flow in i40e_set_priv_flags()
Jacob Keller
1
-14
/
+5
2018-03-26
i40e: move AUTO_DISABLED flags into the state field
Jacob Keller
1
-2
/
+2
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-03-19
i40e: Prevent setting link speed on I40E_DEV_ID_25G_B
Patryk Małek
1
-0
/
+1
2018-03-19
i40e: Prevent setting link speed on KX_X722
Patryk Małek
1
-1
/
+2
2018-03-19
i40e: Properly check allowed advertisement capabilities
Jan Sokolowski
1
-9
/
+7
2018-02-26
i40e: link_down_on_close private flag support
Mariusz Stachura
1
-0
/
+2
2018-02-13
i40e: i40e: Change ethtool check from MAC to HW flag
Dave Ertman
1
-10
/
+2
2018-02-12
i40e/i40evf: Split container ITR into current_itr and target_itr
Alexander Duyck
1
-6
/
+7
2018-02-12
i40e/i40evf: Use usec value instead of reg value for ITR defines
Alexander Duyck
1
-6
/
+6
2018-02-12
i40e/i40evf: Clean-up of bits related to using q_vector->reg_idx
Alexander Duyck
1
-6
/
+6
2018-02-12
i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDP
Alan Brady
1
-7
/
+15
2018-02-12
i40e: Warn when setting link-down-on-close while in MFP
Paweł Jabłoński
1
-0
/
+6
2018-02-12
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
1
-16
/
+16
2018-01-26
i40e: fix reported mask for ntuple filters
Jacob Keller
1
-4
/
+4
2018-01-26
i40e: disallow programming multiple filters with same criteria
Jacob Keller
1
-0
/
+87
2018-01-26
i40e: program fragmented IPv4 filter input set
Jacob Keller
1
-0
/
+10
2018-01-26
i40e: Implement an ethtool private flag to stop LLDP in FW
Dave Ertman
1
-1
/
+46
2018-01-26
i40e: change flags to use 64 bits
Alice Michael
1
-2
/
+2
[next]