index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-18
ice: Update rings based on TC information
Anirudh Venkataramanan
1
-0
/
+2
2019-04-18
ice: Add code for DCB initialization part 3/4
Anirudh Venkataramanan
1
-0
/
+135
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
1
-12
/
+12
2019-03-26
ice: Update function header for __ice_vsi_get_qs
Anirudh Venkataramanan
1
-4
/
+3
2019-03-26
ice: Audit hotpath structures with pahole
Brett Creeley
1
-2
/
+0
2019-03-25
ice: add and use new ice_for_each_traffic_class() macro
Bruce Allan
1
-2
/
+2
2019-03-22
ice: Add support for PF/VF promiscuous mode
Akeem G Abodunrin
1
-3
/
+6
2019-03-22
ice: fix some function prototype and signature style issues
Bruce Allan
1
-2
/
+3
2019-03-22
ice: fix the divide by zero issue
Kiran Patil
1
-1
/
+12
2019-03-22
ice: Fix issue reconfiguring VF queues
Akeem G Abodunrin
1
-7
/
+26
2019-03-22
ice: Fix issue reclaiming resources back to the pool after reset
Akeem G Abodunrin
1
-3
/
+23
2019-03-22
ice: Enable MAC anti-spoof by default
Akeem G Abodunrin
1
-0
/
+9
2019-03-19
ice: Determine descriptor count and ring size based on PAGE_SIZE
Brett Creeley
1
-4
/
+24
2019-03-19
ice: configure GLINT_ITR to always have an ITR gran of 2
Brett Creeley
1
-0
/
+33
2019-03-19
ice: remove redundant variable and if condition
Brett Creeley
1
-7
/
+4
2019-02-25
ice: only use the VF for ICE_VSI_VF in ice_vsi_release
Brett Creeley
1
-2
/
+4
2019-02-25
ice: fix stack hogs from struct ice_vsi_ctx structures
Bruce Allan
1
-36
/
+62
2019-02-25
ice: sizeof(<type>) should be avoided
Bruce Allan
1
-5
/
+5
2019-01-15
ice: Add support for adaptive interrupt moderation
Brett Creeley
1
-6
/
+18
2019-01-15
ice: Rework queue management code for reuse
Anirudh Venkataramanan
1
-109
/
+127
2019-01-15
ice: Configure RSS LUT and HASH KEY in rebuild path
Md Fahad Iqbal Polash
1
-0
/
+6
2018-11-20
ice: Use Tx|Rx in comments
Anirudh Venkataramanan
1
-4
/
+4
2018-11-20
ice: Cosmetic formatting changes
Anirudh Venkataramanan
1
-5
/
+3
2018-11-13
ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queue
Md Fahad Iqbal Polash
1
-4
/
+0
2018-11-13
ice: Destroy scheduler tree in reset path
Henry Tieman
1
-0
/
+1
2018-11-13
ice: Fix to make VLAN priority tagged traffic to appear on all TCs
Usha Ketineni
1
-48
/
+73
2018-11-13
ice: Increase Rx queue disable timeout
Piotr Raczynski
1
-3
/
+3
2018-11-13
ice: Remove node before releasing VSI
Anirudh Venkataramanan
1
-0
/
+1
2018-11-13
ice: Check for q_vector when stopping rings
Tony Nguyen
1
-1
/
+2
2018-11-06
ice: Fix napi delete calls for remove
Dave Ertman
1
-0
/
+1
2018-11-06
ice: Fix typo in error message
Anirudh Venkataramanan
1
-1
/
+1
2018-10-24
ice: Introduce ice_dev_onetime_setup
Anirudh Venkataramanan
1
-0
/
+1
2018-10-24
ice: Make ice_msix_clean_rings static
Anirudh Venkataramanan
1
-1
/
+1
2018-10-03
ice: Add more flexibility on how we assign an ITR index
Brett Creeley
1
-30
/
+43
2018-10-03
ice: Update VSI and queue management code to handle VF VSI
Anirudh Venkataramanan
1
-34
/
+176
2018-10-03
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
1
-2
/
+5
2018-10-02
ice: Add support for dynamic interrupt moderation
Brett Creeley
1
-3
/
+26
2018-10-02
ice: Implement ethtool hook for RSS switch
Md Fahad Iqbal Polash
1
-0
/
+32
2018-10-02
ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker
Preethi Banala
1
-23
/
+52
2018-10-02
ice: Expand use of VSI handles part 2/2
Anirudh Venkataramanan
1
-9
/
+9
2018-10-02
ice: Expand use of VSI handles part 1/2
Anirudh Venkataramanan
1
-15
/
+13
2018-10-01
ice: Change pf state behavior to protect reset path
Dave Ertman
1
-5
/
+8
2018-10-01
ice: Move common functions out of ice_main.c part 7/7
Anirudh Venkataramanan
1
-10
/
+243
2018-10-01
ice: Move common functions out of ice_main.c part 6/7
Anirudh Venkataramanan
1
-2
/
+461
2018-10-01
ice: Move common functions out of ice_main.c part 5/7
Anirudh Venkataramanan
1
-0
/
+133
2018-10-01
ice: Move common functions out of ice_main.c part 4/7
Anirudh Venkataramanan
1
-0
/
+414
2018-10-01
ice: Move common functions out of ice_main.c part 3/7
Anirudh Venkataramanan
1
-0
/
+388
2018-10-01
ice: Move common functions out of ice_main.c part 2/7
Anirudh Venkataramanan
1
-0
/
+491
2018-10-01
ice: Move common functions out of ice_main.c part 1/7
Anirudh Venkataramanan
1
-0
/
+258