index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2021-11-22
ice: fix vsi->txq_map sizing
Maciej Fijalkowski
2021-10-29
ice: Remove boolean vlan_promisc flag from function
Brett Creeley
2021-10-28
ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()
Nathan Chancellor
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-20
ice: enable ndo_setup_tc support for mqprio_qdisc
Kiran Patil
2021-10-20
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
2021-10-19
ice: fix rate limit update after coalesce change
Jesse Brandeburg
2021-10-19
ice: update dim usage and moderation
Jesse Brandeburg
2021-10-19
ice: Add support for VF rate limiting
Brett Creeley
2021-10-15
ice: make use of ice_for_each_* macros
Maciej Fijalkowski
2021-10-15
ice: introduce XDP_TX fallback path
Maciej Fijalkowski
2021-10-15
ice: unify xdp_rings accesses
Maciej Fijalkowski
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
2021-10-15
ice: remove ring_active from ice_ring
Maciej Fijalkowski
2021-10-14
ice: Fix failure to re-add LAN/RDMA Tx queues
Brett Creeley
2021-10-14
ice: Implement support for SMA and U.FL on E810-T
Maciej Machnikowski
2021-10-07
ice: introduce new type of VSI for switchdev
Grzegorz Nitka
2021-10-07
ice: manage VSI antispoof and destination override
Michal Swiatkowski
2021-10-07
ice: Move devlink port to PF/VF struct
Wojciech Drewek
2021-09-28
ice: Add feature bitmap, helpers and a check for DSCP
Anirudh Venkataramanan
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-17
ice: reduce scope of variables
Paul M Stillwell Jr
2021-06-11
ice: enable transmit timestamps for E810 devices
Jacob Keller
2021-06-11
ice: enable receive hardware timestamping
Jacob Keller
2021-06-11
ice: add support for sideband messages
Jacob Keller
2021-06-09
ice: parameterize functions responsible for Tx ring management
Maciej Fijalkowski
2021-06-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-06-07
ice: downgrade error print to debug print
Anirudh Venkataramanan
2021-06-07
ice: wait for reset before reporting devlink info
Jacob Keller
2021-06-07
ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiency
Salil Mehta
2021-06-07
ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handling
Brett Creeley
2021-06-07
ice: Refactor ice_setup_rx_ctx
Krzysztof Kazimierczak
2021-06-04
ice: Fix allowing VF to request more/less queues via virtchnl
Brett Creeley
2021-06-03
ice: track AF_XDP ZC enabled queues in bitmap
Maciej Fijalkowski
2021-05-28
ice: Initialize RDMA support
Dave Ertman
2021-04-14
ice: remove return variable
Paul M Stillwell Jr
2021-04-14
ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI types
Brett Creeley
2021-04-14
ice: use local for consistency
Jesse Brandeburg
2021-04-14
ice: refactor ITR data structures
Jesse Brandeburg
2021-04-14
ice: replace custom AIM algorithm with kernel's DIM library
Jacob Keller
2021-04-14
ice: refactor interrupt moderation writes
Jesse Brandeburg
2021-04-14
ice: Add new VSI states to track netdev alloc/registration
Anirudh Venkataramanan
2021-04-14
ice: Drop leading underscores in enum ice_pf_state
Anirudh Venkataramanan
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-07
ice: Ignore EMODE return for opcode 0x0605
Anirudh Venkataramanan
2021-03-31
ice: Consolidate VSI state and flags
Anirudh Venkataramanan
2021-03-31
ice: Refactor ice_set/get_rss into LUT and key specific functions
Brett Creeley
2021-03-31
ice: Refactor get/set RSS LUT to use struct parameter
Brett Creeley
2021-03-31
ice: Change ice_vsi_setup_q_map() to not depend on RSS
Brett Creeley
[prev]
[next]