summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2024-11-14dt-bindings: net: sff,sfp: Fix "interrupts" property typoRob Herring (Arm)
2024-11-14dt-bindings: net: mdio-mux-gpio: Drop undocumented "marvell,reg-init"Rob Herring (Arm)
2024-11-14net: sparx5: add missing lan969x Kconfig dependencyArnd Bergmann
2024-11-14net: enetc: clean up before returning in probe()Dan Carpenter
2024-11-14mdio: Remove mdio45_ethtool_gset_npage()Alistair Francis
2024-11-14include: mdio: Remove mdio45_ethtool_gset()Alistair Francis
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-11-14Merge branch 'ipv4-prepare-bpf-helpers-to-flowi4_tos-conversion'Jakub Kicinski
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault
2024-11-14Merge branch 'tools-net-ynl-rework-async-notification-handling'Jakub Kicinski
2024-11-14tools/net/ynl: add async notification handlingDonald Hunter
2024-11-14Revert "tools/net/ynl: improve async notification handling"Donald Hunter