aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson
2021-02-22ice: update the number of available RSS queuesHenry Tieman
2021-02-22ice: Fix state bits on LLDP mode switchDave Ertman
2021-02-22ice: Account for port VLAN in VF max packet size calculationBrett Creeley
2021-02-22ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley
2021-02-22ice: report correct max number of TCsDave Ertman
2021-02-12ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski
2021-02-12ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski
2021-02-12ice: remove redundant checks in ice_change_mtuMaciej Fijalkowski
2021-02-12ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski
2021-02-12ice: simplify ice_run_xdpMaciej Fijalkowski
2021-02-08ice: Improve MSI-X fallback logicTony Nguyen
2021-02-08ice: Fix trivial error messageMitch Williams
2021-02-08ice: remove unnecessary castsBruce Allan
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao
2021-02-08ice: fix writeback enable logicJesse Brandeburg
2021-02-08ice: Use PSM clock frequency to calculate RL profilesBen Shelton
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil
2021-02-08ice: Add initial support framework for LAGDave Ertman
2021-02-08ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski
2021-02-08ice: implement new LLDP filter commandDave Ertman
2021-02-08ice: log message when trusted VF goes in/out of promisc modeBrett Creeley
2021-02-05ice: remove dead codeBruce Allan
2021-02-05ice: use flex_array_size where possibleBruce Allan
2021-02-05ice: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-02-05ice: display stored UNDI firmware version via devlink infoJacob Keller
2021-02-05ice: display stored netlist versions via devlink infoJacob Keller
2021-02-05ice: display some stored NVM versions via devlink infoJacob Keller
2021-02-05ice: introduce function for reading from flash modulesJacob Keller
2021-02-05ice: cache NVM module bank informationJacob Keller
2021-02-05ice: introduce context struct for info reportJacob Keller
2021-02-05ice: create flash_info structure and separate NVM versionJacob Keller
2021-02-05ice: report timeout length for erasing during devlink flashJacob Keller
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-26ice: Fix MSI-X vector fallback logicBrett Creeley
2021-01-26ice: Don't allow more channels than LAN MSI-X availableBrett Creeley
2021-01-26ice: update dev_addr in ice_set_mac_address even if HW filter existsNick Nunley
2021-01-26ice: Implement flow for IPv6 next header (extension header)Nick Nunley
2021-01-26ice: fix FDir IPv6 flexbyteHenry Tieman
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-01-09ice: drop dead code in ice_receive_skb()Eric Dumazet
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel
2020-12-14ice, xsk: Move Rx allocation out of while-loopBjörn Töpel
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09ice: avoid premature Rx buffer reuseBjörn Töpel