summaryrefslogtreecommitdiffstats
path: root/tools/virtio (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-27mptcp: check the protocol in tcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-0/+10
2024-02-27mptcp: token kunit: set protocolMatthieu Baerts (NGI0)1-1/+6
2024-02-27selftests: mptcp: lib: catch duplicated subtest entriesMatthieu Baerts (NGI0)1-0/+21
2024-02-27ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet3-42/+27
2024-02-27dt-bindings: net: cdns,macb: add sam9x7 ethernet interfaceVarshini Rajendran1-0/+5
2024-02-27net/vsockmon: Do not set zeroed statisticsBreno Leitao1-3/+0
2024-02-27net/vsockmon: Leverage core stats allocatorBreno Leitao1-15/+1
2024-02-26net: pcs: xpcs: Explicitly return error on caps validationSerge Semin1-3/+4
2024-02-26net: pcs: xpcs: Return EINVAL in the internal methodsSerge Semin1-2/+2
2024-02-26net: pcs: xpcs: Drop redundant workqueue.h include directiveSerge Semin1-1/+1
2024-02-26net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces listSerge Semin1-3/+1
2024-02-26rtnetlink: provide RCU protection to rtnl_fill_prop_list()Eric Dumazet1-5/+4
2024-02-26rtnetlink: make rtnl_fill_link_ifmap() RCU readyEric Dumazet1-10/+11
2024-02-26inet: switch inet_dump_fib() to RCU protectionEric Dumazet2-21/+20
2024-02-26nexthop: allow nexthop_mpath_fill_node() to be called without RTNLEric Dumazet1-1/+1
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet6-9/+26
2024-02-26ipv6: switch inet6_dump_ifinfo() to RCU protectionEric Dumazet1-1/+1
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet4-0/+8
2024-02-26rtnetlink: change nlk->cb_mutex roleEric Dumazet2-16/+21
2024-02-26netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet1-7/+6
2024-02-26netlink: fix netlink_diag_dump() return valueEric Dumazet1-1/+1
2024-02-26ipv6: use xarray iterator to implement inet6_dump_ifinfo()Eric Dumazet1-27/+19
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet3-8/+13
2024-02-26ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet2-75/+90
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet16-20/+20
2024-02-26net: phy: dp83826: support configuring RMII master/slave operation modeJérémie Dautheribes1-5/+38
2024-02-26net: phy: dp83826: Add support for phy-mode configurationJérémie Dautheribes1-0/+11
2024-02-26dt-bindings: net: dp83822: support configuring RMII master/slave modeJérémie Dautheribes1-0/+16
2024-02-26net: dsa: microchip: Add support for bridge port isolationOleksij Rempel2-5/+51
2024-02-24tools: ynl: fix header guardsJakub Kicinski1-2/+2
2024-02-24genetlink: make info in GENL_REQ_ATTR_CHECK() constJakub Kicinski1-1/+1
2024-02-24tools: ynl: allow user to pass enum string instead of scalar valueJiri Pirko1-2/+24
2024-02-24tools: ynl: process all scalar types encoding in single elif statementJiri Pirko1-7/+7
2024-02-24tools: ynl: allow user to specify flag attr with bool valuesJiri Pirko1-0/+3
2024-02-24net: team: Don't bother filling in ethtool driver versionJohn Garry1-2/+0
2024-02-24rocker: Don't bother filling in ethtool driver versionJohn Garry1-2/+0
2024-02-24ps3/gelic: minor Kernel Doc correctionsSimon Horman1-3/+5
2024-02-24net: mpls: error out if inner headers are not setFlorian Westphal2-0/+8
2024-02-24net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn1-2/+3
2024-02-23net: stmmac: dwmac-qcom-ethqos: Add support for 2.5G SGMIISneh Shah2-0/+28
2024-02-23bonding: rate-limit bonding driver inspect messagesPraveen Kumar Kannoju1-8/+10
2024-02-23ipv6/sit: Do not allocate stats in the driverBreno Leitao1-8/+4
2024-02-23octeon_ep_vf: Improve help text grammarGeert Uytterhoeven1-4/+4
2024-02-23net: microchip: lan743x: Fix spelling mistake "erro" -> "error"Colin Ian King1-1/+1
2024-02-23net/af_iucv: fix virtual vs physical address confusionAlexander Gordeev1-6/+4
2024-02-22bnxt_en: Use the new VNIC to create ntuple filtersPavan Chebbi1-6/+27
2024-02-22bnxt_en: Create and setup the additional VNIC for adding ntuple filtersPavan Chebbi2-10/+36
2024-02-22bnxt_en: Provision for an additional VNIC for ntuple filtersPavan Chebbi2-5/+32
2024-02-22bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic indexPavan Chebbi3-21/+24
2024-02-22bnxt_en: Refactor bnxt_set_features()Pavan Chebbi1-7/+12