summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
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
2023-01-30ice: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-27ice: Prevent set_channel from changing queues while RDMA activeDave Ertman
2023-01-24ice: move devlink port creation/deletionPaul M Stillwell Jr
2023-01-19ice: Introduce local var for readabilityTony Nguyen
2023-01-19ice: add missing checks for PF vsi typeJesse Brandeburg
2023-01-19ice: remove redundant non-null check in ice_setup_pf_sw()Anirudh Venkataramanan
2022-12-08ice: always call ice_ptp_link_change and make it voidJacob Keller
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko
2022-11-23ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko
2022-11-21ice: fix handling of burst Tx timestampsJacob Keller
2022-11-17ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-10-25ice: Enable RX queue selection using skbedit actionAmritha Nambiar
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20ice: Add low latency Tx timestamp readKarol Kolacinski
2022-09-20ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski
2022-09-20ice: config netdev tc before setting queues numberMichal Swiatkowski
2022-09-08ice: Don't double unplug aux on peer initiated resetDave Ertman
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-06ice: Allow operation with reduced device MSI-XTony Nguyen
2022-09-02ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-08-22ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski
2022-08-18ice: Remove ucast_sharedSylwester Dziedziuch
2022-08-18ice: Implement FCS/CRC and VLAN stripping co-existence policyAnatolii Gerasymenko