summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook14-37/+27
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds22-86/+43
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds6-7/+7
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds67-183/+183
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook81-393/+364
2026-02-13net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore1-1/+7
2026-02-07ice: Remove jumbo_remove step from TX pathAlice Mikityanska1-3/+0
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-88/+136
2026-02-05ice: dpll: Support E825-C SyncE and dynamic pin discoveryArkadiusz Kubalewski8-92/+959
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera2-7/+12
2026-02-05dpll: Add reference count tracking supportIvan Vecera1-7/+7
2026-01-30i40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib1-1/+0
2026-01-30ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib1-3/+0
2026-01-30ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma3-5/+29
2026-01-30ice: PTP: fix missing timestamps on E825 hardwareJacob Keller3-78/+103
2026-01-30ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka1-1/+4
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-21/+16
2026-01-28ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-01-28ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-28ixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju1-4/+2
2026-01-28ixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju1-12/+8
2026-01-26idpf: export RX hardware timestamping information to XDPYiFei Zhu2-0/+51
2026-01-26ice: reshuffle and group Rx and Tx queue fields by cachelinesAlexander Lobakin4-57/+70
2026-01-26ice: convert all ring stats to u64_stats_tJacob Keller3-90/+147
2026-01-26ice: shorten ring stat names and add accessorsJacob Keller6-35/+60
2026-01-26ice: use u64_stats API to access pkts/bytes in dim sampleJacob Keller4-22/+75
2026-01-26ice: remove ice_q_stats struct and use struct_groupJacob Keller4-17/+16
2026-01-26ice: pass pointer to ice_fetch_u64_stats_per_ringJacob Keller2-18/+9
2026-01-26Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-1146/+1417
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-44/+101
2026-01-23idpf: generalize mailbox APIPavan Kumar Linga4-24/+29
2026-01-23idpf: avoid calling get_rx_ptypes for each vportPavan Kumar Linga5-159/+178
2026-01-23idpf: generalize send virtchnl message APIPavan Kumar Linga6-164/+206
2026-01-23idpf: remove vport pointer from queue setsJoshua Hay6-67/+81
2026-01-23idpf: add rss_data field to RSS function parametersPavan Kumar Linga7-49/+59
2026-01-23idpf: reshuffle idpf_vport struct members to avoid holesPavan Kumar Linga1-17/+15
2026-01-23idpf: move some iterator declarations inside for loopsJoshua Hay3-75/+57
2026-01-23idpf: move queue resources to idpf_q_vec_rsrc structurePavan Kumar Linga11-428/+528
2026-01-23idpf: introduce idpf_q_vec_rsrc struct and move vector resources to itPavan Kumar Linga8-160/+201
2026-01-23idpf: introduce local idpf structure to store virtchnl queue chunksPavan Kumar Linga4-101/+161
2026-01-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-8/+33
2026-01-21idpf: Fix data race in idpf_net_dimDavid Yang1-5/+11
2026-01-20idpf: read lower clock bits inside the time sandwichMina Almasry1-1/+1
2026-01-20ice: fix devlink reload call tracePaul Greenwalt1-2/+1
2026-01-20ice: add missing ice_deinit_hw() in devlink reinit pathPaul Greenwalt1-0/+1
2026-01-20ice: Fix persistent failure in ice_get_rxfhCody Haas3-5/+30
2026-01-13igc: Reduce TSN TX packet buffer from 7KB to 5KB per queueChwee-Lin Choong1-2/+3
2026-01-13igc: fix race condition in TX timestamp read for register 0Chwee-Lin Choong1-18/+25
2026-01-13igc: Restore default Qbv schedule when changing channelsKurt Kanzenbach2-2/+7
2026-01-13ice: Fix incorrect timeout ice_release_res()Ding Hui1-1/+1