summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)Author
2020-12-09ice: Add space to unknown speedSimon Perron Caissy
2020-12-09ice: Remove vlan_ena from vsi structureNick Nunley
2020-10-09ice: add additional debug logging for firmware updateJacob Keller
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller
2020-10-09ice: remove repeated wordsBruce Allan
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-28ice: convert to new udp_tunnel infrastructureJakub Kicinski
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller
2020-09-25ice: Fix call trace on suspendAnirudh Venkataramanan
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley
2020-08-01ice: add useful statisticsJesse Brandeburg
2020-08-01ice: mark PM functions as __maybe_unusedWei Yongjun
2020-07-29ice: cleanup VSI on probe failMarcin Szycik
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley
2020-07-29ice: fix link event handling timingDave Ertman
2020-07-29ice: Fix link broken after GLOBR resetDave Ertman
2020-07-29ice: Implement LFC workaroundDave Ertman
2020-07-28ice: implement device flash update via devlinkJacob Keller
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-23ice: update reporting of autoneg capabilitiesPaul Greenwalt
2020-07-23ice: support Total Port Shutdown on devices that support itBruce Allan
2020-07-23ice: add link lenient and default override supportPaul Greenwalt
2020-07-23ice: restore PHY settings on media insertionPaul Greenwalt
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-18ice: protect ring accesses with WRITE_ONCECiara Loftus
2020-05-31ice: Ignore EMODE when setting PHY configChinh T Cao
2020-05-31ice: fix PCI device serial number to be lowercase valuesPaul M Stillwell Jr
2020-05-28ice: Refactor VF resetBrett Creeley
2020-05-28ice: fix kernel BUG if register_netdev failsJacob Keller
2020-05-28ice: fix potential double free in probe unrollingJacob Keller
2020-05-28ice: Poll for reset completion when DDP load failsAnirudh Venkataramanan
2020-05-27ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow
2020-05-27ice: Add XDP Tx to VSI ring statsMarta Plantykow
2020-05-27ice: Change number of XDP TxQ to 0 when destroying ringsMarta Plantykow
2020-05-27ice: Handle critical FW error during admin queue initializationEvan Swanson
2020-05-27ice: Add more Rx errors to netdev's rx_error counterBrett Creeley
2020-05-27ice: fix signed vs unsigned comparisonsJesse Brandeburg
2020-05-22ice: cleanup unsigned loopsJesse Brandeburg
2020-05-22ice: fix usage of incorrect variableJesse Brandeburg
2020-05-22ice: check for compatibility between DDP package and firmwareVictor Raj
2020-05-22ice: print Rx MDD auto reset message before VF resetPaul Greenwalt
2020-05-22ice: Call ice_aq_set_mac_cfgAnirudh Venkataramanan