summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-261-1/+0
|\
| * drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-251-1/+0
* | 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: Remove unnecessary print statementNathan Chancellor2018-10-031-2/+0
* | i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor2018-10-031-1/+1
* | i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel2018-09-253-0/+30
* | i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel2018-09-253-9/+96
* | i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel2018-09-253-6/+43
* | i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek2018-09-251-59/+37
* | i40e: fix double 'NIC Link is Down' messagesSergey Nemov2018-09-251-1/+4
* | i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy2018-09-251-21/+41
* | i40e: use declared variables for pf and hwPatryk Małek2018-09-251-5/+4
* | i40e: Unset promiscuous settings on VF resetMariusz Stachura2018-09-251-110/+157
* | i40e: Fix VF's link state notificationMariusz Stachura2018-09-251-5/+0
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* | i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller2018-09-082-222/+218
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-318-93/+1385
|\ \
| * | xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-011-2/+2
| * | i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson2018-09-011-4/+2
| * | i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-294-1/+186
| * | i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2018-08-292-33/+61
| * | i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-297-11/+775
| * | i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2018-08-292-20/+44
| * | i40e: refactor Rx path for re-useBjörn Töpel2018-08-291-34/+77
| * | i40e: added queue pair disable/enable functionsBjörn Töpel2018-08-291-0/+250
| |/
* | i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek2018-08-301-0/+10
* | 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: use correct length for strncpyMitch Williams2018-08-301-1/+2
* | i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2018-08-301-3/+5
* | i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller2018-08-302-181/+222
* | i40e: convert queue stats to i40e_stats arrayJacob Keller2018-08-301-59/+89
|/
* i40e: fix condition of WARN_ONCE for stat stringsJacob Keller2018-08-241-1/+1
* i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar2018-08-241-7/+8
* i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-1/+2
* i40e_main: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* i40e: fix i40e_add_queue_stats data pointer updateJacob Keller2018-08-071-1/+6
* i40e: Add AQ command for rearrange NVM structurePiotr Azarewicz2018-08-073-0/+40
* i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz2018-08-071-0/+2
* i40e: fix warning about shadowed ring parameterJacob Keller2018-08-071-4/+2
* i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller2018-08-071-1/+0
* i40e: convert priority flow control stats to use helpersJacob Keller2018-08-071-36/+51
* i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller2018-08-071-40/+43
* i40e: Set fec_config when forcing link stateMariusz Stachura2018-08-071-0/+2
* i40e: add helper to copy statistic values into ethtool bufferJacob Keller2018-08-071-23/+93
* i40e: add helper function for copying strings from stat arraysJacob Keller2018-08-071-20/+39
* i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov2018-08-071-6/+0
OpenPOWER on IntegriCloud