index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: Fix memory management in ice_ethtool_fdir.c
Jedrzej Jagielski
2023-07-25
1
-12
/
+14
*
ice: prevent NULL pointer deref during reload
Michal Swiatkowski
2023-07-14
3
-4
/
+21
*
ice: Unregister netdev and devlink_port only once
Petr Oros
2023-07-14
1
-27
/
+0
*
ice: Fix tx queue rate limit when TCs are configured
Sridhar Samudrala
2023-07-05
3
-11
/
+19
*
ice: Fix max_rate check while configuring TX rate limits
Sridhar Samudrala
2023-07-05
1
-8
/
+8
*
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-29
38
-1409
/
+1205
|
\
|
*
ice: use ice_down_up() where applicable
Maciej Fijalkowski
2023-06-22
1
-15
/
+3
|
*
ice: Remove managed memory usage in ice_get_fw_log_cfg()
Christophe JAILLET
2023-06-22
1
-2
/
+2
|
*
ice: remove null checks before devm_kfree() calls
Przemek Kitszel
2023-06-22
6
-75
/
+29
|
*
ice: clean up freeing SR-IOV VFs
Przemek Kitszel
2023-06-22
1
-3
/
+2
|
*
ice: allow hot-swapping XDP programs
Maciej Fijalkowski
2023-06-22
1
-10
/
+9
|
*
ice: reduce initial wait for control queue messages
Jacob Keller
2023-06-22
2
-3
/
+7
|
*
ice: remove unnecessary check for old MAC == new MAC
Piotr Gardocki
2023-06-16
1
-5
/
+0
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-16
2
-18
/
+10
|
|
\
|
*
\
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
2023-06-12
4
-48
/
+84
|
|
\
\
|
|
*
|
ice: do not re-enable miscellaneous interrupt until thread_fn completes
Jacob Keller
2023-06-08
1
-4
/
+5
|
|
*
|
ice: trigger PFINT_OICR_TSYN_TX interrupt instead of polling
Jacob Keller
2023-06-08
1
-2
/
+9
|
|
*
|
ice: introduce ICE_TX_TSTAMP_WORK enumeration
Jacob Keller
2023-06-08
3
-22
/
+42
|
|
*
|
ice: always return IRQ_WAKE_THREAD in ice_misc_intr()
Karol Kolacinski
2023-06-08
1
-10
/
+4
|
|
*
|
ice: handle extts in the miscellaneous interrupt thread
Karol Kolacinski
2023-06-08
4
-19
/
+33
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
4
-72
/
+6
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-02
1
-1
/
+1
|
|
\
\
\
|
*
|
|
|
devlink: move port_split/unsplit() ops into devlink_port_ops
Jiri Pirko
2023-05-30
1
-2
/
+2
|
*
|
|
|
ice: register devlink port for PF with ops
Jiri Pirko
2023-05-30
1
-1
/
+5
|
*
|
|
|
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
2023-05-19
9
-102
/
+40
|
*
|
|
|
ice: allow matching on meta data
Michal Swiatkowski
2023-05-19
5
-105
/
+95
|
*
|
|
|
ice: specify field names in ice_prot_ext init
Michal Swiatkowski
2023-05-19
1
-23
/
+28
|
*
|
|
|
ice: remove redundant Rx field from rule info
Michal Swiatkowski
2023-05-19
4
-22
/
+14
|
*
|
|
|
ice: define meta data to match in switch
Michal Swiatkowski
2023-05-19
3
-16
/
+183
|
*
|
|
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2023-05-19
8
-366
/
+142
|
|
\
\
\
\
|
|
*
|
|
|
ice: Remove LAG+SRIOV mutual exclusion
Dave Ertman
2023-05-17
5
-91
/
+0
|
|
*
|
|
|
ice: update PHY type to ethtool link mode mapping
Paul Greenwalt
2023-05-17
1
-19
/
+19
|
|
*
|
|
|
ice: refactor PHY type to ethtool link mode
Paul Greenwalt
2023-05-17
3
-274
/
+141
|
|
*
|
|
|
ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX
Paul Greenwalt
2023-05-17
1
-1
/
+1
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-18
8
-18
/
+38
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
ice: add dynamic interrupt allocation
Piotr Raczynski
2023-05-16
7
-21
/
+107
|
*
|
|
|
|
ice: track interrupt vectors with xarray
Piotr Raczynski
2023-05-16
6
-84
/
+89
|
*
|
|
|
|
ice: add individual interrupt allocation
Piotr Raczynski
2023-05-16
13
-282
/
+165
|
*
|
|
|
|
ice: remove redundant SRIOV code
Piotr Raczynski
2023-05-16
1
-36
/
+0
|
*
|
|
|
|
ice: refactor VF control VSI interrupt handling
Piotr Raczynski
2023-05-16
3
-66
/
+58
|
*
|
|
|
|
ice: use preferred MSIX allocation api
Piotr Raczynski
2023-05-16
3
-38
/
+37
|
*
|
|
|
|
ice: use pci_irq_vector helper function
Piotr Raczynski
2023-05-16
5
-11
/
+11
|
*
|
|
|
|
ice: move interrupt related code to separate file
Piotr Raczynski
2023-05-16
5
-218
/
+238
*
|
|
|
|
|
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-28
1
-5
/
+4
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
overflow: Add struct_size_t() helper
Kees Cook
2023-05-26
1
-5
/
+4
|
|
/
/
/
/
*
|
|
|
|
ice: Fix ice module unload
Jakub Buchocki
2023-06-15
1
-11
/
+5
*
|
|
|
|
ice: Fix XDP memory leak when NIC is brought up and down
Kamil Maziarz
2023-06-08
1
-0
/
+4
*
|
|
|
|
ice: Don't dereference NULL in ice_gnss_read error path
Simon Horman
2023-06-08
1
-7
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
ice: make writes to /dev/gnssX synchronous
Michal Schmidt
2023-06-07
4
-72
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
ice: recycle/free all of the fragments from multi-buffer frame
Maciej Fijalkowski
2023-06-01
1
-1
/
+1
|
|
/
|
/
|
[next]