aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel1-2/+12
2019-02-21i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-1/+12
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+3
2018-12-20i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko1-0/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata1-1/+3
2018-12-12i40e: fix mac filter delete when setting mac addressStefan Assmann1-7/+7
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-11-28i40e: Fix deletion of MAC filtersLihong Yang1-1/+1
2018-11-14i40e: prevent overlapping tx_timeout recoverAlan Brady1-0/+5
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek1-8/+7
2018-11-14i40e: update driver versionAlice Michael1-2/+2
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek1-7/+7
2018-11-14i40e: Replace spin_is_locked() with lockdepLance Roy1-2/+1
2018-11-07i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller1-3/+3
2018-11-07i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller1-0/+2
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-9/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-9/+0
2018-09-25i40e: fix double 'NIC Link is Down' messagesSergey Nemov1-1/+4
2018-09-25i40e: use declared variables for pf and hwPatryk Małek1-5/+4
2018-09-25i40e: Fix VF's link state notificationMariusz Stachura1-5/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+305
2018-08-30i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2018-08-30i40e: Check and correct speed values for link on openJan Sokolowski1-3/+24
2018-08-30i40e: report correct statistics when XDP is enabledBjörn Töpel1-11/+13
2018-08-30i40e: static analysis report from communityMartyna Szapar1-1/+1
2018-08-29i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson1-0/+4
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel1-2/+51
2018-08-29i40e: added queue pair disable/enable functionsBjörn Töpel1-0/+250
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar1-7/+8
2018-08-07i40e_main: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07i40e: Set fec_config when forcing link stateMariusz Stachura1-0/+2
2018-08-07i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov1-6/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-25cls_flower: fix error values for commands not supported by driversJiri Pirko1-1/+1
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer1-1/+0
2018-05-14i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński1-2/+19
2018-05-14i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek1-4/+11
2018-04-30i40e: use %pI4b instead of byte swapping before dev_errJacob Keller1-4/+2
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy1-10/+30
2018-04-30i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck1-12/+54
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-7/+15
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-26i40e: add support for XDP_REDIRECTBjörn Töpel1-0/+2
2018-03-26i40e: hold the RTNL lock while changing interrupt schemesJacob Keller1-2/+17
2018-03-26i40e: move client flags into state bitsJacob Keller1-12/+10