Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski
2022-09-02i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski
2022-08-16i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-06-25i40e: read the XDP program once per NAPICiara Loftus
2022-06-21intel/i40e: delete if NULL check before dev_kfree_skbBernard Zhao
2022-06-15i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi
2022-04-12i40e: Add tx_stopped statJoe Damato
2022-04-12i40e: Add support for MPLS + TSOJoe Damato
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato
2022-02-08i40e: Remove rx page reuse double countJoe Damato
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-28i40e: switch to napi_build_skb()Alexander Lobakin
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-08-19i40e: Fix ATR queue selectionArkadiusz Kubalewski
2021-07-23i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-03i40e: add correct exception tracing for XDPMagnus Karlsson
2021-05-07i40e: fix broken XDP supportMagnus Karlsson
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-12i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski
2021-02-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2021-02-19i40e: Fix endianness conversionsNorbert Ciosek
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba
2021-02-12i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski
2021-02-12i40e: adjust i40e_is_non_eopMaciej Fijalkowski
2021-02-12i40e: drop misleading function commentsMaciej Fijalkowski
2021-02-11i40e: VLAN field for flow directorPrzemyslaw Patynowski
2021-02-11i40e: Add flow director support for IPv6Przemyslaw Patynowski
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10i40e: avoid premature Rx buffer reuseBjörn Töpel
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-18i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel
2020-09-14i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel
2020-09-14i40e: optimise prefetch page refcountLi RongQing
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller