aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik2023-08-171-0/+5
* ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski2023-07-311-0/+18
* ice: prevent NULL pointer deref during reloadMichal Swiatkowski2023-07-141-2/+8
* ice: Fix tx queue rate limit when TCs are configuredSridhar Samudrala2023-07-051-0/+7
* ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala2023-07-051-8/+8
* ice: use ice_down_up() where applicableMaciej Fijalkowski2023-06-221-15/+3
* ice: allow hot-swapping XDP programsMaciej Fijalkowski2023-06-221-10/+9
* ice: remove unnecessary check for old MAC == new MACPiotr Gardocki2023-06-161-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-161-11/+9
|\
| * ice: Fix ice module unloadJakub Buchocki2023-06-151-11/+5
| * ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz2023-06-081-0/+4
* | ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller2023-06-081-4/+5
* | ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller2023-06-081-2/+9
* | ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller2023-06-081-1/+1
* | ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski2023-06-081-10/+4
* | ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski2023-06-081-8/+21
* | ice: add dynamic interrupt allocationPiotr Raczynski2023-05-161-1/+1
* | ice: add individual interrupt allocationPiotr Raczynski2023-05-161-24/+18
* | ice: use preferred MSIX allocation apiPiotr Raczynski2023-05-161-4/+2
* | ice: use pci_irq_vector helper functionPiotr Raczynski2023-05-161-6/+6
* | ice: move interrupt related code to separate filePiotr Raczynski2023-05-161-218/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-1/+7
|\
| * ice: remove filters only if VSI is deletedMichal Swiatkowski2023-03-211-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-11/+8
|\|
| * ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2023-03-151-11/+8
* | ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller2023-03-131-2/+1
* | ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller2023-03-131-1/+9
* | ice: initialize mailbox snapshot earlier in PF initJacob Keller2023-03-131-0/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-0/+26
|\
| * ice: fix lost multicast packets in promisc modeJesse Brandeburg2023-02-131-0/+26
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-02-161-0/+2
|\ \
| * | ice: add support BIG TCP on IPv6Pawel Chmielewski2023-02-141-0/+2
* | | ice: update xdp_features with xdp multi-buffLorenzo Bianconi2023-02-161-6/+12
|/ /
* | Daniel Borkmann says:Jakub Kicinski2023-02-111-19/+33
|\ \
| * | drivers: net: turn on XDP featuresMarek Majtyka2023-02-031-0/+5
| * | ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski2023-02-011-2/+0
| * | ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski2023-02-011-4/+9
| * | ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski2023-02-011-14/+14
| * | ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski2023-02-011-2/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-1/+1
|\ \ \ | | |/ | |/|
| * | ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan2023-02-061-1/+1
* | | ice: introduce clear_reset_state operationJacob Keller2023-02-061-1/+1
* | | ice: refactor VSI setup to use parameter structureJacob Keller2023-02-061-5/+35
* | | ice: update VSI instead of init in some caseMichal Swiatkowski2023-02-031-1/+1
* | | ice: move VSI delete outside deconfigMichal Swiatkowski2023-02-031-4/+1
* | | ice: split probe into smaller functionsMichal Swiatkowski2023-02-031-368/+540
* | | ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski2023-02-031-6/+6
* | | ice: cleanup in VSI config/deconfig codeMichal Swiatkowski2023-02-031-6/+6
* | | ice: move RDMA init to ice_idc.cMichal Swiatkowski2023-02-031-23/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-2/+3
|\| |