summaryrefslogtreecommitdiffstats
path: root/drivers/of/overlay.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin57-84/+93
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin9-24/+35
2024-09-03net: dsa: vsc73xx: implement FDB operationsPawel Dembicki2-0/+357
2024-09-03r8169: add support for RTL8126A rev.bChunHao Lin3-15/+29
2024-09-03netdev-genl: Set extack and fix error on napi-getJoe Damato1-3/+5
2024-09-02net: stmmac: drop the ethtool begin() callbackAndrew Halaney1-8/+0
2024-09-01octeontx2-af: configure default CPT credits for CN10KA B0Srujana Challa3-0/+39
2024-09-01octeontx2-af: avoid RXC register access for CN10KBSrujana Challa2-3/+24
2024-09-01octeontx2-af: use dynamic interrupt vectors for CN10KSrujana Challa3-20/+80
2024-08-31bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()Ido Schimmel1-1/+1
2024-08-31vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()Ido Schimmel1-1/+2
2024-08-31ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()Ido Schimmel1-1/+3
2024-08-31ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel1-2/+3
2024-08-31ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()Ido Schimmel1-1/+2
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel2-3/+2
2024-08-31ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel1-2/+2
2024-08-31ipv4: Unmask upper DSCP bits in get_rttos()Ido Schimmel1-1/+4
2024-08-31ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()Ido Schimmel1-1/+2
2024-08-31ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel1-1/+2
2024-08-31ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel1-1/+1
2024-08-31ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel1-1/+1
2024-08-30can: kvaser_usb: Simplify with dev_err_probe()Yan Zhen1-26/+16
2024-08-30can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdefMartin Jocic1-13/+13
2024-08-30can: netlink: avoid call to do_set_data_bittiming callback with stale can_pri...Stefan Mätje1-51/+51
2024-08-30can: j1939: use correct function name in commentZhang Changzhong1-4/+4
2024-08-30dt-bindings: can: convert microchip,mcp251x.txt to yamlFrank Li2-30/+70
2024-08-30dt-bindings: can: renesas,rcar-canfd: Document R-Car V4M supportDuy Nguyen1-6/+16
2024-08-30ethtool: pse-pd: move pse validation into setDiogo Jahchan Koike1-9/+6
2024-08-30Documentation: Add missing fields to net_cachelinesJoe Damato1-0/+2
2024-08-30icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet4-24/+22
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet4-20/+17
2024-08-30icmp: change the order of rate limitsEric Dumazet3-57/+76
2024-08-30net: openvswitch: Use ERR_CAST() to returnYan Zhen1-1/+1
2024-08-30nfp: Convert to use ERR_CAST()Shen Lichuan1-1/+1
2024-08-30sfc: Convert to use ERR_CAST()Shen Lichuan1-1/+1
2024-08-30net: phy: add Applied Micro QT2025 PHY driverFUJITA Tomonori4-0/+119
2024-08-30rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori2-10/+30
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori5-27/+209
2024-08-30rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori1-7/+17
2024-08-30rust: net::phy support probe callbackFUJITA Tomonori1-0/+25
2024-08-30rust: sizes: add commonly used constantsFUJITA Tomonori2-0/+27
2024-08-30bnxt_en: Support dynamic MSIXMichael Chan1-3/+34
2024-08-30bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocationMichael Chan1-2/+5
2024-08-30bnxt_en: Replace deprecated PCI MSIX APIsMichael Chan1-16/+5
2024-08-30bnxt_en: Remove register mapping to support INTXMichael Chan2-21/+0
2024-08-30bnxt_en: Remove BNXT_FLAG_USING_MSIX flagMichael Chan3-88/+17
2024-08-30bnxt_en: Deprecate support for legacy INTX modeMichael Chan2-36/+8
2024-08-30bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy3-12/+15
2024-08-30bnxt_en: add support for retrieving crash dump using ethtoolVikas Gupta2-9/+84
2024-08-30bnxt_en: add support for storing crash dump into host memoryVikas Gupta4-5/+116