summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-085-73/+7
|\
| * eth: ixgbe: fix the wake conditionJakub Kicinski2023-06-081-1/+1
| * ice: make writes to /dev/gnssX synchronousMichal Schmidt2023-06-074-72/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-021-1/+1
|\|
| * ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski2023-06-011-1/+1
* | net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-2/+11
* | devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko2023-05-301-2/+2
* | ice: register devlink port for PF with opsJiri Pirko2023-05-301-1/+5
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-05-2212-259/+351
|\ \
| * | ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski2023-05-199-102/+40
| * | ice: allow matching on meta dataMichal Swiatkowski2023-05-195-105/+95
| * | ice: specify field names in ice_prot_ext initMichal Swiatkowski2023-05-191-23/+28
| * | ice: remove redundant Rx field from rule infoMichal Swiatkowski2023-05-194-22/+14
| * | ice: define meta data to match in switchMichal Swiatkowski2023-05-193-16/+183
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-05-203-1/+11
|\ \ \ | |/ / |/| |
| * | e1000e: Add @adapter description to kdocBaozhu Ni2023-05-181-1/+1
| * | igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix2023-05-181-0/+2
| * | igc: Avoid transmit queue timeout for XDPKurt Kanzenbach2023-05-181-0/+8
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-05-198-366/+142
|\ \ \
| * | | ice: Remove LAG+SRIOV mutual exclusionDave Ertman2023-05-175-91/+0
| * | | ice: update PHY type to ethtool link mode mappingPaul Greenwalt2023-05-171-19/+19
| * | | ice: refactor PHY type to ethtool link modePaul Greenwalt2023-05-173-274/+141
| * | | ice: update ICE_PHY_TYPE_HIGH_MAX_INDEXPaul Greenwalt2023-05-171-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-1810-25/+40
|\ \ \ | |/ / |/| / | |/
| * igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov2023-05-171-2/+2
| * iavf: send VLAN offloading caps once after VFRAhmed Zaki2023-05-161-5/+0
| * ice: Fix ice VF reset during iavf initializationDawid Wesierski2023-05-164-4/+25
| * ice: Fix stats after PF resetAhmed Zaki2023-05-161-0/+5
| * ice: Fix undersized tx_flags variableJan Sokolowski2023-05-123-14/+8
* | 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-172-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: 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-211-9/+10
| * ixgbe: Allow flow hash to be set via ethtoolJoe Damato2023-04-211-2/+2
* | net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-232-2/+2