aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-08-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski3-46/+26
2024-08-20igb: cope with large MAX_SKB_FRAGSPaolo Abeni1-0/+1
2024-08-20ice: use internal pf id instead of function numberMichal Swiatkowski1-2/+2
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski2-34/+20
2024-08-20ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-08-20ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski1-9/+3
2024-08-11Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-qDavid S. Miller4-16/+75
2024-08-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski3-4/+10
2024-08-07idpf: fix UAFs when destroying the queuesAlexander Lobakin2-35/+13
2024-08-07idpf: fix memleak in vport interrupt configurationMichal Kubiak1-11/+8
2024-08-07idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin1-15/+15
2024-08-07igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim1-1/+1
2024-08-07igc: Fix reset adapter logics when tx mode changeFaizal Rahim1-5/+19
2024-08-07igc: Fix qbv_config_change_errors logicsFaizal Rahim3-10/+15
2024-08-07igc: Fix packet still tx after gate close by reducing i226 MAC retry bufferFaizal Rahim2-0/+40
2024-08-07ice: Fix incorrect assigns of FEC countsMateusz Polchlopek1-4/+4
2024-08-07ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka1-0/+4
2024-08-07ice: Fix reset handlerGrzegorz Nitka1-0/+2
2024-07-31igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim1-16/+17
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski1-10/+14
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski1-1/+1
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski6-55/+87
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski1-1/+7
2024-07-29ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski1-14/+16
2024-07-29ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski1-5/+4
2024-07-29ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski1-3/+1
2024-07-29ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak1-1/+5
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-5/+25
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2024-07-23ice: Fix recipe read procedureWojciech Drewek1-4/+4
2024-07-23ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki4-1/+21
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds78-2713/+6769
2024-07-15Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+9
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski6-6/+6
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent6-6/+6
2024-07-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski6-496/+272
2024-07-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski23-50/+142
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/coreThomas Gleixner15-210/+466
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski13-1391/+1665
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2024-07-11i40e: fix: remove needless retries of NVM updateAleksandr Loktionov1-4/+0
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-25/+57
2024-07-11igc: Remove the internal 'eee_advert' fieldSasha Neftin3-10/+0
2024-07-11ice: remove eswitch rebuildMichal Swiatkowski3-24/+0
2024-07-11ice: Add support for devlink local_forwarding paramPawel Kaminski4-1/+141
2024-07-11i40e: correct i40e_addr_to_hkey() name in kdocSimon Horman1-1/+1
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen14-14/+0
2024-07-11ice: Add tracepoint for adding and removing switch rulesMarcin Szycik4-2/+43
2024-07-11ice: Remove unused members from switch APIMarcin Szycik4-81/+10
2024-07-11ice: Optimize switch recipe creationMarcin Szycik3-336/+211