index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
ice: Poll for link status change
Anirudh Venkataramanan
3
-120
/
+25
2018-10-24
ice: Allocate VF interrupts and set queue map
Anirudh Venkataramanan
2
-4
/
+17
2018-10-24
ice: Introduce ice_dev_onetime_setup
Anirudh Venkataramanan
4
-0
/
+25
2018-10-24
ice: Use capability count returned by the firmware
Anirudh Venkataramanan
1
-3
/
+1
2018-10-24
ice: Update expected FW version
Anirudh Venkataramanan
1
-3
/
+2
2018-10-24
ice: Change device ID define names to align with branding string
Anirudh Venkataramanan
2
-6
/
+6
2018-10-24
ice: Make ice_msix_clean_rings static
Anirudh Venkataramanan
2
-2
/
+1
2018-10-03
ice: Update version string
Anirudh Venkataramanan
1
-1
/
+1
2018-10-03
ice: Use the right function to enable/disable VSI
Dave Ertman
1
-9
/
+14
2018-10-03
ice: Add more flexibility on how we assign an ITR index
Brett Creeley
3
-47
/
+59
2018-10-03
ice: Fix potential null pointer issues
Dave Ertman
1
-6
/
+7
2018-10-03
ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSI
Brett Creeley
1
-9
/
+29
2018-10-03
ice: Fix forward to queue group logic
Anirudh Venkataramanan
1
-4
/
+10
2018-10-03
ice: Extend malicious operations detection logic
Anirudh Venkataramanan
3
-2
/
+60
2018-10-03
ice: Notify VF of link status change
Anirudh Venkataramanan
3
-0
/
+17
2018-10-03
ice: Implement virtchnl commands for AVF support
Anirudh Venkataramanan
6
-0
/
+1221
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
6
-1
/
+629
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan
10
-1
/
+272
2018-10-03
ice: Update VSI and queue management code to handle VF VSI
Anirudh Venkataramanan
6
-34
/
+184
2018-10-03
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
11
-9
/
+1061
2018-10-03
ice: Add support to detect SR-IOV capability and mailbox queues
Anirudh Venkataramanan
8
-1
/
+151
2018-10-02
ice: Fix error on driver remove
Dave Ertman
1
-0
/
+6
2018-10-02
ice: Add support for dynamic interrupt moderation
Brett Creeley
7
-24
/
+102
2018-10-02
ice: Align ice_reset_req enum values to hardware reset values
Brett Creeley
2
-5
/
+14
2018-10-02
ice: Implement ethtool hook for RSS switch
Md Fahad Iqbal Polash
3
-0
/
+40
2018-10-02
ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker
Preethi Banala
3
-64
/
+148
2018-10-02
ice: Check for actual link state of port after reset
Dave Ertman
3
-2
/
+6
2018-10-02
ice: Implement VSI replay framework
Anirudh Venkataramanan
6
-51
/
+178
2018-10-02
ice: Expand use of VSI handles part 2/2
Anirudh Venkataramanan
9
-163
/
+132
2018-10-02
ice: Expand use of VSI handles part 1/2
Anirudh Venkataramanan
4
-200
/
+328
2018-10-01
ice: Change pf state behavior to protect reset path
Dave Ertman
4
-30
/
+31
2018-10-01
ice: Move common functions out of ice_main.c part 7/7
Anirudh Venkataramanan
3
-282
/
+249
2018-10-01
ice: Move common functions out of ice_main.c part 6/7
Anirudh Venkataramanan
3
-450
/
+521
2018-10-01
ice: Move common functions out of ice_main.c part 5/7
Anirudh Venkataramanan
3
-132
/
+141
2018-10-01
ice: Move common functions out of ice_main.c part 4/7
Anirudh Venkataramanan
3
-417
/
+429
2018-10-01
ice: Move common functions out of ice_main.c part 3/7
Anirudh Venkataramanan
3
-386
/
+410
2018-10-01
ice: Move common functions out of ice_main.c part 2/7
Anirudh Venkataramanan
3
-519
/
+526
2018-10-01
ice: Move common functions out of ice_main.c part 1/7
Anirudh Venkataramanan
6
-315
/
+348
2018-09-28
ice: fix changing of ring descriptor size (ethtool -G)
Bruce Allan
2
-5
/
+16
2018-09-28
ice: Update to capabilities admin queue command
Anirudh Venkataramanan
1
-16
/
+34
2018-09-28
ice: Query the Tx scheduler node before adding it
Anirudh Venkataramanan
2
-1
/
+71
2018-09-28
ice: Update comment for ice_fltr_mgmt_list_entry
Brett Creeley
1
-1
/
+2
2018-09-28
ice: update fw version check logic
Jacob Keller
1
-11
/
+19
2018-09-28
ice: update branding strings and supported device ids
Bruce Allan
2
-9
/
+3
2018-09-28
ice: replace unnecessary memcpy with direct assignment
Bruce Allan
1
-1
/
+1
2018-09-28
ice: use [sr]q.count when checking if queue is initialized
Jacob Keller
1
-4
/
+4
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-27
/
+0
2018-09-23
ice: remove ndo_poll_controller
Eric Dumazet
1
-27
/
+0
2018-09-18
intel-ethernet: use correct module license
Jesse Brandeburg
1
-1
/
+1
2018-08-28
ice: Fix and update driver version string
Anirudh Venkataramanan
1
-1
/
+1
[next]