aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb
2023-03-11ice: add missing checks for PF vsi typeJesse Brandeburg
2023-02-22ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan
2022-08-03ice: do not setup vlan for loopback VSIMaciej Fijalkowski
2022-05-25ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt
2021-12-14ice: ignore dropped packets during initJesse Brandeburg
2021-11-26ice: Delete always true check of PF pointerLeon Romanovsky
2020-06-22ice: fix potential double free in probe unrollingJacob Keller
2019-12-31ice: Check for null pointer dereference when setting ringsMichal Swiatkowski
2019-09-12ice: Bump versionTony Nguyen
2019-09-12ice: Enable DDP package downloadTony Nguyen
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman
2019-09-05ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan
2019-09-05ice: Add ice_get_main_vsi to get PF/main VSIAnirudh Venkataramanan
2019-09-03ice: Report stats when VSI is downDave Ertman
2019-09-03ice: print extra message if topology issueJesse Brandeburg
2019-09-03ice: add print of autoneg state to link messageJesse Brandeburg
2019-09-03ice: add needed PFR during driver unloadBruce Allan
2019-09-03ice: Fix EMP reset handlingAnirudh Venkataramanan
2019-08-26ice: fix adminq calls during removeHenry Tieman
2019-08-26ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt
2019-08-26ice: fix potential infinite loopColin Ian King
2019-08-26ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin
2019-08-26ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak
2019-08-26ice: Sanitize ice_ena_vsi and ice_dis_vsiAnirudh Venkataramanan
2019-08-26ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin
2019-08-23ice: update ethtool stats on-demandBruce Allan
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley
2019-08-20ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen
2019-08-20ice: Use the software based tail when checking for hung Tx ringBrett Creeley
2019-07-31ice: Bump version numberTony Nguyen
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin
2019-07-31ice: Do not configure port with no mediaTony Nguyen
2019-07-31ice: track hardware stat registers past rolloverJacob Keller
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-30ice: Recognize higher speedsAnirudh Venkataramanan
2019-05-29ice: Add support for Forward Error Correction (FEC)Paul Greenwalt
2019-05-29ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley