summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann2018-06-201-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-053-24/+14
|\
| * i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer2018-06-053-21/+0
| * i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-2/+8
| * xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-032-2/+7
* | bpf, i40e: add meta data supportDaniel Borkmann2018-06-041-8/+31
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-242-8/+20
|\
| * xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-242-8/+20
* | i40e: use the more traditional 'i' loop variableJacob Keller2018-05-221-28/+28
* | i40e: add function doc headers for ethtool stats functionsJacob Keller2018-05-221-0/+38
* | i40e: update data pointer directly when copying to the bufferJacob Keller2018-05-221-59/+58
* | i40e: fold prefix strings directly into stat namesJacob Keller2018-05-221-68/+69
* | i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller2018-05-221-2/+4
* | i40e: split i40e_get_strings() into smaller functionsJacob Keller2018-05-221-83/+100
* | i40e: always return all queue stat stringsJacob Keller2018-05-221-5/+17
* | i40e: always return VEB stat stringsJacob Keller2018-05-221-29/+23
* | i40e: free skb after clearing lock in ptp_stopJacob Keller2018-05-221-1/+3
|/
* i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński2018-05-141-2/+19
* i40e: free the skb after clearing the bitlockJacob Keller2018-05-141-1/+6
* i40e: cleanup wording in a header commentJacob Keller2018-05-141-1/+1
* i40e: add tx_busy to ethtool statsHarshitha Ramamurthy2018-05-141-0/+1
* i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek2018-05-141-4/+11
* i40e: cleanup whitespace for some ethtool stat definitionsJacob Keller2018-05-141-6/+6
* i40e: remove duplicate pfc statsJacob Keller2018-05-141-4/+0
* i40e: calculate ethtool stats size in a separate functionJacob Keller2018-05-141-10/+18
* 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-303-13/+99
* i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller2018-04-302-15/+28
* i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck2018-04-302-12/+56
* i40e: Add advertising 10G LR modeJakub Pawlak2018-04-301-1/+3
* i40e: fix reading LLDP configurationMariusz Stachura2018-04-302-9/+90
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-3011-56/+80
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2734-847/+34
* xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-172-14/+18
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-3/+2
* i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-172-5/+16
* i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-263-10/+68
* i40e: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-261-5/+4
* i40e: re-number feature flags to remove gapsJacob Keller2018-03-261-31/+26
* i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller2018-03-261-14/+5
* i40e: hold the RTNL lock while changing interrupt schemesJacob Keller2018-03-261-2/+17
* i40e: move client flags into state bitsJacob Keller2018-03-263-19/+17
* i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2018-03-262-5/+5
* i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-264-26/+27
* i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2018-03-262-7/+6
* i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2018-03-262-8/+11
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2334-0/+34
* i40e: Fix the polling mechanism of GLGEN_RSTAT.DEVSTATEPaweł Jabłoński2018-03-191-6/+29
* i40e: Prevent setting link speed on I40E_DEV_ID_25G_BPatryk Małek2018-03-191-0/+1
* i40e: Fix incorrect return typesDoug Dziggel2018-03-192-4/+4
OpenPOWER on IntegriCloud