index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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-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
2023-02-11
Daniel Borkmann says:
Jakub Kicinski
1
-19
/
+33
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-02-07
ice: Do not use WQ_MEM_RECLAIM flag for workqueue
Anirudh Venkataramanan
1
-1
/
+1
2023-02-06
ice: introduce clear_reset_state operation
Jacob Keller
1
-1
/
+1
2023-02-06
ice: refactor VSI setup to use parameter structure
Jacob Keller
1
-5
/
+35
2023-02-03
ice: update VSI instead of init in some case
Michal Swiatkowski
1
-1
/
+1
2023-02-03
ice: move VSI delete outside deconfig
Michal Swiatkowski
1
-4
/
+1
2023-02-03
ice: split probe into smaller functions
Michal Swiatkowski
1
-368
/
+540
2023-02-03
ice: split ice_vsi_setup into smaller functions
Michal Swiatkowski
1
-6
/
+6
2023-02-03
ice: cleanup in VSI config/deconfig code
Michal Swiatkowski
1
-6
/
+6
2023-02-03
ice: move RDMA init to ice_idc.c
Michal Swiatkowski
1
-23
/
+6
2023-02-03
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+5
2023-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2023-02-02
ice: Remove next_{dd,rs} fields from ice_tx_ring
Maciej Fijalkowski
1
-2
/
+0
2023-02-02
ice: Add support for XDP multi-buffer on Rx side
Maciej Fijalkowski
1
-4
/
+9
2023-02-02
ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()
Maciej Fijalkowski
1
-14
/
+14
2023-02-02
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
1
-2
/
+8
2023-01-30
ice: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-3
/
+0
2023-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+17
2023-01-27
ice: Prevent set_channel from changing queues while RDMA active
Dave Ertman
1
-2
/
+3
2023-01-25
ice: move devlink port creation/deletion
Paul M Stillwell Jr
1
-8
/
+17
2023-01-19
ice: Introduce local var for readability
Tony Nguyen
1
-3
/
+6
[prev]
[next]