summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil
2021-02-08ice: Add initial support framework for LAGDave Ertman
2021-02-08ice: implement new LLDP filter commandDave Ertman
2021-01-26ice: Fix MSI-X vector fallback logicBrett Creeley
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25ice: fix memory leak in ice_vsi_setupJacob Keller
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley
2020-07-29ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin
2020-07-01ice: replace single-element array used for C struct hackBruce Allan
2020-06-18ice: protect ring accesses with WRITE_ONCECiara Loftus
2020-05-31ice: Use coalesce values from q_vector 0 when increasing q_vectorsBrett Creeley
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley
2020-05-28ice: cleanup VSI context initializationJacob Keller
2020-05-27ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow
2020-05-27ice: Don't allow VLAN stripping change when pvid setBrett Creeley
2020-05-22ice: Implement aRFSBrett Creeley
2020-05-22ice: Restore filters following resetHenry Tieman
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman
2020-05-21ice: refactor filter functionsMichal Swiatkowski
2020-05-21ice: Fix casting issuesKarol Kolacinski
2020-05-21ice: Provide more meaningful error messageLihong Yang
2020-03-10ice: use variable name more descriptive than typeBruce Allan
2020-03-10ice: Correct setting VLAN pruningBrett Creeley
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley
2020-03-10ice: allow bigger VFsMitch Williams
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan
2020-02-15ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley
2020-02-15ice: Add initial support for QinQBrett Creeley
2020-02-12ice: Trivial fixesTony Nguyen
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan
2020-02-12ice: Remove ice_dev_onetime_setup()Brett Creeley
2020-01-25ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash
2020-01-25ice: Optimize table usageTony Nguyen
2020-01-24ice: Enable writing hardware filtering tablesTony Nguyen
2020-01-03ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski
2020-01-03ice: Add code to keep track of current dflt_vsiBrett Creeley
2020-01-03ice: Fix VF spoofchkBrett Creeley
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen