summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2018-10-03i40e: Remove unnecessary print statementNathan Chancellor
2018-10-03i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel
2018-09-25i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek
2018-09-25i40e: fix double 'NIC Link is Down' messagesSergey Nemov
2018-09-25i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy
2018-09-25i40e: use declared variables for pf and hwPatryk Małek
2018-09-25i40e: Unset promiscuous settings on VF resetMariusz Stachura
2018-09-25i40e: Fix VF's link state notificationMariusz Stachura
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg
2018-09-08i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller
2018-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson
2018-09-01i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson
2018-08-30i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek
2018-08-30i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek
2018-08-30i40e: Check and correct speed values for link on openJan Sokolowski
2018-08-30i40e: report correct statistics when XDP is enabledBjörn Töpel
2018-08-30i40e: static analysis report from communityMartyna Szapar
2018-08-30i40e: use correct length for strncpyMitch Williams
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński
2018-08-30i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller
2018-08-30i40e: convert queue stats to i40e_stats arrayJacob Keller
2018-08-29i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson
2018-08-29i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel
2018-08-29i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel
2018-08-29i40e: refactor Rx path for re-useBjörn Töpel
2018-08-29i40e: added queue pair disable/enable functionsBjörn Töpel
2018-08-24i40e: fix condition of WARN_ONCE for stat stringsJacob Keller
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar
2018-08-07i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva
2018-08-07i40e_main: mark expected switch fall-throughGustavo A. R. Silva
2018-08-07i40e: fix i40e_add_queue_stats data pointer updateJacob Keller
2018-08-07i40e: Add AQ command for rearrange NVM structurePiotr Azarewicz
2018-08-07i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz
2018-08-07i40e: fix warning about shadowed ring parameterJacob Keller
2018-08-07i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller
2018-08-07i40e: convert priority flow control stats to use helpersJacob Keller
2018-08-07i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller
2018-08-07i40e: Set fec_config when forcing link stateMariusz Stachura
2018-08-07i40e: add helper to copy statistic values into ethtool bufferJacob Keller
2018-08-07i40e: add helper function for copying strings from stat arraysJacob Keller
2018-08-07i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28i40e: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley