summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-5/+5
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley1-0/+3
2020-08-01ice: add useful statisticsJesse Brandeburg1-1/+3
2020-08-01ice: mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-29ice: cleanup VSI on probe failMarcin Szycik1-5/+7
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley1-2/+57
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley1-0/+2
2020-07-29ice: fix link event handling timingDave Ertman1-0/+6
2020-07-29ice: Fix link broken after GLOBR resetDave Ertman1-4/+0
2020-07-29ice: Implement LFC workaroundDave Ertman1-1/+101
2020-07-29ice: implement device flash update via devlinkJacob Keller1-0/+154
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-24ice: update reporting of autoneg capabilitiesPaul Greenwalt1-2/+6
2020-07-24ice: support Total Port Shutdown on devices that support itBruce Allan1-1/+13
2020-07-24ice: add link lenient and default override supportPaul Greenwalt1-8/+91
2020-07-24ice: restore PHY settings on media insertionPaul Greenwalt1-26/+282
2020-07-24ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-2/+361
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-15/+7
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-15/+7
2020-06-19ice: protect ring accesses with WRITE_ONCECiara Loftus1-1/+1
2020-05-31ice: Ignore EMODE when setting PHY configChinh T Cao1-0/+2
2020-05-31ice: fix PCI device serial number to be lowercase valuesPaul M Stillwell Jr1-1/+1
2020-05-29ice: Refactor VF resetBrett Creeley1-8/+5
2020-05-29ice: fix kernel BUG if register_netdev failsJacob Keller1-2/+4