summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-6/+6
* ice: Update FW API minor versionKevin Scott2019-11-221-1/+1
* ice: remove pointless NULL check of port_infoJacob Keller2019-11-221-2/+1
* ice: Implement ethtool ops for channelsHenry Tieman2019-11-227-19/+335
* ice: implement VF stats NDOJesse Brandeburg2019-11-223-0/+57
* ice: add helpers for virtchnlJesse Brandeburg2019-11-221-71/+63
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-2210-341/+389
* ice: Do not use devm* functions for local usesTony Nguyen2019-11-225-88/+80
* ice: Refactor removal of VLAN promiscuous rulesBrett Creeley2019-11-221-4/+9
* ice: Fix setting coalesce to handle DCB configurationBrett Creeley2019-11-221-3/+10
* ice: Only disable VF state when freeing each VF resourcesAkeem G Abodunrin2019-11-221-4/+8
* ice: fix stack leakageJesse Brandeburg2019-11-221-2/+1
* ice: Don't modify stripping for add/del VLANs on VFBrett Creeley2019-11-221-8/+31
* ice: Disallow VF VLAN opcodes if VLAN offloads disabledBrett Creeley2019-11-221-0/+29
* ice: Correct capabilities reporting of max TCsBruce Allan2019-11-221-0/+12
* ice: Store number of functions for the deviceBruce Allan2019-11-222-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+1
|\
| * ice: fix potential infinite loop because loop counter being too smallColin Ian King2019-11-091-1/+1
* | ice: print opcode when printing controlq errorsJacob Keller2019-11-081-2/+4
* | ice: use more accurate ICE_DBG mask typesJacob Keller2019-11-084-58/+53
* | ice: Introduce and use ice_vsi_type_strAnirudh Venkataramanan2019-11-083-9/+30
* | ice: remove unnecessary conditional checkBruce Allan2019-11-081-2/+1
* | ice: Update enum ice_flg64_bits to current specificationBrett Creeley2019-11-081-1/+1
* | ice: delay lessMitch Williams2019-11-082-3/+4
* | ice: use pkg_dwnld_status instead of sq_last_statusBruce Allan2019-11-081-1/+1
* | ice: Change max MSI-x vector_id check in cfg_irq_mapBrett Creeley2019-11-081-3/+5
* | ice: Check if VF is disabled for Opcode and other operationsAkeem G Abodunrin2019-11-082-12/+63
* | ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt2019-11-083-15/+19
* | ice: Fix to change Rx/Tx ring descriptor size via ethtool with DCBxUsha Ketineni2019-11-081-7/+7
* | ice: avoid setting features during resetHenry Tieman2019-11-081-0/+8
* | ice: Implement DCBNL supportDave Ertman2019-11-089-5/+991
* | ice: Add NDO callback to set the maximum per-queue bitrateUsha Ketineni2019-11-0810-10/+1480
* | ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan2019-11-085-90/+84
* | ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan2019-11-071-1/+1
* | ice: Rename VF function ice_vc_dis_vf to match its behaviorBrett Creeley2019-11-071-7/+5
* | ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak2019-11-071-25/+2
* | ice: print PCI link speed and widthPaul Greenwalt2019-11-071-0/+3
* | ice: print unsupported module messagePaul Greenwalt2019-11-072-0/+10
* | ice: write register with correct offsetMitch Williams2019-11-071-1/+1
* | ice: Check for null pointer dereference when setting ringsMichal Swiatkowski2019-11-071-4/+14
* | ice: save PCI state in probeMichal Swiatkowski2019-11-071-0/+2
* | ice: Adjust DCB INIT for SW modeDave Ertman2019-11-071-3/+3
* | ice: fix driver unload flowBruce Allan2019-11-071-1/+2
* | ice: handle DCBx non-contiguous TC requestPaul Greenwalt2019-11-071-39/+102
* | ice: Update Boot Configuration Section read of NVMMd Fahad Iqbal Polash2019-11-075-9/+123
* | ice: add ethtool -m support for reading i2c eeprom modulesScott W Taylor2019-11-074-0/+226
* | ice: allow 3k MTU for XDPMaciej Fijalkowski2019-11-041-2/+14
* | ice: add build_skb() supportMaciej Fijalkowski2019-11-041-1/+59
* | ice: introduce frame padding computation logicMaciej Fijalkowski2019-11-045-20/+114
* | ice: introduce legacy Rx flagMaciej Fijalkowski2019-11-045-25/+63