index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: Fix hang when ethtool disables FW LLDP
Dave Ertman
2019-05-23
4
-17
/
+25
*
ice: Call out dev/func caps when printing
Anirudh Venkataramanan
2019-05-23
1
-26
/
+30
*
ice: Remove braces for single statement blocks
Anirudh Venkataramanan
2019-05-23
1
-2
/
+1
*
ice: Cleanup an unnecessary variable initialization
Bruce Allan
2019-05-23
1
-3
/
+3
*
ice: Implement LLDP persistence
Anirudh Venkataramanan
2019-05-23
5
-37
/
+29
*
ice: Fix double spacing
Anirudh Venkataramanan
2019-05-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
28
-1468
/
+5897
|
\
|
*
ice: Disable sniffing VF traffic on PF
Michal Swiatkowski
2019-05-04
1
-22
/
+2
|
*
ice: Use more efficient structures
Jesse Brandeburg
2019-05-04
1
-2
/
+2
|
*
ice: Use bitfields where possible
Jesse Brandeburg
2019-05-04
1
-5
/
+5
|
*
ice: Add function to program ethertype based filter rule on VSIs
Akeem G Abodunrin
2019-05-04
4
-0
/
+120
|
*
ice: Separate if conditions for ice_set_features()
Tony Nguyen
2019-05-04
1
-2
/
+6
|
*
ice: Remove __always_unused attribute
Tony Nguyen
2019-05-04
1
-1
/
+1
|
*
ice: Suppress false-positive style issues reported by static analyzer
Bruce Allan
2019-05-04
1
-0
/
+1
|
*
ice: Refactor getting/setting coalesce
Brett Creeley
2019-05-04
1
-59
/
+93
|
*
ice: Always free/allocate q_vectors
Brett Creeley
2019-05-04
1
-20
/
+14
|
*
ice: Do not unnecessarily initialize local variable
Bruce Allan
2019-05-04
1
-1
/
+1
|
*
ice: Add more validation in ice_vc_cfg_irq_map_msg
Michal Swiatkowski
2019-05-04
4
-28
/
+36
|
*
ice: Don't remove VLAN filters that were never programmed
Akeem G Abodunrin
2019-05-04
2
-2
/
+16
|
*
ice: Preserve VLAN Rx stripping settings
Tony Nguyen
2019-05-04
1
-0
/
+4
|
*
ice: Fix for allowing too many MDD events on VF
Michal Swiatkowski
2019-05-04
1
-7
/
+8
|
*
ice: Use pf instead of vsi-back
Jesse Brandeburg
2019-05-04
1
-30
/
+30
|
*
ice: Use dev_err when ice_cfg_vsi_lan fails
Brett Creeley
2019-05-02
1
-3
/
+6
|
*
ice: Refactor link event flow
Brett Creeley
2019-05-02
2
-48
/
+65
|
*
ice: Add missing PHY type to link settings
Tony Nguyen
2019-05-02
1
-0
/
+1
|
*
ice: Add reg_idx variable in ice_q_vector structure
Brett Creeley
2019-05-02
4
-26
/
+76
|
*
ice: Remove runtime change of PFINT_OICR_ENA register
Md Fahad Iqbal Polash
2019-05-02
2
-23
/
+3
|
*
ice: Fix issue when adding more than allowed VLANs
Akeem G Abodunrin
2019-05-02
2
-7
/
+21
|
*
ice: Remove unnecessary wait when disabling/enabling Rx queues
Brett Creeley
2019-05-02
1
-8
/
+2
|
*
ice: Add ability to update rx-usecs-high
Brett Creeley
2019-05-02
4
-2
/
+33
|
*
ice: Add 52 byte RSS hash key support
Paul Greenwalt
2019-05-02
2
-7
/
+8
|
*
ice: Use ice_for_each_q_vector macro where possible
Brett Creeley
2019-05-02
2
-8
/
+8
|
*
ice: Validate ring existence and its q_vector per VSI
Maciej Fijalkowski
2019-05-02
1
-1
/
+2
|
*
ice: Reduce scope of variable in ice_vsi_cfg_rxqs
Brett Creeley
2019-05-02
1
-7
/
+11
|
*
ice: Resolve static analysis reported issue
Bruce Allan
2019-05-02
1
-10
/
+2
|
*
ice: Return configuration error without queue to disable
Akeem G Abodunrin
2019-05-02
1
-7
/
+10
|
*
ice: Create framework for VSI queue context
Anirudh Venkataramanan
2019-05-02
7
-56
/
+205
|
*
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-23
1
-1
/
+1
|
*
ice: Calculate ITR increment based on direct calculation
Brett Creeley
2019-04-18
1
-72
/
+63
|
*
ice: Bump driver version
Anirudh Venkataramanan
2019-04-18
1
-1
/
+1
|
*
ice: Add code to control FW LLDP and DCBX
Anirudh Venkataramanan
2019-04-18
5
-2
/
+159
|
*
ice: Add code for DCB rebuild
Anirudh Venkataramanan
2019-04-18
3
-0
/
+85
|
*
ice: Add code to get DCB related statistics
Anirudh Venkataramanan
2019-04-18
6
-2
/
+86
|
*
ice: Add priority information into VLAN header
Anirudh Venkataramanan
2019-04-18
4
-3
/
+54
|
*
ice: Update rings based on TC information
Anirudh Venkataramanan
2019-04-18
5
-0
/
+52
|
*
ice: Add code to process LLDP MIB change events
Anirudh Venkataramanan
2019-04-18
5
-3
/
+47
|
*
ice: Add code for DCB initialization part 4/4
Anirudh Venkataramanan
2019-04-18
2
-2
/
+81
|
*
ice: Add code for DCB initialization part 3/4
Anirudh Venkataramanan
2019-04-18
14
-82
/
+997
|
*
ice: Add code for DCB initialization part 2/4
Anirudh Venkataramanan
2019-04-18
6
-1
/
+1057
|
*
ice: Add code for DCB initialization part 1/4
Anirudh Venkataramanan
2019-04-18
10
-0
/
+230
[next]