summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann2019-10-051-0/+5
* i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov2019-05-041-0/+8
* i40e: Setting VF to VLAN 0 requires restartGrzegorz Siwik2019-05-041-2/+2
* i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov2019-05-041-0/+2
* i40e: Introduce recovery mode supportAlice Michael2019-05-031-30/+280
* i40e: print PCI vendor and device ID during probeStefan Assmann2019-05-031-3/+4
* i40e: update version numberAlice Michael2019-05-031-1/+1
* i40e: Further implementation of LLDPAleksandr Loktionov2019-05-031-1/+1
* i40e: change behavior on PF in response to MDD eventCarolyn Wyborny2019-05-031-10/+2
* i40e: Fix for allowing too many MDD events on VFCarolyn Wyborny2019-05-031-5/+3
* i40e: The driver now prints the API version in error messageAdam Ludkiewicz2019-04-161-3/+15
* i40e: Remove misleading messages for untrusted VFGrzegorz Siwik2019-04-161-5/+16
* i40e: Update i40e_init_dcb to return correct errorChinh T Cao2019-04-161-1/+1
* i40e: save PTP time before a device resetJacob Keller2019-04-161-0/+5
* i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley2019-04-161-0/+8
* i40e: Implement DDP support in i40e driverAleksandr Loktionov2019-04-161-0/+1
* i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz2019-04-161-0/+3
* i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel2019-04-011-1/+9
* i40e: move i40e_xsk_umem functionBjörn Töpel2019-04-011-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+24
|\
| * i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2019-02-211-2/+12
| * i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-211-1/+12
* | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-151-3/+0
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-110/+68
* | i40e: clean up several indentation issuesColin Ian King2019-01-221-2/+2
* | i40e: increase indentationJulia Lawall2019-01-221-1/+1
* | i40e: update version numberAlice Michael2019-01-221-2/+2
* | i40e: Add support FEC configuration for Fortville 25GDamian Dybek2019-01-221-0/+26
* | i40e: Limiting RSS queues to CPUsAleksandr Loktionov2019-01-221-0/+1
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-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-201-0/+3
|\
| * 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-201-7/+7
|\ \ | |/ |/|
| * i40e: fix mac filter delete when setting mac addressStefan Assmann2018-12-121-7/+7
* | net: ndo_bridge_setlink: Add extackPetr Machata2018-12-121-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-1/+1
|\|
| * i40e: Fix deletion of MAC filtersLihong Yang2018-11-281-1/+1
* | i40e: prevent overlapping tx_timeout recoverAlan Brady2018-11-141-0/+5
* | i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek2018-11-141-8/+7
* | i40e: update driver versionAlice Michael2018-11-141-2/+2
* | i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2018-11-141-7/+7
* | i40e: Replace spin_is_locked() with lockdepLance Roy2018-11-141-2/+1
|/
* 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
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-9/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-9/+0
* | i40e: fix double 'NIC Link is Down' messagesSergey Nemov2018-09-251-1/+4
* | i40e: use declared variables for pf and hwPatryk Małek2018-09-251-5/+4
* | i40e: Fix VF's link state notificationMariusz Stachura2018-09-251-5/+0