index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-14
ice: Fix safe mode when DDP is missing
Mateusz Pacuszka
1
-0
/
+3
2023-10-14
ice: reset first in crash dump kernels
Jesse Brandeburg
1
-0
/
+15
2023-08-19
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-49
/
+50
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2023-08-17
ice: split ice_aq_wait_for_event() func into two
Przemek Kitszel
1
-23
/
+44
2023-08-17
ice: embed &ice_rq_event_info event into struct ice_aq_task
Przemek Kitszel
1
-25
/
+4
2023-08-17
ice: ice_aq_check_events: fix off-by-one check when filling buffer
Przemek Kitszel
1
-6
/
+7
2023-08-17
ice: Block switchdev mode when ADQ is active and vice versa
Marcin Szycik
1
-0
/
+5
2023-08-07
ice: add FW load wait
Jan Sokolowski
1
-0
/
+37
2023-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+18
2023-08-01
ice: Fix RDMA VSI removal during queue rebuild
Rafal Rogalski
1
-0
/
+18
2023-07-27
ice: update reset path for SRIOV LAG support
Dave Ertman
1
-1
/
+13
2023-07-27
ice: Add driver support for firmware changes for LAG
Dave Ertman
1
-3
/
+19
2023-07-24
ice: Implement basic eswitch bridge setup
Wojciech Drewek
1
-1
/
+1
2023-07-24
ice: Prohibit rx mode change in switchdev mode
Wojciech Drewek
1
-1
/
+1
2023-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+8
2023-07-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-07-19
ice: xsk: Tx multi-buffer support
Maciej Fijalkowski
1
-0
/
+1
2023-07-19
ice: remove unnecessary (void*) conversions
Wu Yunchuan
1
-2
/
+2
2023-07-14
ice: prevent NULL pointer deref during reload
Michal Swiatkowski
1
-2
/
+8
2023-07-05
ice: Fix tx queue rate limit when TCs are configured
Sridhar Samudrala
1
-0
/
+7
2023-07-05
ice: Fix max_rate check while configuring TX rate limits
Sridhar Samudrala
1
-8
/
+8
2023-06-22
ice: use ice_down_up() where applicable
Maciej Fijalkowski
1
-15
/
+3
2023-06-22
ice: allow hot-swapping XDP programs
Maciej Fijalkowski
1
-10
/
+9
2023-06-16
ice: remove unnecessary check for old MAC == new MAC
Piotr Gardocki
1
-5
/
+0
2023-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+9
2023-06-15
ice: Fix ice module unload
Jakub Buchocki
1
-11
/
+5
2023-06-08
ice: do not re-enable miscellaneous interrupt until thread_fn completes
Jacob Keller
1
-4
/
+5
2023-06-08
ice: trigger PFINT_OICR_TSYN_TX interrupt instead of polling
Jacob Keller
1
-2
/
+9
2023-06-08
ice: Fix XDP memory leak when NIC is brought up and down
Kamil Maziarz
1
-0
/
+4
2023-06-08
ice: introduce ICE_TX_TSTAMP_WORK enumeration
Jacob Keller
1
-1
/
+1
2023-06-08
ice: always return IRQ_WAKE_THREAD in ice_misc_intr()
Karol Kolacinski
1
-10
/
+4
2023-06-08
ice: handle extts in the miscellaneous interrupt thread
Karol Kolacinski
1
-8
/
+21
2023-05-16
ice: add dynamic interrupt allocation
Piotr Raczynski
1
-1
/
+1
2023-05-16
ice: add individual interrupt allocation
Piotr Raczynski
1
-25
/
+19
2023-05-16
ice: use preferred MSIX allocation api
Piotr Raczynski
1
-4
/
+2
2023-05-16
ice: use pci_irq_vector helper function
Piotr Raczynski
1
-6
/
+6
2023-05-16
ice: move interrupt related code to separate file
Piotr Raczynski
1
-218
/
+0
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+7
2023-03-21
ice: remove filters only if VSI is deleted
Michal Swiatkowski
1
-1
/
+7
2023-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+8
2023-03-15
ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
Dave Ertman
1
-11
/
+8
2023-03-13
ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()
Jacob Keller
1
-2
/
+1
2023-03-13
ice: pass mbxdata to ice_is_malicious_vf()
Jacob Keller
1
-1
/
+9
2023-03-13
ice: initialize mailbox snapshot earlier in PF init
Jacob Keller
1
-0
/
+1
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+26
2023-02-16
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-0
/
+2
2023-02-16
ice: update xdp_features with xdp multi-buff
Lorenzo Bianconi
1
-6
/
+12
2023-02-15
ice: add support BIG TCP on IPv6
Pawel Chmielewski
1
-0
/
+2
2023-02-13
ice: fix lost multicast packets in promisc mode
Jesse Brandeburg
1
-0
/
+26
[next]