summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Implement ethtool ops for channelsHenry Tieman2019-11-221-1/+86
* ice: implement VF stats NDOJesse Brandeburg2019-11-221-0/+1
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-221-86/+85
* ice: Do not use devm* functions for local usesTony Nguyen2019-11-221-13/+11
* ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan2019-11-081-8/+8
* ice: use pkg_dwnld_status instead of sq_last_statusBruce Allan2019-11-081-1/+1
* ice: avoid setting features during resetHenry Tieman2019-11-081-0/+8
* ice: Implement DCBNL supportDave Ertman2019-11-081-0/+6
* ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni2019-11-081-0/+43
* ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan2019-11-081-79/+0
* ice: print PCI link speed and widthPaul Greenwalt2019-11-061-0/+3
* ice: print unsupported module messagePaul Greenwalt2019-11-061-0/+6
* ice: Check for null pointer dereference when setting ringsMichal Swiatkowski2019-11-061-4/+14
* ice: save PCI state in probeMichal Swiatkowski2019-11-061-0/+2
* ice: fix driver unload flowBruce Allan2019-11-061-1/+2
* ice: allow 3k MTU for XDPMaciej Fijalkowski2019-11-041-2/+14
* ice: Add support for AF_XDPKrzysztof Kazimierczak2019-11-041-0/+16
* ice: Add support for XDPMaciej Fijalkowski2019-11-041-0/+326
* ice: Introduce ice_base.cAnirudh Venkataramanan2019-11-041-0/+1
* ice: Bump versionTony Nguyen2019-09-121-2/+2
* ice: Enable DDP package downloadTony Nguyen2019-09-121-134/+480
* ice: Fix FW version formatting in dmesgLukasz Czapnik2019-09-121-3/+4
* ice: send driver version to firmwarePaul M Stillwell Jr2019-09-121-1/+35
* ice: Minor refactor in queue managementAnirudh Venkataramanan2019-09-051-20/+30
* ice: Allow for delayed LLDP MIB change registrationDave Ertman2019-09-051-0/+2
* ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan2019-09-051-7/+8
* ice: Add ice_get_main_vsi to get PF/main VSIAnirudh Venkataramanan2019-09-051-3/+3
* ice: Report stats when VSI is downDave Ertman2019-09-031-2/+6
* ice: print extra message if topology issueJesse Brandeburg2019-09-031-0/+17
* ice: add print of autoneg state to link messageJesse Brandeburg2019-09-031-2/+9
* ice: add needed PFR during driver unloadBruce Allan2019-09-031-0/+5
* ice: Fix EMP reset handlingAnirudh Venkataramanan2019-09-031-0/+2
* ice: fix adminq calls during removeHenry Tieman2019-08-261-1/+1
* ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan2019-08-261-11/+21
* ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan2019-08-261-8/+32
* ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt2019-08-261-1/+1
* ice: fix potential infinite loopColin Ian King2019-08-261-1/+1
* ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin2019-08-261-2/+4
* ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak2019-08-261-9/+12
* ice: Sanitize ice_ena_vsi and ice_dis_vsiAnirudh Venkataramanan2019-08-261-13/+11
* ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni2019-08-261-38/+38
* ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin2019-08-231-47/+17
* ice: update ethtool stats on-demandBruce Allan2019-08-231-4/+2
* ice: Increase size of Mailbox receive queue for many VFsBrett Creeley2019-08-201-2/+2
* ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen2019-08-201-2/+0
* ice: Use the software based tail when checking for hung Tx ringBrett Creeley2019-08-201-3/+3
* ice: Bump version numberTony Nguyen2019-07-311-1/+1
* ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley2019-07-311-56/+18
* ice: Add stats for Rx drops at the port levelBrett Creeley2019-07-311-0/+6
* ice: Disable VFs until reset is completedAkeem G Abodunrin2019-07-311-0/+5
OpenPOWER on IntegriCloud