summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski2-17/+18
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson2-7/+9
2021-02-22ice: update the number of available RSS queuesHenry Tieman1-8/+19
2021-02-22ice: Fix state bits on LLDP mode switchDave Ertman3-2/+11
2021-02-22ice: Account for port VLAN in VF max packet size calculationBrett Creeley1-1/+32
2021-02-22ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley1-1/+1
2021-02-22ice: report correct max number of TCsDave Ertman1-1/+1
2021-02-12ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski2-21/+23
2021-02-12ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski1-4/+3
2021-02-12ice: remove redundant checks in ice_change_mtuMaciej Fijalkowski1-9/+0
2021-02-12ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski2-18/+14
2021-02-12ice: simplify ice_run_xdpMaciej Fijalkowski1-10/+5
2021-02-09ice: Improve MSI-X fallback logicTony Nguyen1-15/+25
2021-02-09ice: Fix trivial error messageMitch Williams1-1/+1
2021-02-09ice: remove unnecessary castsBruce Allan4-11/+11
2021-02-09ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao7-78/+83
2021-02-09ice: fix writeback enable logicJesse Brandeburg2-35/+25
2021-02-09ice: Use PSM clock frequency to calculate RL profilesBen Shelton5-9/+63
2021-02-09ice: create scheduler aggregator node config and move VSIsKiran Patil9-20/+1207
2021-02-09ice: Add initial support framework for LAGDave Ertman7-0/+570
2021-02-09ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski3-79/+30
2021-02-09ice: implement new LLDP filter commandDave Ertman6-8/+82
2021-02-09ice: log message when trusted VF goes in/out of promisc modeBrett Creeley1-13/+19
2021-02-05ice: remove dead codeBruce Allan1-7/+1
2021-02-05ice: use flex_array_size where possibleBruce Allan2-2/+2
2021-02-05ice: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+4
2021-02-05ice: display stored UNDI firmware version via devlink infoJacob Keller3-38/+113
2021-02-05ice: display stored netlist versions via devlink infoJacob Keller7-93/+176
2021-02-05ice: display some stored NVM versions via devlink infoJacob Keller3-4/+94
2021-02-05ice: introduce function for reading from flash modulesJacob Keller2-5/+179
2021-02-05ice: cache NVM module bank informationJacob Keller2-0/+188
2021-02-05ice: introduce context struct for info reportJacob Keller1-41/+68
2021-02-05ice: create flash_info structure and separate NVM versionJacob Keller4-62/+91
2021-02-05ice: report timeout length for erasing during devlink flashJacob Keller1-3/+7
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-11/+2
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-21/+38
2021-01-26ice: Fix MSI-X vector fallback logicBrett Creeley3-12/+14
2021-01-26ice: Don't allow more channels than LAN MSI-X availableBrett Creeley1-4/+4
2021-01-26ice: update dev_addr in ice_set_mac_address even if HW filter existsNick Nunley1-1/+7
2021-01-26ice: Implement flow for IPv6 next header (extension header)Nick Nunley1-3/+6
2021-01-26ice: fix FDir IPv6 flexbyteHenry Tieman1-1/+7
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-7/+8
2021-01-10ice: drop dead code in ice_receive_skb()Eric Dumazet1-6/+1
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+5
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-3/+3
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-15ice, xsk: Move Rx allocation out of while-loopBjörn Töpel1-6/+3
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+22
2020-12-10ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22