summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2021-12-08ice: safer stats processingJesse Brandeburg
2021-12-07ice: fix adding different tunnelsMichal Swiatkowski
2021-12-07ice: fix choosing UDP header typeMichal Swiatkowski
2021-12-07ice: ignore dropped packets during initJesse Brandeburg
2021-12-07ice: Fix problems with DSCP QoS implementationDave Ertman
2021-12-07ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt
2021-12-07ice: fix FDIR init missing when reset VFYahui Cao
2021-11-30ice: xsk: clear status_error0 for each allocated descMaciej Fijalkowski
2021-11-22ice: avoid bpf_prog refcount underflowMarta Plantykow
2021-11-22ice: fix vsi->txq_map sizingMaciej Fijalkowski
2021-11-03ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley
2021-11-03ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch
2021-11-03ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley
2021-11-03ice: Fix VF true promiscuous modeBrett Creeley
2021-11-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-10-29ice: Hide bus-info in ethtool for PRs in switchdev modeMarcin Szycik
2021-10-29ice: Clear synchronized addrs when adding VFs in switchdev modeMarcin Szycik
2021-10-29ice: Remove boolean vlan_promisc flag from functionBrett Creeley
2021-10-29intel: Simplify bool conversionYang Li
2021-10-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-10-28ice: fix error return code in ice_get_recp_frm_fw()Wang Hai
2021-10-28ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()Nathan Chancellor
2021-10-28ice: Add support to print error on PHY FW load failureBrett Creeley
2021-10-28ice: Add support for changing MTU on PR in switchdev modeMarcin Szycik
2021-10-28ice: send correct vc status in switchdevMichal Swiatkowski
2021-10-28ice: support for GRE in eswitchMichal Swiatkowski
2021-10-28ice: low level support for tunnelsMichal Swiatkowski
2021-10-28ice: VXLAN and Geneve TC supportMichal Swiatkowski
2021-10-28ice: support for indirect notificationMichal Swiatkowski
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-25ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu
2021-10-25ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman
2021-10-22ice: Nuild fix.David S. Miller
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20ice: Add tc-flower filter support for channelKiran Patil
2021-10-20ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil
2021-10-20ice: Add missing E810 device idsTony Nguyen
2021-10-19ice: fix an error code in ice_ena_vfs()Dan Carpenter
2021-10-19ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva
2021-10-19ice: Make use of the helper function devm_add_action_or_reset()Cai Huoqing
2021-10-19ice: Refactor PR ethtool opsWojciech Drewek
2021-10-19ice: Manage act flags for switchdev offloadsWojciech Drewek
2021-10-19ice: Forbid trusted VFs in switchdev modeWojciech Drewek
2021-10-19ice: fix software generating extra interruptsJesse Brandeburg
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg
2021-10-19ice: update dim usage and moderationJesse Brandeburg
2021-10-19ice: Add support for VF rate limitingBrett Creeley
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski