summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2023-10-25ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15
2023-09-19ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-03-11ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-02-15ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2022-09-15ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski1-1/+1
2022-08-03ice: do not setup vlan for loopback VSIMaciej Fijalkowski1-3/+5
2022-05-25ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt1-3/+4
2022-04-13ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski1-1/+3
2022-03-16ice: Align macro names to the specificationAnirudh Venkataramanan1-6/+6
2022-03-08ice: fix concurrent reset and removal of VFsJacob Keller1-0/+2
2022-02-16ice: fix IPIP and SIT TSO offloadJesse Brandeburg1-8/+17
2021-12-14ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-12-01ice: avoid bpf_prog refcount underflowMarta Plantykow1-1/+17
2021-11-26ice: Delete always true check of PF pointerLeon Romanovsky1-3/+0
2021-10-27ice: Add missing E810 device idsTony Nguyen1-0/+2
2021-09-15ice: Only lock to update netdev dev_addrBrett Creeley1-4/+9
2021-08-18ice: don't remove netdev->dev_addr from uc sync listBrett Creeley1-8/+15
2021-08-18ice: Prevent probing virtual functionsAnirudh Venkataramanan1-0/+5
2021-06-23ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski1-0/+15
2021-04-14ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-14ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan1-5/+4
2021-04-14ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny1-0/+28
2021-04-14ice: Continue probe on link/PHY errorsAnirudh Venkataramanan1-9/+6
2021-02-04ice: Fix MSI-X vector fallback logicBrett Creeley1-6/+2
2021-02-04ice: update dev_addr in ice_set_mac_address even if HW filter existsNick Nunley1-1/+7
2020-10-09ice: add additional debug logging for firmware updateJacob Keller1-0/+9
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller1-5/+3
2020-10-09ice: remove repeated wordsBruce Allan1-1/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+4
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-28ice: convert to new udp_tunnel infrastructureJakub Kicinski1-67/+30
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller1-10/+3
2020-09-25ice: Fix call trace on suspendAnirudh Venkataramanan1-0/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-5/+5
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley1-0/+3
2020-08-01ice: add useful statisticsJesse Brandeburg1-1/+3
2020-08-01ice: mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-29ice: cleanup VSI on probe failMarcin Szycik1-5/+7
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley1-2/+57
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley1-0/+2
2020-07-29ice: fix link event handling timingDave Ertman1-0/+6
2020-07-29ice: Fix link broken after GLOBR resetDave Ertman1-4/+0
2020-07-29ice: Implement LFC workaroundDave Ertman1-1/+101
2020-07-29ice: implement device flash update via devlinkJacob Keller1-0/+154
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-24ice: update reporting of autoneg capabilitiesPaul Greenwalt1-2/+6
2020-07-24ice: support Total Port Shutdown on devices that support itBruce Allan1-1/+13