summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2024-08-26ice: implement and use rd32_poll_timeout for ice_sq_done timeoutJacob Keller
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-08-21ice: Fix a 32bit bugDan Carpenter
2024-08-20igb: cope with large MAX_SKB_FRAGSPaolo Abeni
2024-08-20ice: use internal pf id instead of function numberMichal Swiatkowski
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski
2024-08-20ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski
2024-08-20ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski
2024-08-19igbvf: Remove two unused declarationsYue Haibing
2024-08-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2024-08-16idpf: remove redundant 'req_vec_chunks' NULL checkPavan Kumar Linga
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki
2024-08-13iavf: refactor add/del FDIR filtersAhmed Zaki
2024-08-13ice: enable FDIR filters from raw binary patterns for VFsJunfeng Guo
2024-08-13ice: add method to disable FDIR SWAP optionJunfeng Guo
2024-08-13ice: add API for parser profile initializationJunfeng Guo
2024-08-13ice: add UDP tunnels support to the parserJunfeng Guo
2024-08-13ice: support turning on/off the parser's double vlan modeJunfeng Guo
2024-08-13ice: add parser execution main loopJunfeng Guo
2024-08-13ice: add parser internal helper functionsJunfeng Guo
2024-08-13ice: add debugging functions for the parser sectionsJunfeng Guo
2024-08-13ice: parse and init various DDP parser sectionsJunfeng Guo
2024-08-13ice: add parser create and destroy skeletonJunfeng Guo
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski
2024-08-11Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-qDavid S. Miller
2024-08-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-08-07idpf: fix UAFs when destroying the queuesAlexander Lobakin
2024-08-07idpf: fix memleak in vport interrupt configurationMichal Kubiak
2024-08-07idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin
2024-08-07igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim
2024-08-07igc: Fix reset adapter logics when tx mode changeFaizal Rahim
2024-08-07igc: Fix qbv_config_change_errors logicsFaizal Rahim
2024-08-07igc: Fix packet still tx after gate close by reducing i226 MAC retry bufferFaizal Rahim
2024-08-07ice: Fix incorrect assigns of FEC countsMateusz Polchlopek
2024-08-07ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka
2024-08-07ice: Fix reset handlerGrzegorz Nitka
2024-07-31igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski
2024-07-29ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski
2024-07-29ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski
2024-07-29ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski
2024-07-29ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-23ice: Fix recipe read procedureWojciech Drewek