summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-225-7/+24
|\
| * net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-192-3/+12
| * net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-193-4/+12
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-0910-18/+18
|/
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-034-4/+2
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-144-4/+2
* | 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-161-0/+17
|\ \
| * | igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran2019-11-151-0/+6
| * | ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-1/+2
| * | igb: reject unsupported external timestamp flagsJacob Keller2019-11-151-0/+6
| * | net: reject PTP periodic output requests with unsupported flagsJacob Keller2019-11-151-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-098-24/+15
|\| |
| * | ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson2019-11-081-8/+2
| * | i40e: need_wakeup flag might not be set for TxMagnus Karlsson2019-11-081-8/+2
| * | igb/igc: use ktime accessors for skb->tstampJacob Keller2019-11-083-4/+6
| * | i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski2019-11-081-1/+2
| * | iavf: initialize ITRN registers with correct valuesNicholas Nunley2019-11-081-2/+2
| * | ice: fix potential infinite loop because loop counter being too smallColin Ian King2019-11-081-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
* | | net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-077-14/+14
* | | ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan2019-11-061-1/+1