summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10 days1-2/+0
|\
| * ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel14 days1-2/+0
* | ice: base subfunction aux driverPiotr Raczynski2024-09-061-0/+10
* | ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski2024-09-061-2/+3
* | ice: add basic devlink subfunctions supportPiotr Raczynski2024-09-061-0/+7
* | ice: export ice ndo_ops functionsPiotr Raczynski2024-09-061-29/+6
* | ice: add new VSI type for subfunctionsPiotr Raczynski2024-09-061-2/+5
|/
* ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba2024-09-031-2/+5
* ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba2024-09-031-2/+2
* ice: protect XDP configuration with a mutexLarysa Zaremba2024-09-031-5/+14
* ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba2024-09-031-4/+13
* ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski2024-08-281-0/+7
* ice: Fix reset handlerGrzegorz Nitka2024-08-071-0/+2
* ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski2024-07-291-1/+1
* ice: remove eswitch rebuildMichal Swiatkowski2024-07-111-2/+0
* net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-111-1/+0
* ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki2024-06-281-3/+3
* ice: Check all ice_vsi_rebuild() errors in functionEric Joyner2024-06-281-2/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-1/+9
|\
| * ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski2024-06-231-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-1/+9
|\|
| * ice: fix 200G link speed message logPaul Greenwalt2024-06-131-0/+3
| * ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu2024-06-131-1/+6
* | ice: use irq_update_affinity_hint()Michal Schmidt2024-06-101-2/+2
|/
* ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba2024-06-051-39/+57
* ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba2024-06-051-10/+12
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-05-071-8/+14
|\
| * ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek2024-05-061-4/+4
| * ice: update E830 device ids and commentsPaul Greenwalt2024-05-061-4/+4
| * ice: add additional E830 device idsPaul Greenwalt2024-05-061-0/+6
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-04-251-0/+1
|\
| * net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin2024-04-241-0/+1
* | ice: Enable switching default Tx scheduler topologyMichal Wilczynski2024-04-221-19/+89
|/
* ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik2024-04-171-11/+46
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-021-5/+13
|\
| * ice: hold devlink lock for whole init/cleanupMichal Swiatkowski2024-04-011-4/+3
| * ice: move devlink port code to a separate filePiotr Raczynski2024-04-011-0/+1
| * ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski2024-04-011-1/+1
| * ice: add ice_adapter for shared data across PFs on the same NICMichal Schmidt2024-04-011-0/+8
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-04-011-8/+4
|\ \ | |/ |/|
| * net: intel: implement modern PM ops declarationsJesse Brandeburg2024-03-291-8/+4
* | netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-5/+2
|/
* ice: remove switchdev control plane VSIMichal Swiatkowski2024-03-251-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-111-13/+11
|\
| * ice: fix stats being updated by way too large valuesPrzemek Kitszel2024-03-061-13/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-0/+2
|\|
| * net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb2024-03-051-0/+2
* | ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski2024-03-041-0/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-1/+2
|\|