summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-08-223-46/+26
|\
| * ice: use internal pf id instead of function numberMichal Swiatkowski2024-08-201-2/+2
| * ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski2024-08-202-34/+20
| * ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski2024-08-201-1/+1
| * ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski2024-08-201-9/+3
* | igb: cope with large MAX_SKB_FRAGSPaolo Abeni2024-08-211-0/+1
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-qDavid S. Miller2024-08-114-16/+75
|\
| * igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim2024-08-071-1/+1
| * igc: Fix reset adapter logics when tx mode changeFaizal Rahim2024-08-071-5/+19
| * igc: Fix qbv_config_change_errors logicsFaizal Rahim2024-08-073-10/+15
| * igc: Fix packet still tx after gate close by reducing i226 MAC retry bufferFaizal Rahim2024-08-072-0/+40
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-08-083-4/+10
|\ \
| * | ice: Fix incorrect assigns of FEC countsMateusz Polchlopek2024-08-071-4/+4
| * | ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka2024-08-071-0/+4
| * | ice: Fix reset handlerGrzegorz Nitka2024-08-071-0/+2
| |/
* | idpf: fix UAFs when destroying the queuesAlexander Lobakin2024-08-082-35/+13
* | idpf: fix memleak in vport interrupt configurationMichal Kubiak2024-08-081-11/+8
* | idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin2024-08-081-15/+15
|/
* igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim2024-08-011-16/+17
* ice: xsk: fix txq interrupt mappingMaciej Fijalkowski2024-07-291-10/+14
* ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski2024-07-291-1/+1
* ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski2024-07-296-55/+87
* ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski2024-07-291-1/+7
* ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski2024-07-291-14/+16
* ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski2024-07-291-5/+4
* ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski2024-07-291-3/+1
* ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak2024-07-291-1/+5
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-255-5/+25
|\
| * ice: Fix recipe read procedureWojciech Drewek2024-07-241-4/+4
| * ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki2024-07-244-1/+21
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\ \ | |/ |/|
| * Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman2024-06-179-107/+246
| |\
| * | auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman2024-06-131-1/+1
* | | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-1778-2716/+6772
|\ \ \
| * \ \ Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-156-6/+6
| |\ \ \
| | * | | net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-156-6/+6
| * | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-07-146-496/+272
| |\ \ \ \
| | * | | | ice: Add tracepoint for adding and removing switch rulesMarcin Szycik2024-07-114-2/+43
| | * | | | ice: Remove unused members from switch APIMarcin Szycik2024-07-114-81/+10
| | * | | | ice: Optimize switch recipe creationMarcin Szycik2024-07-113-337/+212
| | * | | | ice: remove unused recipe bookkeeping dataMichal Swiatkowski2024-07-113-43/+15