aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-02netdev-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-01Merge branch 'octeontx2-af-cpt-update'David S. Miller5-23/+143
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-31Merge branch 'unmask-dscp-bits'David S. Miller10-16/+25
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-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-30Merge branch 'icmp-avoid-possible-side-channels-attacks'Jakub Kicinski5-84/+98
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-30Merge branch 'am-qt2025-phy-rust'David S. Miller10-43/+426
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-29Merge branch 'bnxt_en-update-for-net-next'Jakub Kicinski6-187/+279
2024-08-29bnxt_en: Support dynamic MSIXMichael Chan1-3/+34
2024-08-29bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocationMichael Chan1-2/+5
2024-08-29bnxt_en: Replace deprecated PCI MSIX APIsMichael Chan1-16/+5
2024-08-29bnxt_en: Remove register mapping to support INTXMichael Chan2-21/+0
2024-08-29bnxt_en: Remove BNXT_FLAG_USING_MSIX flagMichael Chan3-88/+17
2024-08-29bnxt_en: Deprecate support for legacy INTX modeMichael Chan2-36/+8
2024-08-29bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy3-12/+15
2024-08-29bnxt_en: add support for retrieving crash dump using ethtoolVikas Gupta2-9/+84
2024-08-29bnxt_en: add support for storing crash dump into host memoryVikas Gupta4-5/+116
2024-08-29Merge branch 'adding-so_peek_off-for-tcpv6'Jakub Kicinski3-0/+185
2024-08-29selftests: add selftest for tcp SO_PEEK_OFF supportJon Maloy2-0/+184
2024-08-29tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy1-0/+1
2024-08-29tools: ynl: error check scanf() in a sampleJakub Kicinski1-1/+5
2024-08-29Merge branch 'replace-deprecated-strcpy-with-strscpy'Jakub Kicinski7-8/+8