summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-21mctp: Reorder fields in 'struct mctp_route'Christophe JAILLET1-2/+2
2023-06-20net: fec: allow to build without PAGE_POOL_STATSLucas Stach2-1/+3
2023-06-20crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)David Howells1-13/+25
2023-06-20net: phy: mediatek: fix compile-test dependenciesArnd Bergmann1-1/+1
2023-06-20Merge branch 'ptp-adjphase-cleanups'David S. Miller13-56/+135
2023-06-20ptp: ocp: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu1-0/+7
2023-06-20ptp: idt82p33: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2-11/+11
2023-06-20ptp: ptp_clockmatrix: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2-20/+18
2023-06-20net/mlx5: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu1-16/+15
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu6-4/+31
2023-06-20testptp: Add support for testing ptp_clock_info .adjphase callbackRahul Rameshbabu1-1/+18
2023-06-20testptp: Remove magic numbers related to nanosecond to second conversionRahul Rameshbabu1-2/+2
2023-06-20docs: ptp.rst: Add information about NVIDIA Mellanox devicesRahul Rameshbabu1-0/+13
2023-06-20ptp: Clarify ptp_clock_info .adjphase expects an internal servo to be usedRahul Rameshbabu2-2/+20
2023-06-19Merge branch 'ipv6-random-cleanup-for-extension-header'Jakub Kicinski3-38/+5
2023-06-19ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima1-3/+0
2023-06-19ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima1-2/+2
2023-06-19ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima1-5/+1
2023-06-19ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-2/+1
2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima3-26/+1
2023-06-18Merge tag 'mlx5-updates-2023-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller33-167/+435
2023-06-18gro: move the tc_ext comparison to a helperJakub Kicinski1-13/+19
2023-06-18net: phy: at803x: Use devm_regulator_get_enable_optional()Christophe JAILLET1-37/+7
2023-06-18dt-bindings: net: phy: gpy2xx: more precise descriptionMichael Walle1-5/+6
2023-06-18ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet1-4/+9
2023-06-18crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limitDavid Howells1-1/+1
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy5-11/+60
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com5-9/+78
2023-06-17devlink: report devlink_port_type_warn source devicePetr Oros1-1/+4
2023-06-17net: mctp: remove redundant RTN_UNICAST checkLin Ma1-3/+0
2023-06-17netlink: specs: fixup openvswitch specs for code generationDonald Hunter3-24/+87
2023-06-17net: sched: Remove unused qdisc_l2t()YueHaibing1-14/+0
2023-06-17kcm: Fix unnecessary psock unreservation.David Howells1-1/+3
2023-06-16net/mlx5: Remove unused ecpu field from struct mlx5_sf_tableJiri Pirko1-1/+0
2023-06-16net/mlx5: Add header file for eventsJuhee Kang7-38/+45
2023-06-16net/mlx5: DR, update query of HCA caps for EC VFsDaniel Jurgens3-7/+10
2023-06-16net/mlx5: Fix the macro for accessing EC VF vportsDaniel Jurgens1-0/+1
2023-06-16net/mlx5e: Add local loopback counter to vport statsOr Har-Toov2-1/+32
2023-06-16net/mlx5: Expose bits for local loopback counterOr Har-Toov1-2/+4
2023-06-16net/mlx5e: Remove mlx5e_dbg() and msglvl supportGal Pressman6-66/+45
2023-06-16net/mlx5: E-Switch, remove redundant else statementsSaeed Mahameed1-4/+2
2023-06-16net/mlx5: Bridge, expose FDB state via debugfsVlad Buslov5-1/+103
2023-06-16net/mlx5: Bridge, pass net device when linking vport to bridgeVlad Buslov3-25/+29
2023-06-16net/mlx5: Create eswitch debugfs root directoryVlad Buslov2-0/+7
2023-06-16net/mlx5: Handle sync reset unload eventMoshe Shemesh4-6/+104
2023-06-16net/mlx5: Check DTOR entry value is not zeroMoshe Shemesh1-1/+2
2023-06-16net/mlx5: Expose timeout for sync reset unload stageMoshe Shemesh3-2/+7
2023-06-16net/mlx5: Ack on sync_reset_request only if PF can do reset_nowMoshe Shemesh1-13/+44
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells2-2/+4
2023-06-16sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=nEdward Cree2-0/+23