aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+4
2020-09-29net: 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-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-08-03Merge 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-28ice: implement device flash update via devlinkJacob Keller1-0/+154
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-23ice: update reporting of autoneg capabilitiesPaul Greenwalt1-2/+6
2020-07-23ice: support Total Port Shutdown on devices that support itBruce Allan1-1/+13
2020-07-23ice: add link lenient and default override supportPaul Greenwalt1-8/+91
2020-07-23ice: restore PHY settings on media insertionPaul Greenwalt1-26/+282
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-2/+361
2020-07-07PCI: 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-25net/intel: remove driver versions from Intel driversJeff Kirsher1-15/+7
2020-06-18ice: 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-28ice: Refactor VF resetBrett Creeley1-8/+5
2020-05-28ice: fix kernel BUG if register_netdev failsJacob Keller1-2/+4
2020-05-28ice: fix potential double free in probe unrollingJacob Keller1-1/+2
2020-05-28ice: Poll for reset completion when DDP load failsAnirudh Venkataramanan1-0/+3
2020-05-27ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow1-1/+1
2020-05-27ice: Add XDP Tx to VSI ring statsMarta Plantykow1-9/+33
2020-05-27ice: Change number of XDP TxQ to 0 when destroying ringsMarta Plantykow1-0/+3
2020-05-27ice: Handle critical FW error during admin queue initializationEvan Swanson1-0/+2
2020-05-27ice: Add more Rx errors to netdev's rx_error counterBrett Creeley1-1/+7
2020-05-27ice: fix signed vs unsigned comparisonsJesse Brandeburg1-4/+4
2020-05-22ice: cleanup unsigned loopsJesse Brandeburg1-2/+2
2020-05-22ice: fix usage of incorrect variableJesse Brandeburg1-4/+4
2020-05-22ice: check for compatibility between DDP package and firmwareVictor Raj1-0/+5
2020-05-22ice: print Rx MDD auto reset message before VF resetPaul Greenwalt1-1/+6
2020-05-22ice: Call ice_aq_set_mac_cfgAnirudh Venkataramanan1-0/+6
2020-05-22ice: Implement aRFSBrett Creeley1-11/+37
2020-05-22ice: Restore filters following resetHenry Tieman1-0/+31