aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+24
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-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski1-3/+0
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-110/+68
2019-01-22i40e: clean up several indentation issuesColin Ian King1-2/+2
2019-01-22i40e: increase indentationJulia Lawall1-1/+1
2019-01-22i40e: update version numberAlice Michael1-2/+2
2019-01-22i40e: Add support FEC configuration for Fortville 25GDamian Dybek1-0/+26
2019-01-22i40e: Limiting RSS queues to CPUsAleksandr Loktionov1-0/+1
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
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