index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_lib.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-11
ice: receive LLDP on trusted VFs
Mateusz Pacuszka
1
-6
/
+42
2025-04-11
ice: do not add LLDP-specific filter if not necessary
Larysa Zaremba
1
-7
/
+16
2025-03-18
ice: Add E830 checksum offload support
Paul Greenwalt
1
-1
/
+7
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-18
/
+0
2025-03-05
ice: do not configure destination override for switchdev
Larysa Zaremba
1
-18
/
+0
2025-02-26
ice: use napi's irq affinity and rmap IRQ notifiers
Ahmed Zaki
1
-7
/
+0
2025-02-26
ice: clear NAPI's IRQ numbers in ice_vsi_clear_napi_queues()
Ahmed Zaki
1
-1
/
+8
2025-02-14
ice: support Rx timestamp on flex descriptor
Simei Su
1
-3
/
+2
2025-02-10
ice: Don't check device type when checking GNSS presence
Karol Kolacinski
1
-1
/
+1
2025-02-05
ice: enable_rdma devlink param
Michal Swiatkowski
1
-1
/
+7
2025-02-05
ice: treat dyn_allowed only as suggestion
Michal Swiatkowski
1
-0
/
+2
2025-02-05
ice: get rid of num_lan_msix field
Michal Swiatkowski
1
-11
/
+14
2025-01-16
ice: support FW Recovery Mode
Konrad Knitter
1
-0
/
+6
2024-11-13
ice: Add support for persistent NAPI config
Joe Damato
1
-2
/
+4
2024-10-08
ice: add E830 HW VF mailbox message limit support
Paul Greenwalt
1
-0
/
+3
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+8
2024-09-09
ice: Fix lldp packets dropping after changing the number of channels
Martyna Szapar-Mudlaw
1
-7
/
+8
2024-09-06
ice: add basic devlink subfunctions support
Piotr Raczynski
1
-2
/
+3
2024-09-06
ice: export ice ndo_ops functions
Piotr Raczynski
1
-0
/
+20
2024-09-06
ice: add new VSI type for subfunctions
Piotr Raczynski
1
-2
/
+23
2024-09-03
ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
Larysa Zaremba
1
-6
/
+6
2024-09-03
ice: check for XDP rings instead of bpf program when unconfiguring
Larysa Zaremba
1
-2
/
+2
2024-09-03
ice: protect XDP configuration with a mutex
Larysa Zaremba
1
-13
/
+21
2024-09-03
ice: move netif_queue_set_napi to rtnl-protected sections
Larysa Zaremba
1
-98
/
+31
2024-06-10
ice: use irq_update_affinity_hint()
Michal Schmidt
1
-2
/
+2
2024-06-05
ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
Larysa Zaremba
1
-7
/
+7
2024-06-05
ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
Larysa Zaremba
1
-2
/
+3
2024-06-05
ice: remove af_xdp_zc_qps bitmap
Larysa Zaremba
1
-8
/
+0
2024-05-06
ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi
Mateusz Polchlopek
1
-22
/
+11
2024-04-01
ice: move devlink port code to a separate file
Piotr Raczynski
1
-1
/
+0
2024-04-01
ice: move ice_devlink.[ch] to devlink folder
Michal Swiatkowski
1
-1
/
+1
2024-03-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-48
/
+1
2024-03-25
ice: remove switchdev control plane VSI
Michal Swiatkowski
1
-48
/
+1
2024-03-25
ice: fix memory corruption bug with suspend and rebuild
Jesse Brandeburg
1
-9
/
+9
2024-03-11
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
1
-0
/
+37
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-03-06
ice: Implement RSS settings for GTP using ethtool
Takeru Hayasaka
1
-0
/
+37
2024-03-05
ice: fix typo in assignment
Jesse Brandeburg
1
-1
/
+1
2024-03-04
ice: do not disable Tx queues twice in ice_down()
Maciej Fijalkowski
1
-55
/
+0
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+69
2024-02-20
ice: Fix ASSERT_RTNL() warning during certain scenarios
Amritha Nambiar
1
-17
/
+69
2024-02-02
ice: make ice_vsi_cfg_txq() static
Maciej Fijalkowski
1
-73
/
+0
2024-02-02
ice: make ice_vsi_cfg_rxq() static
Maciej Fijalkowski
1
-56
/
+0
2023-12-22
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
1
-34
/
+20
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-4
/
+3
2023-12-18
ice: cleanup inconsistent code
Jesse Brandeburg
1
-2
/
+2
2023-12-18
ice: field get conversion
Jesse Brandeburg
1
-3
/
+2
2023-12-18
ice: fix pre-shifted bit usage
Jesse Brandeburg
1
-1
/
+2
2023-12-18
ice: field prep conversion
Jesse Brandeburg
1
-30
/
+16
2023-12-18
ice: Fix PF with enabled XDP going no-carrier after reset
Larysa Zaremba
1
-0
/
+3
[next]