summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-06-249-108/+52
|\
| * ice: use ice_down_up() where applicableMaciej Fijalkowski2023-06-221-15/+3
| * ice: Remove managed memory usage in ice_get_fw_log_cfg()Christophe JAILLET2023-06-221-2/+2
| * ice: remove null checks before devm_kfree() callsPrzemek Kitszel2023-06-226-75/+29
| * ice: clean up freeing SR-IOV VFsPrzemek Kitszel2023-06-221-3/+2
| * ice: allow hot-swapping XDP programsMaciej Fijalkowski2023-06-221-10/+9
| * ice: reduce initial wait for control queue messagesJacob Keller2023-06-222-3/+7
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-06-248-142/+55
|\ \
| * | iavf: make functions static where possiblePrzemek Kitszel2023-06-224-43/+28
| * | iavf: remove some unused functions and pointless wrappersPrzemek Kitszel2023-06-225-76/+8
| * | iavf: fix err handling for MAC replacePrzemek Kitszel2023-06-221-23/+19
| |/
* | igb: Fix igb_down hung on surprise removalYing Hsu2023-06-221-0/+5
* | i40e, xsk: fix comment typoYueh-Shun Li2023-06-221-1/+1
|/
* ice: remove unnecessary check for old MAC == new MACPiotr Gardocki2023-06-151-5/+0
* i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki2023-06-151-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-158-32/+38
|\
| * ice: Fix ice module unloadJakub Buchocki2023-06-141-11/+5
| * igb: fix nvm.ops.read() error handlingAleksandr Loktionov2023-06-121-0/+3
| * igc: Fix possible system crash when loading moduleVinicius Costa Gomes2023-06-121-0/+3
| * igc: Clean the TX buffer and TX descriptor ringMuhammad Husaini Zulkifli2023-06-121-1/+8
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-06-102-7/+5
| |\
| | * ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz2023-06-081-0/+4
| | * ice: Don't dereference NULL in ice_gnss_read error pathSimon Horman2023-06-081-7/+1
| * | iavf: remove mask from iavf_irq_enable_queues()Ahmed Zaki2023-06-103-11/+8
| * | igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan2023-06-081-2/+6
| |/
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-06-124-48/+84
|\ \
| * | ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller2023-06-081-4/+5
| * | ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller2023-06-081-2/+9
| * | ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller2023-06-083-22/+42
| * | ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski2023-06-081-10/+4
| * | ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski2023-06-084-19/+33
* | | 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-071-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-011-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-193-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-188-366/+142
|\ \ \