summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik
2023-07-31ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski
2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski
2023-07-05ice: Fix tx queue rate limit when TCs are configuredSridhar Samudrala
2023-07-05ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala
2023-06-22ice: use ice_down_up() where applicableMaciej Fijalkowski
2023-06-22ice: allow hot-swapping XDP programsMaciej Fijalkowski
2023-06-15ice: remove unnecessary check for old MAC == new MACPiotr Gardocki
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14ice: Fix ice module unloadJakub Buchocki
2023-06-08ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller
2023-06-08ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller
2023-06-08ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz
2023-06-08ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller
2023-06-08ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski
2023-06-08ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski
2023-05-16ice: add individual interrupt allocationPiotr Raczynski
2023-05-16ice: use preferred MSIX allocation apiPiotr Raczynski
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski
2023-05-16ice: move interrupt related code to separate filePiotr Raczynski
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller
2023-03-13ice: initialize mailbox snapshot earlier in PF initJacob Keller
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-02-15ice: update xdp_features with xdp multi-buffLorenzo Bianconi
2023-02-14ice: add support BIG TCP on IPv6Pawel Chmielewski
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-06ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan
2023-02-06ice: introduce clear_reset_state operationJacob Keller
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller
2023-02-03ice: update VSI instead of init in some caseMichal Swiatkowski
2023-02-03ice: move VSI delete outside deconfigMichal Swiatkowski
2023-02-03ice: split probe into smaller functionsMichal Swiatkowski
2023-02-03ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski
2023-02-03ice: cleanup in VSI config/deconfig codeMichal Swiatkowski
2023-02-03ice: move RDMA init to ice_idc.cMichal Swiatkowski
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-01ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski
2023-02-01ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski
2023-02-01ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski