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_base.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-12
ice: store VF relative MSI-X index in q_vector->vf_reg_idx
Jacob Keller
1
-1
/
+2
2024-03-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-35
/
+9
2024-03-25
ice: do switchdev slow-path Rx using PF VSI
Michal Swiatkowski
1
-0
/
+8
2024-03-25
ice: remove switchdev control plane VSI
Michal Swiatkowski
1
-35
/
+1
2024-03-22
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
1
-2
/
+2
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+4
2024-02-20
ice: Fix ASSERT_RTNL() warning during certain scenarios
Amritha Nambiar
1
-6
/
+4
2024-02-02
ice: make ice_vsi_cfg_txq() static
Maciej Fijalkowski
1
-1
/
+75
2024-02-02
ice: make ice_vsi_cfg_rxq() static
Maciej Fijalkowski
1
-1
/
+57
2024-01-24
ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
Maciej Fijalkowski
1
-14
/
+23
2024-01-02
ice: ice_base.c: Add const modifier to params and vars
Jan Glaza
1
-3
/
+3
2023-12-22
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
1
-20
/
+12
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+15
2023-12-18
ice: field get conversion
Jesse Brandeburg
1
-8
/
+4
2023-12-18
ice: field prep conversion
Jesse Brandeburg
1
-12
/
+8
2023-12-13
ice: Support XDP hints in AF_XDP ZC mode
Larysa Zaremba
1
-0
/
+14
2023-12-13
ice: Support HW timestamp hint
Larysa Zaremba
1
-0
/
+1
2023-12-04
ice: Add support in the driver for associating queue with napi
Amritha Nambiar
1
-2
/
+10
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2023-08-21
ice: fix receive buffer size miscalculation
Jesse Brandeburg
1
-1
/
+2
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2023-07-19
ice: xsk: add RX multi-buffer support
Maciej Fijalkowski
1
-8
/
+1
2023-07-14
ice: prevent NULL pointer deref during reload
Michal Swiatkowski
1
-0
/
+2
2023-05-16
ice: add dynamic interrupt allocation
Piotr Raczynski
1
-1
/
+1
2023-05-16
ice: add individual interrupt allocation
Piotr Raczynski
1
-4
/
+46
2023-02-01
ice: Add support for XDP multi-buffer on Rx side
Maciej Fijalkowski
1
-6
/
+11
2023-02-01
ice: Add xdp_buff to ice_rx_ring struct
Maciej Fijalkowski
1
-0
/
+1
2023-02-01
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
1
-3
/
+0
2022-11-23
ice: Use ICE_RLAN_BASE_S instead of magic number
Anatolii Gerasymenko
1
-1
/
+1
2022-11-09
ice: Fix spurious interrupt during removal of trusted VF
Norbert Zulinski
1
-1
/
+1
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-17
/
+0
2022-09-02
ice: Fix DMA mappings leak
Przemyslaw Patynowski
1
-17
/
+0
2022-08-18
ice: Implement control of FCS/CRC stripping
Jesse Brandeburg
1
-1
/
+1
2022-03-14
ice: rename ice_virtchnl_pf.c to ice_sriov.c
Jacob Keller
1
-1
/
+1
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
1
-2
/
+2
2022-02-09
ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2
Brett Creeley
1
-0
/
+1
2022-02-09
ice: Add hot path support for 802.1Q and 802.1ad VLAN offloads
Brett Creeley
1
-2
/
+16
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+17
2021-12-17
ice: xsk: allocate separate memory for XDP SW ring
Maciej Fijalkowski
1
-0
/
+17
2021-12-14
ice: Propagate error codes
Tony Nguyen
1
-2
/
+2
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
1
-3
/
+3
2021-12-14
ice: Use int for ice_status
Tony Nguyen
1
-2
/
+2
2021-12-14
ice: Remove string printing for ice_status
Tony Nguyen
1
-4
/
+4
2021-11-03
ice: Fix not stopping Tx queues for VFs
Brett Creeley
1
-1
/
+1
2021-10-20
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
1
-6
/
+28
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
1
-28
/
+29
2021-10-15
ice: move ice_container_type onto ice_ring_container
Maciej Fijalkowski
1
-0
/
+2
2021-10-07
ice: introduce new type of VSI for switchdev
Grzegorz Nitka
1
-1
/
+35
2021-06-11
ice: enable transmit timestamps for E810 devices
Jacob Keller
1
-0
/
+9
[next]