summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-110/+68Star
* i40e: clean up several indentation issuesColin Ian King2019-01-223-8/+8
* i40e: increase indentationJulia Lawall2019-01-221-1/+1
* i40e: update version numberAlice Michael2019-01-221-2/+2
* i40e: remove debugfs tx_timeout supportLihong Yang2019-01-221-25/+1Star
* i40e: check queue pairs num in config queues handlerSergey Nemov2019-01-221-1/+6
* i40e: Change unmatched function typesGrzegorz Siwik2019-01-221-4/+4
* i40e: Add support FEC configuration for Fortville 25GDamian Dybek2019-01-223-2/+256
* i40e: Limiting RSS queues to CPUsAleksandr Loktionov2019-01-221-0/+1
* i40e: Remove umem from VSIJan Sokolowski2019-01-222-99/+21Star
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-181-1/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-12-212-6/+15
|\
| * i40e: extend PTP gettime function to read system clockMiroslav Lichvar2018-12-201-6/+12
| * i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko2018-12-201-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-52/+22Star
|\ \ | |/ |/|
| * i40e: DRY rx_ptype handling codeMichał Mirosław2018-12-133-15/+6Star
| * i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław2018-12-133-30/+9Star
| * i40e: fix mac filter delete when setting mac addressStefan Assmann2018-12-121-7/+7
* | net: ndo_bridge_setlink: Add extackPetr Machata2018-12-131-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-292-8/+8
|\|
| * i40e: fix kerneldoc for xsk methodsJan Sokolowski2018-11-281-7/+7
| * i40e: Fix deletion of MAC filtersLihong Yang2018-11-281-1/+1
* | ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+5
* | i40e: prevent overlapping tx_timeout recoverAlan Brady2018-11-142-0/+6
* | i40e: suppress bogus error messageMitch Williams2018-11-141-1/+2
* | i40e: Use correct shift for VLAN priorityRichard Rodriguez2018-11-141-2/+2
* | i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller2018-11-141-0/+1
* | i40e: don't restart nway if autoneg not supportedMitch Williams2018-11-141-5/+5
* | i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek2018-11-144-15/+17
* | i40e: update driver versionAlice Michael2018-11-141-2/+2
* | i40e: Protect access to VF control methodsJan Sokolowski2018-11-142-5/+60
* | i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2018-11-142-8/+8
* | i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka2018-11-143-1/+10
* | i40e: Use a local variable for readabilityJan Sokolowski2018-11-141-2/+2
* | i40e: Replace spin_is_locked() with lockdepLance Roy2018-11-141-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-121-3/+5
|\|
| * i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller2018-11-071-3/+3
| * i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller2018-11-071-0/+2
* | i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka2018-11-071-1/+2
* | intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
|/
* i40e: Update status codesMitch Williams2018-10-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-271-1/+0Star
|\
| * drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-261-1/+0Star
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-9/+0Star
|\ \ | |/ |/|
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-9/+0Star
* | i40e: Remove unnecessary print statementNathan Chancellor2018-10-031-2/+0Star
* | i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor2018-10-031-1/+1
* | i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel2018-09-253-0/+30
* | i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel2018-09-253-9/+96