index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
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
2023-07-14
ice: Unregister netdev and devlink_port only once
Petr Oros
2023-06-22
ice: remove null checks before devm_kfree() calls
Przemek Kitszel
2023-05-18
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-17
ice: Remove LAG+SRIOV mutual exclusion
Dave Ertman
2023-05-16
ice: Fix stats after PF reset
Ahmed Zaki
2023-05-16
ice: track interrupt vectors with xarray
Piotr Raczynski
2023-05-16
ice: add individual interrupt allocation
Piotr Raczynski
2023-05-16
ice: refactor VF control VSI interrupt handling
Piotr Raczynski
2023-05-16
ice: use pci_irq_vector helper function
Piotr Raczynski
2023-03-21
ice: remove filters only if VSI is deleted
Michal Swiatkowski
2023-03-07
ice: don't ignore return codes in VSI related code
Michal Swiatkowski
2023-02-20
ice: properly alloc ICE_VSI_LB
Michal Swiatkowski
2023-02-14
ice: Change ice_vsi_realloc_stat_arrays() to void
Tony Nguyen
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
2023-02-06
ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfg
Jacob Keller
2023-02-06
ice: refactor VSI setup to use parameter structure
Jacob Keller
2023-02-06
ice: drop unnecessary VF parameter from several VSI functions
Jacob Keller
2023-02-06
ice: fix function comment referring to ice_vsi_alloc
Jacob Keller
2023-02-03
ice: update VSI instead of init in some case
Michal Swiatkowski
2023-02-03
ice: move VSI delete outside deconfig
Michal Swiatkowski
2023-02-03
ice: stop hard coding the ICE_VSI_CTRL location
Jacob Keller
2023-02-03
ice: split ice_vsi_setup into smaller functions
Michal Swiatkowski
2023-02-03
ice: cleanup in VSI config/deconfig code
Michal Swiatkowski
2023-02-01
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-24
ice: move devlink port creation/deletion
Paul M Stillwell Jr
2023-01-19
ice: Remove excess space
Tony Nguyen
2022-11-23
ice: Accumulate ring statistics over reset
Benjamin Mikailenko
2022-11-23
ice: Accumulate HW and Netdev statistics over reset
Benjamin Mikailenko
2022-11-23
ice: Remove and replace ice speed defines with ethtool.h versions
Brett Creeley
2022-11-09
ice: Fix spurious interrupt during removal of trusted VF
Norbert Zulinski
2022-09-27
ice: reorder PF/representor devlink port register/unregister flows
Jiri Pirko
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-08
ice: Fix crash by keep old cfg when update TCs more than queues
Ding Hui
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2022-08-22
ice: xsk: use Rx ring's XDP ring when picking NAPI context
Maciej Fijalkowski
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-18
ice: Implement control of FCS/CRC stripping
Jesse Brandeburg
2022-08-17
ice: Fix clearing of promisc mode with bridge over bond
Grzegorz Siwik
2022-08-16
ice: initialize cached_phctime when creating Rx rings
Jacob Keller
2022-08-11
ice: Fix VSI rebuild WARN_ON check for VF
Benjamin Mikailenko
2022-07-28
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
2022-07-15
ice: Add EXTTS feature to the feature bitmap
Anirudh Venkataramanan
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-21
ice: ethtool: Prohibit improper channel config for DCB
Anatolii Gerasymenko
2022-06-10
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2022-06-09
drivers/net/ethernet/intel: fix typos in comments
Julia Lawall
2022-06-08
ice: remove VLAN representor specific ops
Michal Swiatkowski
[next]