index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: Implement ethtool ops for channels
Henry Tieman
2019-11-22
1
-1
/
+86
*
ice: implement VF stats NDO
Jesse Brandeburg
2019-11-22
1
-0
/
+1
*
ice: Add ice_pf_to_dev(pf) macro
Brett Creeley
2019-11-22
1
-86
/
+85
*
ice: Do not use devm* functions for local uses
Tony Nguyen
2019-11-22
1
-13
/
+11
*
ice: Introduce and use ice_vsi_type_str
Anirudh Venkataramanan
2019-11-08
1
-8
/
+8
*
ice: use pkg_dwnld_status instead of sq_last_status
Bruce Allan
2019-11-08
1
-1
/
+1
*
ice: avoid setting features during reset
Henry Tieman
2019-11-08
1
-0
/
+8
*
ice: Implement DCBNL support
Dave Ertman
2019-11-08
1
-0
/
+6
*
ice: Add NDO callback to set the maximum per-queue bitrate
Usha Ketineni
2019-11-08
1
-0
/
+43
*
ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flow
Anirudh Venkataramanan
2019-11-08
1
-79
/
+0
*
ice: print PCI link speed and width
Paul Greenwalt
2019-11-06
1
-0
/
+3
*
ice: print unsupported module message
Paul Greenwalt
2019-11-06
1
-0
/
+6
*
ice: Check for null pointer dereference when setting rings
Michal Swiatkowski
2019-11-06
1
-4
/
+14
*
ice: save PCI state in probe
Michal Swiatkowski
2019-11-06
1
-0
/
+2
*
ice: fix driver unload flow
Bruce Allan
2019-11-06
1
-1
/
+2
*
ice: allow 3k MTU for XDP
Maciej Fijalkowski
2019-11-04
1
-2
/
+14
*
ice: Add support for AF_XDP
Krzysztof Kazimierczak
2019-11-04
1
-0
/
+16
*
ice: Add support for XDP
Maciej Fijalkowski
2019-11-04
1
-0
/
+326
*
ice: Introduce ice_base.c
Anirudh Venkataramanan
2019-11-04
1
-0
/
+1
*
ice: Bump version
Tony Nguyen
2019-09-12
1
-2
/
+2
*
ice: Enable DDP package download
Tony Nguyen
2019-09-12
1
-134
/
+480
*
ice: Fix FW version formatting in dmesg
Lukasz Czapnik
2019-09-12
1
-3
/
+4
*
ice: send driver version to firmware
Paul M Stillwell Jr
2019-09-12
1
-1
/
+35
*
ice: Minor refactor in queue management
Anirudh Venkataramanan
2019-09-05
1
-20
/
+30
*
ice: Allow for delayed LLDP MIB change registration
Dave Ertman
2019-09-05
1
-0
/
+2
*
ice: Check for DCB capability before initializing DCB
Anirudh Venkataramanan
2019-09-05
1
-7
/
+8
*
ice: Add ice_get_main_vsi to get PF/main VSI
Anirudh Venkataramanan
2019-09-05
1
-3
/
+3
*
ice: Report stats when VSI is down
Dave Ertman
2019-09-03
1
-2
/
+6
*
ice: print extra message if topology issue
Jesse Brandeburg
2019-09-03
1
-0
/
+17
*
ice: add print of autoneg state to link message
Jesse Brandeburg
2019-09-03
1
-2
/
+9
*
ice: add needed PFR during driver unload
Bruce Allan
2019-09-03
1
-0
/
+5
*
ice: Fix EMP reset handling
Anirudh Venkataramanan
2019-09-03
1
-0
/
+2
*
ice: fix adminq calls during remove
Henry Tieman
2019-08-26
1
-1
/
+1
*
ice: Rework ice_ena_msix_range
Anirudh Venkataramanan
2019-08-26
1
-11
/
+21
*
ice: Alloc queue management bitmaps and arrays dynamically
Anirudh Venkataramanan
2019-08-26
1
-8
/
+32
*
ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmap
Paul Greenwalt
2019-08-26
1
-1
/
+1
*
ice: fix potential infinite loop
Colin Ian King
2019-08-26
1
-1
/
+1
*
ice: Don't clog kernel debug log with VF MDD events errors
Akeem G Abodunrin
2019-08-26
1
-2
/
+4
*
ice: Introduce a local variable for a VSI in the rebuild path
Krzysztof Kazimierczak
2019-08-26
1
-9
/
+12
*
ice: Sanitize ice_ena_vsi and ice_dis_vsi
Anirudh Venkataramanan
2019-08-26
1
-13
/
+11
*
ice: Fix ethtool port and PFC stats for 4x25G cards
Usha Ketineni
2019-08-26
1
-38
/
+38
*
ice: Fix issues updating VSI MAC filters
Akeem G Abodunrin
2019-08-23
1
-47
/
+17
*
ice: update ethtool stats on-demand
Bruce Allan
2019-08-23
1
-4
/
+2
*
ice: Increase size of Mailbox receive queue for many VFs
Brett Creeley
2019-08-20
1
-2
/
+2
*
ice: Do not always bring up PF VSI in ice_ena_vsi()
Tony Nguyen
2019-08-20
1
-2
/
+0
*
ice: Use the software based tail when checking for hung Tx ring
Brett Creeley
2019-08-20
1
-3
/
+3
*
ice: Bump version number
Tony Nguyen
2019-07-31
1
-1
/
+1
*
ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA
Brett Creeley
2019-07-31
1
-56
/
+18
*
ice: Add stats for Rx drops at the port level
Brett Creeley
2019-07-31
1
-0
/
+6
*
ice: Disable VFs until reset is completed
Akeem G Abodunrin
2019-07-31
1
-0
/
+5
[next]