summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/n...Stephen Rothwell2023-05-1818-631/+709
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-05-1716-620/+569
| |\
| | * ice: add dynamic interrupt allocationPiotr Raczynski2023-05-167-21/+107
| | * ice: track interrupt vectors with xarrayPiotr Raczynski2023-05-166-84/+89
| | * ice: add individual interrupt allocationPiotr Raczynski2023-05-1613-282/+165
| | * ice: remove redundant SRIOV codePiotr Raczynski2023-05-161-36/+0
| | * ice: refactor VF control VSI interrupt handlingPiotr Raczynski2023-05-163-66/+58
| | * ice: use preferred MSIX allocation apiPiotr Raczynski2023-05-163-38/+37
| | * ice: use pci_irq_vector helper functionPiotr Raczynski2023-05-165-11/+11
| | * ice: move interrupt related code to separate filePiotr Raczynski2023-05-165-218/+238
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-162-11/+140
| |\ \ | | |/ | |/|
| | * igc: Add XDP hints kfuncs for RX timestampJesper Dangaard Brouer2023-04-272-0/+17
| | * igc: Add XDP hints kfuncs for RX hashJesper Dangaard Brouer2023-04-272-0/+54
| | * igc: Add igc_xdp_buff wrapper for xdp_buff in driverJesper Dangaard Brouer2023-04-272-7/+14
| | * igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer2023-04-272-4/+55
* | | ice: Fix undersized tx_flags variableJan Sokolowski2023-05-123-14/+8
|/ /
* | ice: block LAN in case of VF to VF offloadMichal Swiatkowski2023-05-051-1/+2
* | igc: read before write to SRRCTL registerSong Yoong Siang2023-05-032-5/+13
* | ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey2023-04-272-5/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-11/+12
|\
| * ixgbe: Enable setting RSS table to default valuesJoe Damato2023-04-201-9/+10
| * ixgbe: Allow flow hash to be set via ethtoolJoe Damato2023-04-201-2/+2
* | net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-232-2/+2
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-04-235-53/+36
|\ \
| * | ice: sleep, don't busy-wait, in the SQ send retry loopMichal Schmidt2023-04-201-1/+1
| * | ice: remove unused buffer copy code in ice_sq_send_cmd_retry()Michal Schmidt2023-04-201-11/+2
| * | ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUTMichal Schmidt2023-04-203-12/+13
| * | ice: remove ice_ctl_q_info::sq_cmd_timeoutMichal Schmidt2023-04-203-6/+2
| * | ice: increase the GNSS data polling interval to 20 msMichal Schmidt2023-04-201-1/+1
| * | ice: do not busy-wait to read GNSS dataMichal Schmidt2023-04-202-25/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-202-28/+32
|\ \ \ | |/ / |/| / | |/
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-04-191-3/+6
| |\
| | * i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov2023-04-171-1/+4
| | * i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov2023-04-171-2/+2
| * | e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski2023-04-191-25/+26
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-133-66/+66
|\ \ | |/
| * iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki2023-04-073-47/+45
| * iavf: refactor VLAN filter statesAhmed Zaki2023-04-073-26/+28
* | net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski2023-04-101-7/+5
* | ixgbe: use new queue try_stop/try_wake macrosJakub Kicinski2023-04-101-28/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-3/+20
|\ \ | |/
| * ice: Reset FDIR counter in FDIR init stageLingyu Liu2023-04-041-0/+16
| * ice: fix wrong fallback logic for FDIRSimei Su2023-04-041-3/+4
* | i40e: Add support for VF to specify its primary MAC addressSylwester Dziedziuch2023-04-021-4/+70
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-03-311-1/+0
|\ \
| * | ice: remove comment about not supporting driver reinitJacob Keller2023-03-301-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-307-14/+109
|\ \ \ | |/ / |/| / | |/
| * i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2023-03-292-6/+7
| * ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel2023-03-281-3/+5
| * ice: add profile conflict check for AVF FDIRJunfeng Guo2023-03-281-0/+73