summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl2021-11-174-2/+23
* ixgbevf: Mailbox improvementsRadoslaw Tyl2021-11-176-84/+265
* ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl2021-11-173-9/+9
* ixgbevf: Improve error handling in mailboxRadoslaw Tyl2021-11-173-5/+13
* ixgbevf: Rename MSGTYPE to SUCCESS and FAILURERadoslaw Tyl2021-11-173-23/+27
* net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-2/+2
* ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2021-11-032-0/+30
* ice: Fix not stopping Tx queues for VFsBrett Creeley2021-11-032-5/+3
* ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch2021-11-031-5/+9
* ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley2021-11-031-18/+0
* ice: Fix VF true promiscuous modeBrett Creeley2021-11-032-43/+40
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-11-018-25/+98
|\
| * iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2021-10-292-0/+56
| * iavf: Add helper function to go from pci_dev to adapterKaren Sornek2021-10-291-7/+17
| * ice: Hide bus-info in ethtool for PRs in switchdev modeMarcin Szycik2021-10-291-3/+4
| * ice: Clear synchronized addrs when adding VFs in switchdev modeMarcin Szycik2021-10-291-0/+6
| * ice: Remove boolean vlan_promisc flag from functionBrett Creeley2021-10-294-15/+15
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-10-294-7/+5
|\ \
| * | igc: Change Device Reset to Port ResetSasha Neftin2021-10-292-2/+2
| * | igc: Add new device IDSasha Neftin2021-10-293-0/+3
| * | igc: Remove media type checking on the PHY initializationSasha Neftin2021-10-291-5/+0
| |/
* | net: ixgbevf: Remove redundant initialization of variable ret_valColin Ian King2021-10-291-1/+1
* | igb: unbreak I2C bit-banging on i350Jan Kundrát2021-10-291-8/+15
* | intel: Simplify bool conversionYang Li2021-10-292-2/+2
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-2913-82/+1110
|\
| * ice: fix error return code in ice_get_recp_frm_fw()Wang Hai2021-10-281-1/+3
| * ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()Nathan Chancellor2021-10-281-0/+1
| * ice: Add support to print error on PHY FW load failureBrett Creeley2021-10-283-5/+47
| * ice: Add support for changing MTU on PR in switchdev modeMarcin Szycik2021-10-281-0/+3
| * ice: send correct vc status in switchdevMichal Swiatkowski2021-10-281-14/+49
| * ice: support for GRE in eswitchMichal Swiatkowski2021-10-285-14/+161
| * ice: low level support for tunnelsMichal Swiatkowski2021-10-285-16/+298
| * ice: VXLAN and Geneve TC supportMichal Swiatkowski2021-10-285-44/+362
| * ice: support for indirect notificationMichal Swiatkowski2021-10-283-2/+200
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-282-14/+7
|\ \ | |/ |/|
| * ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu2021-10-251-0/+3
| * ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman2021-10-251-14/+4
* | net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-3/+2
* | ice: Nuild fix.David S. Miller2021-10-221-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-2213-30/+102
|\|
| * ice: Add missing E810 device idsTony Nguyen2021-10-203-0/+8
| * igc: Update I226_K device IDSasha Neftin2021-10-201-1/+1
| * e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin2021-10-202-1/+13
| * e1000e: Separate TGP board type from SPTSasha Neftin2021-10-203-23/+46
| * ice: Print the api_patch as part of the fw.mgmt.apiBrett Creeley2021-10-141-1/+2
| * ice: fix getting UDP tunnel entryMichal Swiatkowski2021-10-141-2/+2
| * ice: Avoid crash from unnecessary IDA freeDave Ertman2021-10-141-1/+5
| * ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley2021-10-143-0/+23
* | ice: Add tc-flower filter support for channelKiran Patil2021-10-206-8/+438
* | ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil2021-10-205-10/+913