summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-17tools/power turbostat: Fix /dev/cpu_dma_latency warningsPrarit Bhargava
2023-03-17tools/power turbostat: Provide better debug messages for failed capabilities ...Prarit Bhargava
2023-03-17tools/power turbostat: update dump of SECONDARY_TURBO_RATIO_LIMITLen Brown
2023-03-17net/smc: Use percpu ref for wr tx referenceKai Shen
2023-03-17Merge branch 'inet-const'David S. Miller
2023-03-17inet_diag: constify raw_lookup() socket argumentEric Dumazet
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet
2023-03-17udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet
2023-03-17ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet
2023-03-17netlink: specs: allow uapi-header in genetlinkJakub Kicinski
2023-03-17netlink-specs: add partial specification for devlinkJakub Kicinski
2023-03-17Merge branch 'net-packet-KCSAN'David S. Miller
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet
2023-03-17Merge branch 'gve-xdp-support'David S. Miller
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi
2023-03-17Merge branch 'net-sk_err-lockless-annotate'David S. Miller
2023-03-17af_unix: annotate lockless accesses to sk->sk_errEric Dumazet
2023-03-17mptcp: annotate lockless accesses to sk->sk_errEric Dumazet
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko
2023-03-17Merge branch 'pcs_get_state-fixes'David S. Miller
2023-03-17net: pcs: lynx: don't print an_enabled in pcs_get_state()Russell King (Oracle)
2023-03-17net: pcs: xpcs: remove double-read of link state when using ANRussell King (Oracle)
2023-03-17Merge branch 'vxlan-MDB-support'David S. Miller
2023-03-17selftests: net: Add VXLAN MDB testIdo Schimmel
2023-03-17vxlan: Enable MDB supportIdo Schimmel
2023-03-17vxlan: Add MDB data path supportIdo Schimmel
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel
2023-03-17vxlan: Expose vxlan_xmit_one()Ido Schimmel
2023-03-17vxlan: Move address helpers to private headersIdo Schimmel