summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2020-08-11i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar
2020-08-11i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar
2020-08-11i40e: Wrong truncation from u16 to u8Grzegorz Siwik
2020-08-11i40e: add num_vectors checker in iwarp handlerSergey Nemov
2020-07-16i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-01-27i40e: reduce stack usage in i40e_set_fcArnd Bergmann
2019-12-31i40e: initialize ITRN registers with correct valuesNicholas Nunley
2019-12-13i40e: don't restart nway if autoneg not supportedMitch Williams
2019-11-24i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor
2019-11-20i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek
2019-11-20i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek
2019-11-20i40e: Check and correct speed values for link on openJan Sokolowski
2019-11-20i40e: use correct length for strncpyMitch Williams
2019-10-05i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann
2019-06-15i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley
2019-05-31i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz
2019-03-19i40e: report correct statistics when XDP is enabledBjörn Töpel
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko
2019-02-12i40e: prevent overlapping tx_timeout recoverAlan Brady
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann
2018-12-08i40e: Fix deletion of MAC filtersLihong Yang
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller
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
2018-06-25cls_flower: fix error values for commands not supported by driversJiri Pirko
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-06-20bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer
2018-06-04bpf, i40e: add meta data supportDaniel Borkmann
2018-06-03i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer