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
/
ice_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
ice: don't spam VFs with link messages
Mitch Williams
1
-1
/
+2
2019-02-25
ice: fix issue where host reboots on unload when iommu=on
Brett Creeley
1
-17
/
+54
2019-02-25
ice: fix stack hogs from struct ice_vsi_ctx structures
Bruce Allan
1
-9
/
+18
2019-02-25
ice: sizeof(<type>) should be avoided
Bruce Allan
1
-12
/
+11
2019-02-25
ice: Mark extack argument as __always_unused
Bruce Allan
1
-4
/
+5
2019-01-17
net: Add extack argument to ndo_fdb_add()
Petr Machata
1
-1
/
+2
2019-01-15
ice: Offload SCTP checksum
Anirudh Venkataramanan
1
-0
/
+1
2019-01-15
ice: Add support for adaptive interrupt moderation
Brett Creeley
1
-4
/
+19
2019-01-15
ice: Rework queue management code for reuse
Anirudh Venkataramanan
1
-2
/
+4
2019-01-15
ice: Add ethtool private flag to make forcing link down optional
Bruce Allan
1
-6
/
+8
2019-01-15
ice: Set physical link up/down when an interface is set up/down
Brett Creeley
1
-3
/
+94
2019-01-15
ice: Fix unused variable build warning
Bruce Allan
1
-1
/
+2
2018-12-20
ice: Do not enable NAPI on q_vectors that have no rings
Young Xiao
1
-4
/
+12
2018-12-12
net: ndo_bridge_setlink: Add extack
Petr Machata
1
-1
/
+2
2018-11-20
ice: Use Tx|Rx in comments
Anirudh Venkataramanan
1
-1
/
+1
2018-11-20
ice: Cosmetic formatting changes
Anirudh Venkataramanan
1
-7
/
+7
2018-11-20
ice: Cleanup ice_tx_timeout()
Bruce Allan
1
-13
/
+9
2018-11-13
ice: Fix to make VLAN priority tagged traffic to appear on all TCs
Usha Ketineni
1
-1
/
+3
2018-11-13
ice: Avoid nested RTNL locking in ice_dis_vsi
Dave Ertman
1
-5
/
+10
2018-11-13
ice: Calculate guaranteed VSIs per function and use it
Anirudh Venkataramanan
1
-2
/
+1
2018-11-13
ice: Fix debug print in ice_tx_timeout
Brett Creeley
1
-6
/
+9
2018-11-06
ice: Fix tx_timeout in PF driver
Brett Creeley
1
-0
/
+18
2018-11-06
ice: Fix napi delete calls for remove
Dave Ertman
1
-1
/
+1
2018-11-06
ice: Remove duplicate addition of VLANs in replay path
Anirudh Venkataramanan
1
-36
/
+6
2018-11-06
ice: Check for reset in progress during remove
Anirudh Venkataramanan
1
-0
/
+6
2018-11-06
ice: Set carrier state and start/stop queues in rebuild
Anirudh Venkataramanan
1
-1
/
+17
2018-10-24
ice: Poll for link status change
Anirudh Venkataramanan
1
-86
/
+24
2018-10-24
ice: Change device ID define names to align with branding string
Anirudh Venkataramanan
1
-3
/
+3
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: Extend malicious operations detection logic
Anirudh Venkataramanan
1
-0
/
+46
2018-10-03
ice: Notify VF of link status change
Anirudh Venkataramanan
1
-0
/
+2
2018-10-03
ice: Implement virtchnl commands for AVF support
Anirudh Venkataramanan
1
-0
/
+3
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
1
-0
/
+6
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan
1
-0
/
+15
2018-10-03
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
1
-1
/
+5
2018-10-03
ice: Add support to detect SR-IOV capability and mailbox queues
Anirudh Venkataramanan
1
-0
/
+47
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
1
-1
/
+1
2018-10-02
ice: Align ice_reset_req enum values to hardware reset values
Brett Creeley
1
-1
/
+4
2018-10-02
ice: Implement ethtool hook for RSS switch
Md Fahad Iqbal Polash
1
-0
/
+6
2018-10-02
ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker
Preethi Banala
1
-35
/
+81
2018-10-02
ice: Check for actual link state of port after reset
Dave Ertman
1
-0
/
+4
2018-10-02
ice: Implement VSI replay framework
Anirudh Venkataramanan
1
-3
/
+41
2018-10-02
ice: Expand use of VSI handles part 2/2
Anirudh Venkataramanan
1
-11
/
+11
2018-10-02
ice: Expand use of VSI handles part 1/2
Anirudh Venkataramanan
1
-2
/
+2
2018-10-01
ice: Change pf state behavior to protect reset path
Dave Ertman
1
-23
/
+21
2018-10-01
ice: Move common functions out of ice_main.c part 7/7
Anirudh Venkataramanan
1
-252
/
+0
2018-10-01
ice: Move common functions out of ice_main.c part 6/7
Anirudh Venkataramanan
1
-444
/
+48
2018-10-01
ice: Move common functions out of ice_main.c part 5/7
Anirudh Venkataramanan
1
-132
/
+0
[next]