aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen13-28/+86
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-163/+224
2021-11-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller3-136/+147
2021-11-18e100: fix device suspend/resumeJesse Brandeburg1-5/+13
2021-11-17i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-17i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski1-40/+19
2021-11-17i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek1-32/+21
2021-11-17ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl4-2/+23
2021-11-17ixgbevf: Mailbox improvementsRadoslaw Tyl6-84/+265
2021-11-17ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl3-9/+9
2021-11-17ixgbevf: Improve error handling in mailboxRadoslaw Tyl3-5/+13
2021-11-17ixgbevf: Rename MSGTYPE to SUCCESS and FAILURERadoslaw Tyl3-23/+27
2021-11-17i40e: Fix ping is lost after configuring ADq on VFEryk Rybak3-8/+74
2021-11-17i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-17i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2-2/+4
2021-11-17i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak1-44/+9
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-2/+2
2021-11-15iavf: Restore VLAN filters after link downAkeem G Abodunrin2-5/+31
2021-11-15iavf: Fix for setting queues to 0Grzegorz Szczurek1-1/+1
2021-11-15iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob1-1/+1
2021-11-15iavf: validate pointersMitch Williams1-7/+6
2021-11-15iavf: prevent accidental free of filter structureJacob Keller1-2/+2
2021-11-15iavf: Fix failure to exit out from last all-multicast modePiotr Marczak1-2/+1
2021-11-15iavf: don't clear a lock we don't holdNicholas Nunley1-2/+4
2021-11-15iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley1-1/+1
2021-11-15iavf: check for null in iavf_fix_featuresNicholas Nunley1-1/+2
2021-11-15iavf: Fix return of set the new channel countMateusz Palczewski1-0/+15
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