summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2026-01-07idpf: fix aux device unplugging when rdma is not supported by vportLarysa Zaremba1-1/+1
2026-01-07idpf: cap maximum Rx buffer sizeJoshua Hay2-3/+6
2026-01-07idpf: Fix error handling in idpf_vport_open()Sreedevi Joshi1-2/+2
2026-01-07idpf: Fix RSS LUT NULL ptr issue after soft resetSreedevi Joshi3-17/+6
2026-01-07idpf: Fix RSS LUT configuration on down interfacesSreedevi Joshi1-7/+11
2026-01-07idpf: Fix RSS LUT NULL pointer crash on early ethtool operationsSreedevi Joshi5-79/+66
2026-01-07idpf: fix issue with ethtool -n command displayErik Gabriel Carrillo2-22/+40
2026-01-07idpf: fix memory leak of flow steer list on rmmodSreedevi Joshi3-3/+42
2026-01-07idpf: fix error handling in the init_task on loadEmil Tantilov1-4/+12
2026-01-07idpf: fix memory leak in idpf_vc_core_deinit()Emil Tantilov1-0/+4
2026-01-07idpf: fix memory leak in idpf_vport_rel()Emil Tantilov1-0/+2
2026-01-07idpf: detach and close netdevs while handling a resetEmil Tantilov1-49/+72
2026-01-06idpf: keep the netdev when a reset failsEmil Tantilov1-11/+6
2025-12-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Paolo Abeni8-18/+31
2025-12-17e1000: fix OOB in e1000_tbi_should_accept()Guangshuo Li1-1/+9
2025-12-17idpf: reduce mbx_task schedule delay to 300usBrian Vazquez1-1/+1
2025-12-17idpf: fix LAN memory regions command on some NVMsLarysa Zaremba1-0/+5
2025-12-17iavf: fix off-by-one issues in iavf_config_rss_reg()Kohei Enju1-2/+2
2025-12-17i40e: validate ring_len parameter against hardware-specific valuesGregory Herrero3-14/+13
2025-12-17i40e: fix scheduling in set_rx_modePrzemyslaw Korba1-0/+1
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-15/+0
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds61-1413/+2954
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+4
2025-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2025-11-28iavf: clarify VLAN add/delete log messages and lower log levelAlok Tiwari1-4/+8
2025-11-28ice: fix comment typo and correct module format stringAlok Tiwari2-2/+2
2025-11-28idpf: correct queue index in Rx allocation error messagesAlok Tiwari1-4/+4
2025-11-28idpf: use desc_ring when checking completion queue DMA allocationAlok Tiwari1-1/+1
2025-11-28ixgbe: avoid redundant call to ixgbe_non_sfp_link_config()Alok Tiwari1-2/+2
2025-11-28e1000e: Remove unneeded checksTony Nguyen1-5/+1
2025-11-28idpf: convert vport state to bitmapEmil Tantilov7-30/+28
2025-11-28ixgbevf: ixgbevf_q_vector clean upNatalia Wochtman1-17/+1
2025-11-28iavf: Implement settime64 with -EOPNOTSUPPMichal Schmidt1-0/+7
2025-11-27fm10k: extract GRXRINGS from .get_rxnfcBreno Leitao1-14/+3
2025-11-27ixgbevf: extract GRXRINGS from .get_rxnfcBreno Leitao1-11/+3
2025-11-27igc: extract GRXRINGS from .get_rxnfcBreno Leitao1-3/+8
2025-11-27igb: extract GRXRINGS from .get_rxnfcBreno Leitao1-4/+8
2025-11-27idpf: extract GRXRINGS from .get_rxnfcBreno Leitao1-3/+20
2025-11-27ice: extract GRXRINGS from .get_rxnfcBreno Leitao1-4/+15
2025-11-27iavf: extract GRXRINGS from .get_rxnfcBreno Leitao1-4/+14
2025-11-27i40e: extract GRXRINGS from .get_rxnfcBreno Leitao1-4/+15
2025-11-26ice: fix broken Rx on VFsAlexander Lobakin1-0/+3
2025-11-25i40e: delete a stray tabDan Carpenter1-1/+1
2025-11-25treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner7-15/+0
2025-11-21devlink: pass extack through to devlink_param::get()Daniel Zahka2-5/+12
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+21
2025-11-19igb: Switch to use %ptSpAndy Shevchenko1-5/+2
2025-11-19e1000e: Switch to use %ptSpAndy Shevchenko1-5/+2
2025-11-19ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka1-3/+19
2025-11-19idpf: fix possible vport_config NULL pointer deref in removeEmil Tantilov1-0/+2