aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
* ice: fix NULL access of tx->in_use in ice_ll_ts_intrJacob Keller2025-09-021-5/+7
* ice: don't leave device non-functional if Tx scheduler config failsJacob Keller2025-08-251-5/+11
* ice: use libie_aq_strMichal Swiatkowski2025-07-241-59/+10
* i40e: use libie adminq descriptorsMichal Swiatkowski2025-07-241-0/+4
* ice, libie: move generic adminq descriptors to libMichal Swiatkowski2025-07-241-19/+19
* ice: add E835 device IDsDawid Osuchowski2025-07-181-0/+9
* ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2025-07-031-22/+2
* udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev2025-06-191-1/+0
* ice: add phase offset monitor for all PPS dpll inputsArkadiusz Kubalewski2025-06-141-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-06-121-1/+1
|\
| * treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2025-06-081-1/+1
* | ice: add link_down_events statisticMartyna Szapar-Mudlaw2025-06-091-0/+3
|/
* ice: fix Tx scheduler error handling in XDP callbackMichal Kubiak2025-05-301-14/+33
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski2025-05-131-8/+10
|\
| * iidc/ice/irdma: Update IDC to support multiple consumersDave Ertman2025-05-091-4/+6
| * iidc/ice/irdma: Rename to iidc_* conventionDave Ertman2025-04-301-4/+4
* | ice: support egress drop rules on PFLarysa Zaremba2025-04-111-8/+55
|/
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-051-1/+1
* ice: Add E830 checksum offload supportPaul Greenwalt2025-03-181-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2025-03-131-2/+2
|\
| * ice: register devlink prior to creating health reportersPrzemek Kitszel2025-03-051-2/+2
* | ice: use napi's irq affinity and rmap IRQ notifiersAhmed Zaki2025-02-271-44/+3
* | ice: Implement PTP support for E830 devicesMichal Michalik2025-02-101-2/+7
* | ice: Process TSYN IRQ in a separate functionKarol Kolacinski2025-02-101-15/+1
* | ice: init flow director before RDMAMichal Swiatkowski2025-02-051-2/+4
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2025-01-181-0/+53
|\
| * ice: support FW Recovery ModeKonrad Knitter2025-01-161-0/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-161-3/+3
|\ \ | |/ |/|
| * ice: Add correct PHY lane assignmentKarol Kolacinski2025-01-131-3/+3
* | ice: add fw and port health reportersKonrad Knitter2025-01-141-0/+3
* | ice: ice_probe: init ice_adapter after HW initPrzemek Kitszel2025-01-141-10/+11
* | ice: minor: rename goto labels from err to unrollPrzemek Kitszel2025-01-141-8/+8
* | ice: split ice_init_hw() out from ice_init_dev()Przemek Kitszel2025-01-141-11/+11
* | ice: c827: move wait for FW to ice_init_hw()Przemek Kitszel2025-01-141-37/+0
* | ice: Add MDD logging via devlink healthBen Shelton2024-12-171-0/+6
* | ice: add Tx hang devlink health reporterPrzemek Kitszel2024-12-171-5/+13
* | ice: rename devlink_port.[ch] to port.[ch]Przemek Kitszel2024-12-171-1/+1
|/
* Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-051-3/+5
|\
| * ice: Fix VLAN pruning in switchdev modeMarcin Szycik2024-12-031-3/+5
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-11-161-1/+32
|\
| * ice: Unbind the workqueueFrederic Weisbecker2024-11-131-1/+1
| * ice: initialize pf->supported_rxdids immediately after loading DDPJacob Keller2024-11-131-0/+31
* | ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata2024-11-161-1/+3
* | ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-161-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-32/+7
|\
| * ice: Flush FDB entries before resetWojciech Drewek2024-10-081-21/+3
| * ice: Fix netif_is_ice() in Safe ModeMarcin Szycik2024-10-081-1/+2
| * ice: Fix entering Safe ModeMarcin Szycik2024-10-081-3/+1
| * ice: fix memleak in ice_init_tx_topology()Przemek Kitszel2024-09-301-7/+1