index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
ice: Propagate error codes
Tony Nguyen
1
-11
/
+6
2021-12-14
ice: Remove excess error variables
Tony Nguyen
1
-39
/
+31
2021-12-14
ice: Cleanup after ice_status removal
Tony Nguyen
1
-15
/
+14
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
1
-36
/
+3
2021-12-14
ice: Use int for ice_status
Tony Nguyen
1
-19
/
+19
2021-12-14
ice: Remove string printing for ice_status
Tony Nguyen
1
-48
/
+48
2021-11-22
ice: fix vsi->txq_map sizing
Maciej Fijalkowski
1
-2
/
+7
2021-10-29
ice: Remove boolean vlan_promisc flag from function
Brett Creeley
1
-5
/
+2
2021-10-28
ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()
Nathan Chancellor
1
-0
/
+1
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+9
2021-10-20
ice: enable ndo_setup_tc support for mqprio_qdisc
Kiran Patil
1
-1
/
+1
2021-10-20
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
1
-48
/
+334
2021-10-19
ice: fix rate limit update after coalesce change
Jesse Brandeburg
1
-2
/
+2
2021-10-19
ice: update dim usage and moderation
Jesse Brandeburg
1
-0
/
+25
2021-10-19
ice: Add support for VF rate limiting
Brett Creeley
1
-0
/
+174
2021-10-15
ice: make use of ice_for_each_* macros
Maciej Fijalkowski
1
-11
/
+11
2021-10-15
ice: introduce XDP_TX fallback path
Maciej Fijalkowski
1
-1
/
+3
2021-10-15
ice: unify xdp_rings accesses
Maciej Fijalkowski
1
-1
/
+1
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
1
-24
/
+40
2021-10-15
ice: remove ring_active from ice_ring
Maciej Fijalkowski
1
-2
/
+0
2021-10-14
ice: Fix failure to re-add LAN/RDMA Tx queues
Brett Creeley
1
-0
/
+9
2021-10-14
ice: Implement support for SMA and U.FL on E810-T
Maciej Machnikowski
1
-0
/
+15
2021-10-07
ice: introduce new type of VSI for switchdev
Grzegorz Nitka
1
-1
/
+47
2021-10-07
ice: manage VSI antispoof and destination override
Michal Swiatkowski
1
-0
/
+61
2021-10-07
ice: Move devlink port to PF/VF struct
Wojciech Drewek
1
-1
/
+2
2021-09-28
ice: Add feature bitmap, helpers and a check for DSCP
Anirudh Venkataramanan
1
-0
/
+47
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+10
2021-06-17
ice: reduce scope of variables
Paul M Stillwell Jr
1
-4
/
+4
2021-06-11
ice: enable transmit timestamps for E810 devices
Jacob Keller
1
-0
/
+1
2021-06-11
ice: enable receive hardware timestamping
Jacob Keller
1
-1
/
+7
2021-06-11
ice: add support for sideband messages
Jacob Keller
1
-1
/
+10
2021-06-09
ice: parameterize functions responsible for Tx ring management
Maciej Fijalkowski
1
-8
/
+10
2021-06-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
1
-14
/
+67
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+12
2021-06-07
ice: downgrade error print to debug print
Anirudh Venkataramanan
1
-1
/
+1
2021-06-07
ice: wait for reset before reporting devlink info
Jacob Keller
1
-0
/
+28
2021-06-07
ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiency
Salil Mehta
1
-6
/
+8
2021-06-07
ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handling
Brett Creeley
1
-0
/
+27
2021-06-07
ice: Refactor ice_setup_rx_ctx
Krzysztof Kazimierczak
1
-7
/
+3
2021-06-04
ice: Fix allowing VF to request more/less queues via virtchnl
Brett Creeley
1
-0
/
+2
2021-06-03
ice: track AF_XDP ZC enabled queues in bitmap
Maciej Fijalkowski
1
-0
/
+10
2021-05-28
ice: Initialize RDMA support
Dave Ertman
1
-0
/
+11
2021-04-14
ice: remove return variable
Paul M Stillwell Jr
1
-5
/
+3
2021-04-14
ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI types
Brett Creeley
1
-0
/
+2
2021-04-14
ice: use local for consistency
Jesse Brandeburg
1
-5
/
+7
2021-04-14
ice: refactor ITR data structures
Jesse Brandeburg
1
-7
/
+0
2021-04-14
ice: replace custom AIM algorithm with kernel's DIM library
Jacob Keller
1
-8
/
+5
2021-04-14
ice: refactor interrupt moderation writes
Jesse Brandeburg
1
-76
/
+95
2021-04-14
ice: Add new VSI states to track netdev alloc/registration
Anirudh Venkataramanan
1
-6
/
+15
2021-04-14
ice: Drop leading underscores in enum ice_pf_state
Anirudh Venkataramanan
1
-9
/
+9
[next]