index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_ethtool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: Refactor queue disable logic to take completion time into account
Alexander Duyck
2018-07-26
1
-25
/
+7
*
ixgbe: add ipsec security registers into ethtool register dump
Shannon Nelson
2018-07-26
1
-1
/
+9
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-27
/
+2
*
ixgbe: Add receive length error counter
Tonghao Zhang
2018-03-12
1
-0
/
+1
*
ixgbe: Avoid to write the RETA table when unnecessary
Tonghao Zhang
2018-02-26
1
-2
/
+2
*
ixgbe: Don't report unsupported timestamping filters for X550
Miroslav Lichvar
2018-01-26
1
-18
/
+19
*
ixgbe: ipsec offload stats
Shannon Nelson
2018-01-23
1
-0
/
+2
*
ixgbe: Don't assume dev->num_tc is equal to hardware TC config
Alexander Duyck
2018-01-12
1
-3
/
+3
*
ixgbe: extend firmware version support
Paul Greenwalt
2018-01-09
1
-5
/
+2
*
ixgbe: setup xdp_rxq_info
Jesper Dangaard Brouer
2018-01-05
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-09
1
-8
/
+8
|
\
|
*
ixgbe: incorrect XDP ring accounting in ethtool tx_frame param
John Fastabend
2017-10-09
1
-8
/
+8
*
|
ixgbe: add counter for times Rx pages gets allocated, not recycled
Jesper Dangaard Brouer
2017-10-09
1
-0
/
+1
*
|
ixgbe: split Tx/Rx ring clearing for ethtool loopback test
Emil Tantilov
2017-10-09
1
-19
/
+34
|
/
*
ixgbe: Resolve cppcheck format string warning
Tony Nguyen
2017-06-13
1
-1
/
+1
*
ixgbe: add statistic indicating number of skipped Tx timestamps
Jacob Keller
2017-06-13
1
-0
/
+3
*
ixgbe: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
2017-05-31
1
-0
/
+1
*
ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] support
Paul Greenwalt
2017-05-31
1
-0
/
+3
*
ixgbe: Check for RSS key before setting value
Tony Nguyen
2017-04-29
1
-3
/
+1
*
ixgbe: add support for XDP_TX action
John Fastabend
2017-04-29
1
-0
/
+25
*
ixgbe: add XDP support for pass and drop actions
John Fastabend
2017-04-29
1
-2
/
+2
*
ixgbe: Add X552 XFI backplane support
Don Skidmore
2017-04-18
1
-0
/
+1
*
net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-12
1
-77
/
+91
*
ixgbe: update the rss key on h/w, when ethtool ask for it
Paolo Abeni
2017-03-02
1
-1
/
+3
*
ixgbe: Don't bother clearing buffer memory for descriptor rings
Alexander Duyck
2017-02-16
1
-1
/
+10
*
ixgbe: Add private flag to control buffer mode
Alexander Duyck
2017-02-16
1
-0
/
+47
*
ixgbe: Use length to determine if descriptor is done
Alexander Duyck
2017-02-16
1
-1
/
+1
*
ixgbe: Support 2.5Gb and 5Gb speed
Tony Nguyen
2017-02-16
1
-0
/
+3
*
ixgbe: get rid of custom busy polling code
Eric Dumazet
2017-02-03
1
-40
/
+0
*
ixgbe: Implement support for firmware-controlled PHYs
Mark Rustad
2017-01-03
1
-3
/
+150
*
ixgbe: Fix reporting of 100Mb capability
Tony Nguyen
2017-01-03
1
-1
/
+1
*
ixgbe: Add support to retrieve and store LED link active
Don Skidmore
2016-11-04
1
-2
/
+2
*
ixgbe: Limit reporting of redirection table if SR-IOV is enabled
Alexander Duyck
2016-09-23
1
-1
/
+5
*
ixgbe: Allow setting multiple queues when SR-IOV is enabled
Alexander Duyck
2016-09-23
1
-2
/
+2
*
ixgbe: Indicate support for pause frames in all cases
Mark Rustad
2016-09-23
1
-0
/
+19
*
ixgbe: report correct media type for KR, KX and KX4 interfaces
Veola Nazareth
2016-08-20
1
-1
/
+3
*
ixgbevf: Correct parameter sent to LED function
Don Skidmore
2016-07-22
1
-2
/
+2
*
ixgbe: Correct reporting of timestamping for x550
Tony Nguyen
2016-06-29
1
-2
/
+6
*
ixgbe: Revise populating few registers and macro definitions
Preethi Banala
2016-05-04
1
-12
/
+6
*
ixgbe: Return 64 bit stats values
Preethi Banala
2016-05-04
1
-3
/
+6
*
ixgbe: use BIT() macro
Jacob Keller
2016-04-25
1
-7
/
+7
*
ixgbe: Add support for x550em_a 10G MAC type
Mark Rustad
2016-04-07
1
-1
/
+8
*
ixgbe: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
2016-03-29
1
-2
/
+2
*
net: ixgbe: add support for tc_u32 offload
John Fastabend
2016-02-17
1
-3
/
+3
*
ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
Emil Tantilov
2016-01-08
1
-5
/
+2
*
ixgbe: report correct media type for KR, KX and KX4 interfaces
Veola Nazareth
2015-12-29
1
-13
/
+42
*
ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
Emil Tantilov
2015-12-29
1
-0
/
+4
*
ixgbe: do not report 2.5 Gbps as supported
Emil Tantilov
2015-12-12
1
-4
/
+0
[next]