summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-15virtio_ring: introduce add api for premappedXuan Zhuo
2024-11-15virtio_ring: perform premapped operations based on per-bufferXuan Zhuo
2024-11-15virtio_ring: packed: record extras for indirect buffersXuan Zhuo
2024-11-15virtio_ring: split: record extras for indirect buffersXuan Zhuo
2024-11-15virtio_ring: introduce vring_need_unmap_bufferXuan Zhuo
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-11-15Merge branch 'net-ndo_fdb_add-del-have-drivers-report-whether-they-notified'Jakub Kicinski
2024-11-15selftests: net: fdb_notify: Add a test for FDB notificationsPetr Machata
2024-11-15selftests: net: lib: Add kill_processPetr Machata
2024-11-15selftests: net: lib: Move checks from forwarding/lib.sh herePetr Machata
2024-11-15selftests: net: lib: Move tests_run from forwarding/lib.sh herePetr Machata
2024-11-15selftests: net: lib: Move logging from forwarding/lib.sh herePetr Machata
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-15Merge branch 'modifying-format-and-renaming-goto-labels'Jakub Kicinski
2024-11-15rtase: Modify the content format of the enum rtase_registersJustin Lai
2024-11-15rtase: Modify the name of the goto labelJustin Lai
2024-11-15Merge branch 'net-netpoll-improve-skb-pool-management'Jakub Kicinski
2024-11-15net: netpoll: flush skb pool during cleanupBreno Leitao
2024-11-15net: netpoll: Individualize the skb poolBreno Leitao
2024-11-15octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"Colin Ian King
2024-11-15net/netlink: Correct the comment on netlink message max capDmitry Safonov
2024-11-15Merge branch 'enic-use-all-the-resources-configured-on-vic'Jakub Kicinski
2024-11-15enic: Move kdump check into enic_adjust_resources()Nelson Escobar
2024-11-15enic: Move enic resource adjustments to separate functionNelson Escobar
2024-11-15enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar
2024-11-15enic: Allocate arrays in enic struct based on VIC configNelson Escobar
2024-11-15enic: Save resource counts we read from HWNelson Escobar
2024-11-15enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar
2024-11-15enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar
2024-11-15net: phy: microchip_t1: Clause-45 PHY loopback support for LAN887xTarun Alle
2024-11-15dt-bindings: net: dsa: microchip,ksz: Drop undocumented "id"Rob Herring (Arm)
2024-11-15bnxt_en: optimize gettimex64Vadim Fedorenko
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato
2024-11-15Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2024-11-15Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-11-15netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden
2024-11-15netfilter: bitwise: rename some boolean operation functionsJeremy Sowden
2024-11-15netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault
2024-11-15netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault
2024-11-15netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert
2024-11-14Merge branch 'net-make-rss-rxnfc-semantics-more-explicit'Jakub Kicinski
2024-11-14selftest: extend test_rss_context_queue_reconfigure for action additionEdward Cree
2024-11-14selftest: validate RSS+ntuple filters with nonzero ring_cookieEdward Cree
2024-11-14selftest: include dst-ip in ethtool ntuple rulesEdward Cree
2024-11-14net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree