index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: Change req_speeds to be u16
Chinh T Cao
2018-11-07
1
-1
/
+1
*
ice: Fix the bytecount sent to netdev_tx_sent_queue
Brett Creeley
2018-11-06
1
-1
/
+1
*
ice: Fix tx_timeout in PF driver
Brett Creeley
2018-11-06
4
-6
/
+40
*
ice: Fix napi delete calls for remove
Dave Ertman
2018-11-06
3
-1
/
+3
*
ice: Fix typo in error message
Anirudh Venkataramanan
2018-11-06
1
-1
/
+1
*
ice: Fix flags for port VLAN
Md Fahad Iqbal Polash
2018-11-06
1
-1
/
+1
*
ice: Remove duplicate addition of VLANs in replay path
Anirudh Venkataramanan
2018-11-06
3
-39
/
+6
*
ice: Free VSI contexts during for unload
Victor Raj
2018-11-06
3
-0
/
+17
*
ice: Fix dead device link issue with flow control
Akeem G Abodunrin
2018-11-06
1
-1
/
+6
*
ice: Check for reset in progress during remove
Anirudh Venkataramanan
2018-11-06
2
-0
/
+8
*
ice: Set carrier state and start/stop queues in rebuild
Anirudh Venkataramanan
2018-11-06
1
-1
/
+17
*
ice: Poll for link status change
Anirudh Venkataramanan
2018-10-24
3
-120
/
+25
*
ice: Allocate VF interrupts and set queue map
Anirudh Venkataramanan
2018-10-24
2
-4
/
+17
*
ice: Introduce ice_dev_onetime_setup
Anirudh Venkataramanan
2018-10-24
4
-0
/
+25
*
ice: Use capability count returned by the firmware
Anirudh Venkataramanan
2018-10-24
1
-3
/
+1
*
ice: Update expected FW version
Anirudh Venkataramanan
2018-10-24
1
-3
/
+2
*
ice: Change device ID define names to align with branding string
Anirudh Venkataramanan
2018-10-24
2
-6
/
+6
*
ice: Make ice_msix_clean_rings static
Anirudh Venkataramanan
2018-10-24
2
-2
/
+1
*
ice: Update version string
Anirudh Venkataramanan
2018-10-03
1
-1
/
+1
*
ice: Use the right function to enable/disable VSI
Dave Ertman
2018-10-03
1
-9
/
+14
*
ice: Add more flexibility on how we assign an ITR index
Brett Creeley
2018-10-03
3
-47
/
+59
*
ice: Fix potential null pointer issues
Dave Ertman
2018-10-03
1
-6
/
+7
*
ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSI
Brett Creeley
2018-10-03
1
-9
/
+29
*
ice: Fix forward to queue group logic
Anirudh Venkataramanan
2018-10-03
1
-4
/
+10
*
ice: Extend malicious operations detection logic
Anirudh Venkataramanan
2018-10-03
3
-2
/
+60
*
ice: Notify VF of link status change
Anirudh Venkataramanan
2018-10-03
3
-0
/
+17
*
ice: Implement virtchnl commands for AVF support
Anirudh Venkataramanan
2018-10-03
6
-0
/
+1221
*
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
2018-10-03
6
-1
/
+629
*
ice: Add support for VF reset events
Anirudh Venkataramanan
2018-10-03
10
-1
/
+272
*
ice: Update VSI and queue management code to handle VF VSI
Anirudh Venkataramanan
2018-10-03
6
-34
/
+184
*
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
2018-10-03
11
-9
/
+1061
*
ice: Add support to detect SR-IOV capability and mailbox queues
Anirudh Venkataramanan
2018-10-03
8
-1
/
+151
*
ice: Fix error on driver remove
Dave Ertman
2018-10-02
1
-0
/
+6
*
ice: Add support for dynamic interrupt moderation
Brett Creeley
2018-10-02
7
-24
/
+102
*
ice: Align ice_reset_req enum values to hardware reset values
Brett Creeley
2018-10-02
2
-5
/
+14
*
ice: Implement ethtool hook for RSS switch
Md Fahad Iqbal Polash
2018-10-02
3
-0
/
+40
*
ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker
Preethi Banala
2018-10-02
3
-64
/
+148
*
ice: Check for actual link state of port after reset
Dave Ertman
2018-10-02
3
-2
/
+6
*
ice: Implement VSI replay framework
Anirudh Venkataramanan
2018-10-02
6
-51
/
+178
*
ice: Expand use of VSI handles part 2/2
Anirudh Venkataramanan
2018-10-02
9
-163
/
+132
*
ice: Expand use of VSI handles part 1/2
Anirudh Venkataramanan
2018-10-02
4
-200
/
+328
*
ice: Change pf state behavior to protect reset path
Dave Ertman
2018-10-01
4
-30
/
+31
*
ice: Move common functions out of ice_main.c part 7/7
Anirudh Venkataramanan
2018-10-01
3
-282
/
+249
*
ice: Move common functions out of ice_main.c part 6/7
Anirudh Venkataramanan
2018-10-01
3
-450
/
+521
*
ice: Move common functions out of ice_main.c part 5/7
Anirudh Venkataramanan
2018-10-01
3
-132
/
+141
*
ice: Move common functions out of ice_main.c part 4/7
Anirudh Venkataramanan
2018-10-01
3
-417
/
+429
*
ice: Move common functions out of ice_main.c part 3/7
Anirudh Venkataramanan
2018-10-01
3
-386
/
+410
*
ice: Move common functions out of ice_main.c part 2/7
Anirudh Venkataramanan
2018-10-01
3
-519
/
+526
*
ice: Move common functions out of ice_main.c part 1/7
Anirudh Venkataramanan
2018-10-01
6
-315
/
+348
*
ice: fix changing of ring descriptor size (ethtool -G)
Bruce Allan
2018-09-28
2
-5
/
+16
[next]