summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
* ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter2024-09-151-2/+2
* ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter2024-09-151-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-134-15/+23
|\
| * igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman2024-09-091-4/+13
| * ice: fix VSI lists confusion when adding VLANsMichal Schmidt2024-09-091-1/+1
| * ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel2024-09-091-2/+0
| * ice: fix accounting for filters shared by multiple VSIsJacob Keller2024-09-091-1/+1
| * ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw2024-09-091-7/+8
* | Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-09-125-325/+276
|\ \
| * | idpf: enable WB_ON_ITRJoshua Hay2024-09-095-3/+41
| * | idpf: fix netdev Tx queue stop/wakeMichal Kubiak2024-09-093-27/+21
| * | idpf: refactor Tx completion routinesJoshua Hay2024-09-093-76/+122
| * | idpf: convert to libeth Tx buffer completionAlexander Lobakin2024-09-093-232/+105
* | | ice: subfunction activation and base devlink opsPiotr Raczynski2024-09-064-0/+290
* | | ice: basic support for VLAN in subfunctionsMichal Swiatkowski2024-09-064-0/+39
* | | ice: support subfunction devlink Tx topologyMichal Swiatkowski2024-09-063-5/+20
* | | ice: implement netdevice ops for SF representorMichal Swiatkowski2024-09-061-14/+43
* | | ice: check if SF is ready in ethtool opsMichal Swiatkowski2024-09-063-4/+16
* | | ice: don't set target VSI for subfunctionMichal Swiatkowski2024-09-061-1/+1
* | | ice: create port representor for SFMichal Swiatkowski2024-09-066-4/+113
* | | ice: make representor code genericMichal Swiatkowski2024-09-067-76/+121
* | | ice: implement netdev for subfunctionPiotr Raczynski2024-09-061-1/+85
* | | ice: base subfunction aux driverPiotr Raczynski2024-09-067-1/+215
* | | ice: allocate devlink for subfunctionPiotr Raczynski2024-09-063-0/+47
* | | ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski2024-09-061-2/+3
* | | ice: add basic devlink subfunctions supportPiotr Raczynski2024-09-067-2/+341
* | | ice: export ice ndo_ops functionsPiotr Raczynski2024-09-064-29/+35
* | | ice: add new VSI type for subfunctionsPiotr Raczynski2024-09-066-6/+35
|/ /
* | ixgbe: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* | igc: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* | igb: Remove setting of RX software timestampGal Pressman2024-09-061-7/+1
* | ice: Remove setting of RX software timestampGal Pressman2024-09-061-2/+0
* | i40e: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-068-161/+124
|\|
| * ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba2024-09-031-2/+5
| * ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba2024-09-031-9/+0
| * ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba2024-09-031-6/+6
| * ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba2024-09-033-7/+7
| * ice: protect XDP configuration with a mutexLarysa Zaremba2024-09-034-19/+39
| * ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba2024-09-034-118/+49
| * igc: Unlock on error in igc_io_resume()Dan Carpenter2024-09-021-0/+1
| * ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski2024-08-291-0/+7
| * igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li2024-08-291-0/+10
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-09-0311-25/+347
|\ \
| * | i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov2024-08-303-7/+54
| * | e1000e: avoid failing the system during pm_suspendVitaly Lifshits2024-08-301-8/+11
| * | igc: Move the MULTI GBT AN Control Register to _regs fileSasha Neftin2024-08-303-3/+5
| * | igc: Add Energy Efficient Ethernet abilitySasha Neftin2024-08-303-1/+89
| * | igc: Get rid of spurious interruptsKurt Kanzenbach2024-08-302-4/+27