index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: parameterize functions responsible for Tx ring management
Maciej Fijalkowski
2021-06-09
1
-8
/
+10
*
ice: Fix allowing VF to request more/less queues via virtchnl
Brett Creeley
2021-06-04
1
-0
/
+2
*
ice: track AF_XDP ZC enabled queues in bitmap
Maciej Fijalkowski
2021-06-03
1
-0
/
+10
*
ice: remove return variable
Paul M Stillwell Jr
2021-04-15
1
-5
/
+3
*
ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI types
Brett Creeley
2021-04-15
1
-0
/
+2
*
ice: use local for consistency
Jesse Brandeburg
2021-04-15
1
-5
/
+7
*
ice: refactor ITR data structures
Jesse Brandeburg
2021-04-15
1
-7
/
+0
*
ice: replace custom AIM algorithm with kernel's DIM library
Jacob Keller
2021-04-15
1
-8
/
+5
*
ice: refactor interrupt moderation writes
Jesse Brandeburg
2021-04-15
1
-74
/
+93
*
ice: Add new VSI states to track netdev alloc/registration
Anirudh Venkataramanan
2021-04-15
1
-6
/
+15
*
ice: Drop leading underscores in enum ice_pf_state
Anirudh Venkataramanan
2021-04-15
1
-9
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-10
1
-3
/
+2
|
\
|
*
ice: remove DCBNL_DEVRESET bit from PF state
Dave Ertman
2021-03-29
1
-1
/
+0
|
*
ice: prevent ice_open and ice_stop during reset
Krzysztof Goreczny
2021-03-29
1
-2
/
+2
*
|
ice: Ignore EMODE return for opcode 0x0605
Anirudh Venkataramanan
2021-04-08
1
-0
/
+37
*
|
ice: Consolidate VSI state and flags
Anirudh Venkataramanan
2021-03-31
1
-7
/
+7
*
|
ice: Refactor ice_set/get_rss into LUT and key specific functions
Brett Creeley
2021-03-31
1
-30
/
+12
*
|
ice: Refactor get/set RSS LUT to use struct parameter
Brett Creeley
2021-03-31
1
-2
/
+7
*
|
ice: Change ice_vsi_setup_q_map() to not depend on RSS
Brett Creeley
2021-03-31
1
-34
/
+16
*
|
ice: handle increasing Tx or Rx ring sizes
Paul M Stillwell Jr
2021-03-31
1
-32
/
+89
*
|
ice: Add support for per VF ctrl VSI enabling
Qi Zhang
2021-03-22
1
-8
/
+56
|
/
*
ice: Refactor DCB related variables out of the ice_port_info struct
Chinh T Cao
2021-02-09
1
-1
/
+1
*
ice: create scheduler aggregator node config and move VSIs
Kiran Patil
2021-02-09
1
-0
/
+125
*
ice: Add initial support framework for LAG
Dave Ertman
2021-02-09
1
-0
/
+2
*
ice: implement new LLDP filter command
Dave Ertman
2021-02-09
1
-3
/
+10
*
ice: Fix MSI-X vector fallback logic
Brett Creeley
2021-01-26
1
-5
/
+9
*
ice: refactor devlink_port to be per-VSI
Jacob Keller
2020-10-09
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-06
1
-4
/
+16
|
\
|
*
ice: fix memory leak in ice_vsi_setup
Jacob Keller
2020-09-25
1
-1
/
+13
|
*
ice: fix memory leak if register_netdev_fails
Jacob Keller
2020-09-25
1
-3
/
+3
*
|
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
2020-08-31
1
-1
/
+1
|
/
*
ice: Disable VLAN pruning in promiscuous mode
Nick Nunley
2020-08-01
1
-0
/
+7
*
ice: fix overwriting TX/RX descriptor values when rebuilding VSI
Paul M Stillwell Jr
2020-07-29
1
-2
/
+8
*
ice: Add advanced power mgmt for WoL
Akeem G Abodunrin
2020-07-23
1
-0
/
+24
*
ice: replace single-element array used for C struct hack
Bruce Allan
2020-07-01
1
-1
/
+1
*
ice: protect ring accesses with WRITE_ONCE
Ciara Loftus
2020-06-19
1
-4
/
+4
*
ice: Use coalesce values from q_vector 0 when increasing q_vectors
Brett Creeley
2020-05-31
1
-8
/
+6
*
ice: Always clear QRXFLXP_CNTXT before writing new value
Brett Creeley
2020-05-31
1
-0
/
+26
*
ice: cleanup VSI context initialization
Jacob Keller
2020-05-28
1
-1
/
+0
*
ice: Change number of XDP Tx queues to match number of Rx queues
Marta Plantykow
2020-05-28
1
-1
/
+1
*
ice: Don't allow VLAN stripping change when pvid set
Brett Creeley
2020-05-28
1
-0
/
+6
*
ice: Implement aRFS
Brett Creeley
2020-05-23
1
-0
/
+1
*
ice: Restore filters following reset
Henry Tieman
2020-05-23
1
-6
/
+11
*
ice: Initialize Flow Director resources
Henry Tieman
2020-05-23
1
-24
/
+186
*
ice: refactor filter functions
Michal Swiatkowski
2020-05-22
1
-193
/
+19
*
ice: Fix casting issues
Karol Kolacinski
2020-05-22
1
-13
/
+16
*
ice: Provide more meaningful error message
Lihong Yang
2020-05-22
1
-49
/
+54
*
ice: use variable name more descriptive than type
Bruce Allan
2020-03-10
1
-12
/
+12
*
ice: Correct setting VLAN pruning
Brett Creeley
2020-03-10
1
-8
/
+2
*
ice: Improve clarity of prints and variables
Brett Creeley
2020-03-10
1
-92
/
+108
[next]