index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice: Block switchdev mode when ADQ is active and vice versa
Marcin Szycik
2023-08-17
1
-0
/
+5
*
ice: Fix RDMA VSI removal during queue rebuild
Rafal Rogalski
2023-07-31
1
-0
/
+18
*
ice: prevent NULL pointer deref during reload
Michal Swiatkowski
2023-07-14
1
-2
/
+8
*
ice: Fix tx queue rate limit when TCs are configured
Sridhar Samudrala
2023-07-05
1
-0
/
+7
*
ice: Fix max_rate check while configuring TX rate limits
Sridhar Samudrala
2023-07-05
1
-8
/
+8
*
ice: use ice_down_up() where applicable
Maciej Fijalkowski
2023-06-22
1
-15
/
+3
*
ice: allow hot-swapping XDP programs
Maciej Fijalkowski
2023-06-22
1
-10
/
+9
*
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
1
-11
/
+9
|
\
|
*
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: 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
1
-1
/
+1
*
|
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
1
-8
/
+21
*
|
ice: add dynamic interrupt allocation
Piotr Raczynski
2023-05-16
1
-1
/
+1
*
|
ice: add individual interrupt allocation
Piotr Raczynski
2023-05-16
1
-24
/
+18
*
|
ice: use preferred MSIX allocation api
Piotr Raczynski
2023-05-16
1
-4
/
+2
*
|
ice: use pci_irq_vector helper function
Piotr Raczynski
2023-05-16
1
-6
/
+6
*
|
ice: move interrupt related code to separate file
Piotr Raczynski
2023-05-16
1
-218
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
1
-1
/
+7
|
\
|
*
ice: remove filters only if VSI is deleted
Michal Swiatkowski
2023-03-21
1
-1
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-17
1
-11
/
+8
|
\
|
|
*
ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
Dave Ertman
2023-03-15
1
-11
/
+8
*
|
ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()
Jacob Keller
2023-03-13
1
-2
/
+1
*
|
ice: pass mbxdata to ice_is_malicious_vf()
Jacob Keller
2023-03-13
1
-1
/
+9
*
|
ice: initialize mailbox snapshot earlier in PF init
Jacob Keller
2023-03-13
1
-0
/
+1
|
/
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2023-02-17
1
-0
/
+26
|
\
|
*
ice: fix lost multicast packets in promisc mode
Jesse Brandeburg
2023-02-13
1
-0
/
+26
*
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2023-02-16
1
-0
/
+2
|
\
\
|
*
|
ice: add support BIG TCP on IPv6
Pawel Chmielewski
2023-02-14
1
-0
/
+2
*
|
|
ice: update xdp_features with xdp multi-buff
Lorenzo Bianconi
2023-02-16
1
-6
/
+12
|
/
/
*
|
Daniel Borkmann says:
Jakub Kicinski
2023-02-11
1
-19
/
+33
|
\
\
|
*
|
drivers: net: turn on XDP features
Marek Majtyka
2023-02-03
1
-0
/
+5
|
*
|
ice: Remove next_{dd,rs} fields from ice_tx_ring
Maciej Fijalkowski
2023-02-01
1
-2
/
+0
|
*
|
ice: Add support for XDP multi-buffer on Rx side
Maciej Fijalkowski
2023-02-01
1
-4
/
+9
|
*
|
ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()
Maciej Fijalkowski
2023-02-01
1
-14
/
+14
|
*
|
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
2023-02-01
1
-2
/
+8
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-09
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ice: Do not use WQ_MEM_RECLAIM flag for workqueue
Anirudh Venkataramanan
2023-02-06
1
-1
/
+1
*
|
|
ice: introduce clear_reset_state operation
Jacob Keller
2023-02-06
1
-1
/
+1
*
|
|
ice: refactor VSI setup to use parameter structure
Jacob Keller
2023-02-06
1
-5
/
+35
*
|
|
ice: update VSI instead of init in some case
Michal Swiatkowski
2023-02-03
1
-1
/
+1
*
|
|
ice: move VSI delete outside deconfig
Michal Swiatkowski
2023-02-03
1
-4
/
+1
*
|
|
ice: split probe into smaller functions
Michal Swiatkowski
2023-02-03
1
-368
/
+540
*
|
|
ice: split ice_vsi_setup into smaller functions
Michal Swiatkowski
2023-02-03
1
-6
/
+6
*
|
|
ice: cleanup in VSI config/deconfig code
Michal Swiatkowski
2023-02-03
1
-6
/
+6
*
|
|
ice: move RDMA init to ice_idc.c
Michal Swiatkowski
2023-02-03
1
-23
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-02
1
-2
/
+3
|
\
|
|
[next]