aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)Author
2020-08-03i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-04-12i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost
2020-03-20net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2020-02-24i40e: initialize ITRN registers with correct valuesNicholas Nunley
2019-10-05i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann
2019-05-04i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov
2019-05-04i40e: Setting VF to VLAN 0 requires restartGrzegorz Siwik
2019-05-04i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov
2019-05-03i40e: Introduce recovery mode supportAlice Michael
2019-05-03i40e: print PCI vendor and device ID during probeStefan Assmann
2019-05-03i40e: update version numberAlice Michael
2019-05-03i40e: Further implementation of LLDPAleksandr Loktionov
2019-05-03i40e: change behavior on PF in response to MDD eventCarolyn Wyborny
2019-05-03i40e: Fix for allowing too many MDD events on VFCarolyn Wyborny
2019-04-16i40e: The driver now prints the API version in error messageAdam Ludkiewicz
2019-04-16i40e: Remove misleading messages for untrusted VFGrzegorz Siwik
2019-04-16i40e: Update i40e_init_dcb to return correct errorChinh T Cao
2019-04-16i40e: save PTP time before a device resetJacob Keller
2019-04-16i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley
2019-04-16i40e: Implement DDP support in i40e driverAleksandr Loktionov
2019-04-16i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz
2019-04-01i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel
2019-04-01i40e: move i40e_xsk_umem functionBjörn Töpel
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel
2019-02-21i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso
2019-01-22i40e: clean up several indentation issuesColin Ian King
2019-01-22i40e: increase indentationJulia Lawall
2019-01-22i40e: update version numberAlice Michael
2019-01-22i40e: Add support FEC configuration for Fortville 25GDamian Dybek
2019-01-22i40e: Limiting RSS queues to CPUsAleksandr Loktionov
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2018-12-20i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata
2018-12-12i40e: fix mac filter delete when setting mac addressStefan Assmann
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-28i40e: Fix deletion of MAC filtersLihong Yang
2018-11-14i40e: prevent overlapping tx_timeout recoverAlan Brady
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek
2018-11-14i40e: update driver versionAlice Michael
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek
2018-11-14i40e: Replace spin_is_locked() with lockdepLance Roy
2018-11-07i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller
2018-11-07i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds