aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2021-02-08ice: Improve MSI-X fallback logicTony Nguyen1-15/+25
2021-02-08ice: Fix trivial error messageMitch Williams1-1/+1
2021-02-08ice: remove unnecessary castsBruce Allan4-11/+11
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao7-78/+83
2021-02-08ice: fix writeback enable logicJesse Brandeburg2-35/+25
2021-02-08ice: Use PSM clock frequency to calculate RL profilesBen Shelton5-9/+63
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil9-20/+1207
2021-02-08ice: Add initial support framework for LAGDave Ertman7-0/+570
2021-02-08ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski3-79/+30
2021-02-08ice: implement new LLDP filter commandDave Ertman6-8/+82
2021-02-08ice: 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-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-11/+2
2021-01-28Merge 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-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-7/+8
2021-01-09ice: drop dead code in ice_receive_skb()Eric Dumazet1-6/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+5
2021-01-08net, 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-14ice, xsk: Move Rx allocation out of while-loopBjörn Töpel1-6/+3
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+22
2020-12-09ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22
2020-12-09ice: Add space to unknown speedSimon Perron Caissy1-1/+1
2020-12-09ice: join format strings to same line as ice_debugJacob Keller7-160/+80
2020-12-09ice: silence static analysis warningBruce Allan1-1/+1
2020-12-09ice: cleanup misleading commentBruce Allan1-3/+3
2020-12-09ice: Remove vlan_ena from vsi structureNick Nunley2-8/+4
2020-12-09ice: Remove gate to OROM initJeb Cramer1-26/+0
2020-12-09ice: Enable Support for FW Override (E82X)Jeb Cramer1-4/+0
2020-12-09ice: don't always return an error for Get PHY Abilities AQ commandPaul M Stillwell Jr1-1/+2
2020-12-09ice: cleanup stack hogBruce Allan1-18/+26
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-3/+3
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2-3/+3
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller1-4/+1