index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-18
ice: Add code for DCB initialization part 1/4
Anirudh Venkataramanan
1
-0
/
+10
2019-04-18
ice: Bump version
Anirudh Venkataramanan
1
-1
/
+1
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
1
-37
/
+37
2019-04-18
ice: Fix typos in code comments
Anirudh Venkataramanan
1
-1
/
+1
2019-03-27
ice: Add missing case in print_link_msg for printing flow control
Brett Creeley
1
-0
/
+3
2019-03-27
ice: Do not bail out when filter already exists
Preethi Banala
1
-1
/
+5
2019-03-26
ice: Implement pci_error_handler ops
Brett Creeley
1
-0
/
+151
2019-03-26
ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_reset
Brett Creeley
1
-2
/
+5
2019-03-25
ice: Prevent unintended multiple chain resets
Dave Ertman
1
-2
/
+8
2019-03-25
ice: Enable link events over the ARQ
Brett Creeley
1
-3
/
+65
2019-03-25
ice: use irq_num var in ice_vsi_req_irq_msix
Alan Brady
1
-4
/
+3
2019-03-22
ice: Add support for PF/VF promiscuous mode
Akeem G Abodunrin
1
-11
/
+80
2019-03-22
ice: fix some function prototype and signature style issues
Bruce Allan
1
-15
/
+19
2019-03-22
ice: fix static analysis warnings
Bruce Allan
1
-1
/
+1
2019-03-20
ice: Implement flow to reset VFs with PFR and other resets
Akeem G Abodunrin
1
-6
/
+2
2019-03-20
ice: configure GLINT_ITR to always have an ITR gran of 2
Brett Creeley
1
-18
/
+0
2019-03-20
ice: use ice_for_each_vsi macro when possible
Brett Creeley
1
-6
/
+6
2019-03-20
ice: avoid multiple unnecessary de-references in probe
Bruce Allan
1
-18
/
+15
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-18
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-13
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-25
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
[next]