aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman5-91/+0
2023-05-17ice: update PHY type to ethtool link mode mappingPaul Greenwalt1-19/+19
2023-05-17ice: refactor PHY type to ethtool link modePaul Greenwalt3-274/+141
2023-05-17ice: update ICE_PHY_TYPE_HIGH_MAX_INDEXPaul Greenwalt1-1/+1
2023-05-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller16-620/+569
2023-05-17igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-11/+140
2023-05-16iavf: send VLAN offloading caps once after VFRAhmed Zaki1-5/+0
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski4-4/+25
2023-05-16ice: Fix stats after PF resetAhmed Zaki1-0/+5
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski7-21/+107
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski6-84/+89
2023-05-16ice: add individual interrupt allocationPiotr Raczynski13-282/+165
2023-05-16ice: remove redundant SRIOV codePiotr Raczynski1-36/+0
2023-05-16ice: refactor VF control VSI interrupt handlingPiotr Raczynski3-66/+58
2023-05-16ice: use preferred MSIX allocation apiPiotr Raczynski3-38/+37
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski5-11/+11
2023-05-16ice: move interrupt related code to separate filePiotr Raczynski5-218/+238
2023-05-12ice: Fix undersized tx_flags variableJan Sokolowski3-14/+8
2023-05-05ice: block LAN in case of VF to VF offloadMichal Swiatkowski1-1/+2
2023-05-03igc: read before write to SRRCTL registerSong Yoong Siang2-5/+13
2023-04-27igc: Add XDP hints kfuncs for RX timestampJesper Dangaard Brouer2-0/+17
2023-04-27igc: Add XDP hints kfuncs for RX hashJesper Dangaard Brouer2-0/+54
2023-04-27igc: Add igc_xdp_buff wrapper for xdp_buff in driverJesper Dangaard Brouer2-7/+14
2023-04-27igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer2-4/+55
2023-04-27ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey2-5/+4
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-11/+12
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2-2/+2
2023-04-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller5-53/+36
2023-04-20ice: sleep, don't busy-wait, in the SQ send retry loopMichal Schmidt1-1/+1
2023-04-20ice: remove unused buffer copy code in ice_sq_send_cmd_retry()Michal Schmidt1-11/+2
2023-04-20ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUTMichal Schmidt3-12/+13
2023-04-20ice: remove ice_ctl_q_info::sq_cmd_timeoutMichal Schmidt3-6/+2
2023-04-20ice: increase the GNSS data polling interval to 20 msMichal Schmidt1-1/+1
2023-04-20ice: do not busy-wait to read GNSS dataMichal Schmidt2-25/+20
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-28/+32
2023-04-20ixgbe: Enable setting RSS table to default valuesJoe Damato1-9/+10
2023-04-20ixgbe: Allow flow hash to be set via ethtoolJoe Damato1-2/+2
2023-04-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-3/+6
2023-04-19e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-17i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-17i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-66/+66
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski1-7/+5
2023-04-10ixgbe: use new queue try_stop/try_wake macrosJakub Kicinski1-28/+10
2023-04-07iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki3-47/+45
2023-04-07iavf: refactor VLAN filter statesAhmed Zaki3-26/+28
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+20
2023-04-04ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-04ice: fix wrong fallback logic for FDIRSimei Su1-3/+4