index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-06-11
ice: enable receive hardware timestamping
Jacob Keller
1
-2
/
+3
2021-06-07
ice: Refactor ice_setup_rx_ctx
Krzysztof Kazimierczak
1
-47
/
+73
2021-04-14
ice: refactor ITR data structures
Jesse Brandeburg
1
-0
/
+3
2021-04-14
ice: refactor interrupt moderation writes
Jesse Brandeburg
1
-17
/
+5
2021-03-31
ice: Add Support for XPS
Benita Bose
1
-0
/
+23
2021-03-12
ice: move headroom initialization to ice_setup_rx_ctx
Maciej Fijalkowski
1
-0
/
+18
2021-03-12
ice: fix napi work done reporting in xsk path
Magnus Karlsson
1
-2
/
+4
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-2
/
+2
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
1
-3
/
+3
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
1
-8
/
+8
2020-07-01
ice: replace single-element array used for C struct hack
Bruce Allan
1
-1
/
+1
2020-05-31
ice: Always clear QRXFLXP_CNTXT before writing new value
Brett Creeley
1
-22
/
+11
2020-05-27
ice: Check UMEM FQ size when allocating bufs
Krzysztof Kazimierczak
1
-9
/
+21
2020-05-27
ice: avoid undefined behavior
Bruce Allan
1
-2
/
+3
2020-05-27
ice: fix signed vs unsigned comparisons
Jesse Brandeburg
1
-2
/
+2
2020-05-23
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
1
-0
/
+1
2020-05-22
ice: Initialize Flow Director resources
Henry Tieman
1
-0
/
+1
2020-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-8
/
+8
2020-05-21
ice: Fix casting issues
Karol Kolacinski
1
-10
/
+14
2020-05-21
ice: Provide more meaningful error message
Lihong Yang
1
-4
/
+4
2020-05-21
ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
1
-8
/
+8
2020-02-19
ice: add backslash-n to strings
Jesse Brandeburg
1
-2
/
+1
2020-02-19
ice: Always clear the QRXFLXP_CNTXT register for VF Rx queues
Brett Creeley
1
-2
/
+6
2020-02-15
ice: remove unnecessary fallthrough comments
Bruce Allan
1
-1
/
+0
2020-02-15
ice: Add support to enable/disable all Rx queues before waiting
Brett Creeley
1
-11
/
+31
2020-02-12
ice: Cleanup ice_vsi_alloc_q_vectors
Anirudh Venkataramanan
1
-8
/
+3
2020-02-12
ice: Make print statements more compact
Anirudh Venkataramanan
1
-14
/
+8
2020-02-12
ice: Use ice_pf_to_dev
Anirudh Venkataramanan
1
-6
/
+6
2020-01-03
ice: Suppress Coverity warnings for xdp_rxq_info_reg
Krzysztof Kazimierczak
1
-0
/
+2
[next]