index
:
blackbird-op-linux
master
Blackbird™ 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_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: Trivial fixes
Tony Nguyen
2020-02-12
1
-3
/
+4
*
ice: Make print statements more compact
Anirudh Venkataramanan
2020-02-12
1
-24
/
+12
*
ice: Use ice_pf_to_dev
Anirudh Venkataramanan
2020-02-12
1
-7
/
+7
*
ice: fix and consolidate logging of NVM/firmware version information
Bruce Allan
2020-02-12
1
-19
/
+0
*
ice: Remove ice_dev_onetime_setup()
Brett Creeley
2020-02-12
1
-1
/
+0
*
ice: Initilialize VF RSS tables
Md Fahad Iqbal Polash
2020-01-25
1
-1
/
+30
*
ice: Optimize table usage
Tony Nguyen
2020-01-25
1
-1
/
+27
*
ice: Enable writing hardware filtering tables
Tony Nguyen
2020-01-24
1
-1
/
+86
*
ice: Restore interrupt throttle settings after VSI rebuild
Michal Swiatkowski
2020-01-03
1
-0
/
+102
*
ice: Add code to keep track of current dflt_vsi
Brett Creeley
2020-01-03
1
-0
/
+118
*
ice: Fix VF spoofchk
Brett Creeley
2020-01-03
1
-16
/
+18
*
ice: Implement ethtool ops for channels
Henry Tieman
2019-11-22
1
-14
/
+56
*
ice: Add ice_pf_to_dev(pf) macro
Brett Creeley
2019-11-22
1
-67
/
+88
*
ice: Do not use devm* functions for local uses
Tony Nguyen
2019-11-22
1
-28
/
+26
*
ice: Introduce and use ice_vsi_type_str
Anirudh Venkataramanan
2019-11-08
1
-1
/
+20
*
ice: configure software LLDP in ice_init_pf_dcb
Paul Greenwalt
2019-11-08
1
-10
/
+4
*
ice: Implement DCBNL support
Dave Ertman
2019-11-08
1
-0
/
+1
*
ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flow
Anirudh Venkataramanan
2019-11-08
1
-0
/
+56
*
ice: introduce frame padding computation logic
Maciej Fijalkowski
2019-11-04
1
-1
/
+2
*
ice: introduce legacy Rx flag
Maciej Fijalkowski
2019-11-04
1
-6
/
+16
*
ice: Add support for AF_XDP
Krzysztof Kazimierczak
2019-11-04
1
-1
/
+56
*
ice: Add support for XDP
Maciej Fijalkowski
2019-11-04
1
-9
/
+59
*
ice: get rid of per-tc flow in Tx queue configuration routines
Maciej Fijalkowski
2019-11-04
1
-42
/
+21
*
ice: Introduce ice_base.c
Anirudh Venkataramanan
2019-11-04
1
-786
/
+1
*
ice: Enable DDP package download
Tony Nguyen
2019-09-12
1
-58
/
+34
*
ice: Fix FW version formatting in dmesg
Lukasz Czapnik
2019-09-12
1
-0
/
+19
*
ice: Minor refactor in queue management
Anirudh Venkataramanan
2019-09-05
1
-11
/
+14
*
ice: change work limit to a constant
Jesse Brandeburg
2019-09-05
1
-1
/
+1
*
ice: Update fields in ice_vsi_set_num_qs when reconfiguring
Brett Creeley
2019-09-05
1
-1
/
+1
*
ice: Alloc queue management bitmaps and arrays dynamically
Anirudh Venkataramanan
2019-08-26
1
-9
/
+36
*
ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmap
Paul Greenwalt
2019-08-26
1
-3
/
+12
*
ice: add support for enabling/disabling single queues
Maciej Fijalkowski
2019-08-26
1
-144
/
+198
*
ice: Fix issues updating VSI MAC filters
Akeem G Abodunrin
2019-08-23
1
-0
/
+30
*
ice: Rename ethtool private flag for lldp
Dave Ertman
2019-08-23
1
-2
/
+2
*
ice: Don't call synchronize_irq() for VF's from the host
Brett Creeley
2019-08-23
1
-0
/
+4
*
ice: Allow egress control packets from PF_VSI
Dave Ertman
2019-08-23
1
-0
/
+7
*
ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA
Brett Creeley
2019-07-31
1
-42
/
+29
*
ice: Don't return error for disabling LAN Tx queue that does exist
Akeem G Abodunrin
2019-07-31
1
-0
/
+3
*
ice: Set up Tx scheduling tree based on alloc VSI Tx queues
Akeem G Abodunrin
2019-07-31
1
-3
/
+3
*
ice: Move vector base setup to PF VSI
Tony Nguyen
2019-07-31
1
-4
/
+4
*
ice: track hardware stat registers past rollover
Jacob Keller
2019-07-31
1
-24
/
+16
*
ice: Use LLDP ethertype define ETH_P_LLDP
Jeff Kirsher
2019-06-05
1
-3
/
+1
*
ice: Trivial cosmetic changes
Anirudh Venkataramanan
2019-05-30
1
-2
/
+2
*
ice: Add switch rules to handle LLDP packets
Dave Ertman
2019-05-30
1
-2
/
+71
*
ice: Use right type for ice_cfg_vsi_lan return
Akeem G Abodunrin
2019-05-29
1
-8
/
+10
*
ice: Add support for virtchnl_vector_map.[rxq|txq]_map
Anirudh Venkataramanan
2019-05-29
1
-35
/
+73
*
ice: Introduce ice_init_mac_fltr and move ice_napi_del
Tony Nguyen
2019-05-29
1
-0
/
+15
*
ice: Add a helper to trigger software interrupt
Brett Creeley
2019-05-29
1
-6
/
+18
*
ice: Configure RSS LUT key only if RSS is enabled
Md Fahad Iqbal Polash
2019-05-29
1
-0
/
+7
*
ice: Refactor interrupt tracking
Brett Creeley
2019-05-29
1
-127
/
+52
[next]