summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar1-1/+6
2021-04-15ice: remove return variablePaul M Stillwell Jr1-2/+2
2021-04-15ice: print name in /proc/iomemJesse Brandeburg1-1/+1
2021-04-15ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-0/+108
2021-04-15ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan1-0/+5
2021-04-15ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-117/+117
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+39
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-08ice: Remove unnecessary blank lineTony Nguyen1-1/+0
2021-04-08ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley1-12/+0
2021-04-08ice: Remove rx_gro_dropped statAnirudh Venkataramanan1-3/+1
2021-04-08ice: Use local variable instead of pointer derefsAnirudh Venkataramanan1-15/+12
2021-04-08ice: Remove unnecessary variableAnirudh Venkataramanan1-6/+1
2021-04-08ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan1-11/+24
2021-04-08ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan1-25/+16
2021-04-08ice: Align macro names to the specificationAnirudh Venkataramanan1-6/+6
2021-04-01ice: Consolidate VSI state and flagsAnirudh Venkataramanan1-25/+25
2021-04-01ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley1-60/+79
2021-04-01ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley1-4/+14
2021-04-01ice: change link misconfiguration messagePaul Greenwalt1-1/+1
2021-04-01ice: Delay netdev registrationAnirudh Venkataramanan1-48/+45
2021-03-29ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan1-5/+4
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny1-0/+28
2021-03-29ice: Continue probe on link/PHY errorsAnirudh Venkataramanan1-9/+6
2021-03-23ice: Fix prototype warningsTony Nguyen1-2/+2
2021-03-22ice: Check FDIR program status for AVFQi Zhang1-0/+2
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang1-2/+7
2021-02-12ice: remove redundant checks in ice_change_mtuMaciej Fijalkowski1-9/+0
2021-02-09ice: Improve MSI-X fallback logicTony Nguyen1-15/+25
2021-02-09ice: Fix trivial error messageMitch Williams1-1/+1
2021-02-09ice: create scheduler aggregator node config and move VSIsKiran Patil1-0/+8
2021-02-09ice: Add initial support framework for LAGDave Ertman1-0/+9
2021-02-09ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski1-10/+18
2021-02-05ice: remove dead codeBruce Allan1-7/+1
2021-02-05ice: Replace one-element array with flexible-array memberGustavo A. R. Silva1-3/+3
2021-02-05ice: display stored netlist versions via devlink infoJacob Keller1-0/+2
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+9
2021-01-26ice: Fix MSI-X vector fallback logicBrett Creeley1-6/+2
2021-01-26ice: update dev_addr in ice_set_mac_address even if HW filter existsNick Nunley1-1/+7
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-09ice: Add space to unknown speedSimon Perron Caissy1-1/+1
2020-12-09ice: Remove vlan_ena from vsi structureNick Nunley1-7/+4
2020-10-09ice: add additional debug logging for firmware updateJacob Keller1-0/+9
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller1-5/+3
2020-10-09ice: remove repeated wordsBruce Allan1-1/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+4
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-28ice: convert to new udp_tunnel infrastructureJakub Kicinski1-67/+30
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller1-10/+3
2020-09-25ice: Fix call trace on suspendAnirudh Venkataramanan1-0/+1