summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin
2024-09-03net: dsa: vsc73xx: implement FDB operationsPawel Dembicki
2024-09-02Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2024-09-02r8169: add support for RTL8126A rev.bChunHao Lin
2024-09-02netdev-genl: Set extack and fix error on napi-getJoe Damato
2024-09-02net: stmmac: drop the ethtool begin() callbackAndrew Halaney
2024-09-01Merge branch 'octeontx2-af-cpt-update'David S. Miller
2024-09-01octeontx2-af: configure default CPT credits for CN10KA B0Srujana Challa
2024-09-01octeontx2-af: avoid RXC register access for CN10KBSrujana Challa
2024-09-01octeontx2-af: use dynamic interrupt vectors for CN10KSrujana Challa
2024-08-31Merge branch 'unmask-dscp-bits'David S. Miller
2024-08-31bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()Ido Schimmel
2024-08-31vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()Ido Schimmel
2024-08-31ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()Ido Schimmel
2024-08-31ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()Ido Schimmel
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel
2024-08-31ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in get_rttos()Ido Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()Ido Schimmel
2024-08-31ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel
2024-08-30can: kvaser_usb: Simplify with dev_err_probe()Yan Zhen
2024-08-30can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdefMartin Jocic
2024-08-30can: netlink: avoid call to do_set_data_bittiming callback with stale can_pri...Stefan Mätje
2024-08-30can: j1939: use correct function name in commentZhang Changzhong
2024-08-30dt-bindings: can: convert microchip,mcp251x.txt to yamlFrank Li
2024-08-30dt-bindings: can: renesas,rcar-canfd: Document R-Car V4M supportDuy Nguyen
2024-08-30ethtool: pse-pd: move pse validation into setDiogo Jahchan Koike
2024-08-30Documentation: Add missing fields to net_cachelinesJoe Damato
2024-08-30Merge branch 'icmp-avoid-possible-side-channels-attacks'Jakub Kicinski
2024-08-30icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet
2024-08-30icmp: change the order of rate limitsEric Dumazet
2024-08-30net: openvswitch: Use ERR_CAST() to returnYan Zhen
2024-08-30nfp: Convert to use ERR_CAST()Shen Lichuan
2024-08-30sfc: Convert to use ERR_CAST()Shen Lichuan
2024-08-30Merge branch 'am-qt2025-phy-rust'David S. Miller
2024-08-30net: phy: add Applied Micro QT2025 PHY driverFUJITA Tomonori
2024-08-30rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori
2024-08-30rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori
2024-08-30rust: net::phy support probe callbackFUJITA Tomonori
2024-08-30rust: sizes: add commonly used constantsFUJITA Tomonori
2024-08-29Merge branch 'bnxt_en-update-for-net-next'Jakub Kicinski
2024-08-29bnxt_en: Support dynamic MSIXMichael Chan
2024-08-29bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocationMichael Chan
2024-08-29bnxt_en: Replace deprecated PCI MSIX APIsMichael Chan