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