aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-03ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2-0/+30
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley2-5/+3
2021-11-03ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch1-5/+9
2021-11-03ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley1-18/+0
2021-11-03ice: Fix VF true promiscuous modeBrett Creeley2-43/+40
2021-11-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller8-25/+98
2021-10-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski4-7/+5
2021-10-29iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2-0/+56
2021-10-29iavf: Add helper function to go from pci_dev to adapterKaren Sornek1-7/+17
2021-10-29ice: Hide bus-info in ethtool for PRs in switchdev modeMarcin Szycik1-3/+4
2021-10-29ice: Clear synchronized addrs when adding VFs in switchdev modeMarcin Szycik1-0/+6
2021-10-29ice: Remove boolean vlan_promisc flag from functionBrett Creeley4-15/+15
2021-10-29igc: Change Device Reset to Port ResetSasha Neftin2-2/+2
2021-10-29igc: Add new device IDSasha Neftin3-0/+3
2021-10-29igc: Remove media type checking on the PHY initializationSasha Neftin1-5/+0
2021-10-29net: ixgbevf: Remove redundant initialization of variable ret_valColin Ian King1-1/+1
2021-10-29igb: unbreak I2C bit-banging on i350Jan Kundrát1-8/+15
2021-10-29intel: Simplify bool conversionYang Li2-2/+2
2021-10-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller13-82/+1110
2021-10-28ice: fix error return code in ice_get_recp_frm_fw()Wang Hai1-1/+3
2021-10-28ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()Nathan Chancellor1-0/+1
2021-10-28ice: Add support to print error on PHY FW load failureBrett Creeley3-5/+47
2021-10-28ice: Add support for changing MTU on PR in switchdev modeMarcin Szycik1-0/+3
2021-10-28ice: send correct vc status in switchdevMichal Swiatkowski1-14/+49
2021-10-28ice: support for GRE in eswitchMichal Swiatkowski5-14/+161
2021-10-28ice: low level support for tunnelsMichal Swiatkowski5-16/+298
2021-10-28ice: VXLAN and Geneve TC supportMichal Swiatkowski5-44/+362
2021-10-28ice: support for indirect notificationMichal Swiatkowski3-2/+200
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+7
2021-10-25ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu1-0/+3
2021-10-25ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman1-14/+4
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-3/+2
2021-10-22ice: Nuild fix.David S. Miller1-2/+0
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller13-30/+102
2021-10-20ice: Add tc-flower filter support for channelKiran Patil6-8/+438
2021-10-20ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil5-10/+913
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil13-137/+671
2021-10-20ice: Add missing E810 device idsTony Nguyen3-0/+8
2021-10-20igc: Update I226_K device IDSasha Neftin1-1/+1
2021-10-20e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin2-1/+13
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin3-23/+46
2021-10-19ice: fix an error code in ice_ena_vfs()Dan Carpenter1-1/+2
2021-10-19ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2-4/+4
2021-10-19ice: Make use of the helper function devm_add_action_or_reset()Cai Huoqing1-3/+1
2021-10-19ice: Refactor PR ethtool opsWojciech Drewek1-25/+74
2021-10-19ice: Manage act flags for switchdev offloadsWojciech Drewek5-138/+21
2021-10-19ice: Forbid trusted VFs in switchdev modeWojciech Drewek1-5/+5
2021-10-19ice: fix software generating extra interruptsJesse Brandeburg2-11/+16
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg2-8/+13
2021-10-19ice: update dim usage and moderationJesse Brandeburg4-87/+142