summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-311-2/+305
|\ \
| * | i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-291-0/+4
| * | i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-291-2/+51
| * | i40e: added queue pair disable/enable functionsBjörn Töpel2018-08-291-0/+250
| |/
* | i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek2018-08-301-0/+8
* | i40e: Check and correct speed values for link on openJan Sokolowski2018-08-301-3/+24
* | i40e: report correct statistics when XDP is enabledBjörn Töpel2018-08-301-11/+13
* | i40e: static analysis report from communityMartyna Szapar2018-08-301-1/+1
|/
* i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar2018-08-241-7/+8
* i40e_main: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* i40e: Set fec_config when forcing link stateMariusz Stachura2018-08-071-0/+2
* i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov2018-08-071-6/+0
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
* cls_flower: fix error values for commands not supported by driversJiri Pirko2018-06-251-1/+1
* net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
* i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer2018-06-051-1/+0
* i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński2018-05-141-2/+19
* i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek2018-05-141-4/+11
* i40e: use %pI4b instead of byte swapping before dev_errJacob Keller2018-04-301-4/+2
* i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy2018-04-301-10/+30
* i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck2018-04-301-12/+54
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-7/+15
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1
* i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-261-0/+2
* i40e: hold the RTNL lock while changing interrupt schemesJacob Keller2018-03-261-2/+17
* i40e: move client flags into state bitsJacob Keller2018-03-261-12/+10
OpenPOWER on IntegriCloud