netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-04 08:43:41 to 2024-03-04 16:30:28 UTC [more...]

[PATCH] ss: fix output of MD5 signature keys configured on TCP sockets
 2024-03-04 16:30 UTC  (3+ messages)

[PATCH] tc: Fix json output for f_u32
 2024-03-04 16:30 UTC  (2+ messages)

[PATCH 0/2] Add properties in dwmac-stm32 documentation
 2024-03-04 16:24 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: net: add new property st,ext-phyclk in documentation for stm32

[PATCH net-next 0/7] net: ipa: simplify device pointer access
 2024-03-04 16:24 UTC  (5+ messages)
` [PATCH net-next 1/7] net: ipa: change ipa_interrupt_config() prototype

[PATCH net-next v1 0/4] tools/net/ynl: Add support for nlctrl netlink family
 2024-03-04 16:21 UTC  (6+ messages)
` [PATCH net-next v1 3/4] tools/net/ynl: Extend array-nest for multi level nesting

[PATCH net-next 0/4] tools: ynl: add --dbg-small-recv for easier kernel testing
 2024-03-04 16:20 UTC  (14+ messages)
` [PATCH net-next 1/4] tools: ynl: move the new line in NlMsg __repr__
` [PATCH net-next 2/4] tools: ynl: allow setting recv() size
` [PATCH net-next 3/4] tools: ynl: support debug printing messages
` [PATCH net-next 4/4] tools: ynl: add --dbg-small-recv for easier kernel testing

[PATCH v4 net-next 00/15] af_unix: Rework GC
 2024-03-04 16:18 UTC  (2+ messages)

[PATCH v2 0/2] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-04 16:16 UTC  (4+ messages)
` [PATCH v2 2/2] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
 2024-03-04 16:15 UTC  (2+ messages)

[PATCH net v1 1/1] net: dsa: microchip: make sure drive strength configuration is not lost by soft reset
 2024-03-04 16:12 UTC  (4+ messages)

[PATCH net-next 0/3] Add support for TI DP83826 configuration
 2024-03-04 16:06 UTC  (7+ messages)
` [PATCH net-next 1/3] dt-bindings: net: dp83822: support configuring RMII master/slave mode

[PATCH net] net: sparx5: Fix use after free inside sparx5_del_mact_entry
 2024-03-04 15:50 UTC  (2+ messages)

[PATCH net-next] selftests/net: force synchronized GC for a test
 2024-03-04 15:44 UTC  (6+ messages)

[PATCH v6 0/3] wifi: ath11k: hibernation support
 2024-03-04 15:42 UTC  (3+ messages)
` [PATCH v6 3/3] wifi: ath11k: support hibernation

[PATCH] net: dsa: microchip: fix register write order in ksz8_ind_write8()
 2024-03-04 15:41 UTC 

[PATCH] netdev: Use flexible array for trailing private bytes
 2024-03-04 15:24 UTC  (9+ messages)

[PATCH] net: hsr: Use full string description when opening HSR network device
 2024-03-04 15:17 UTC  (5+ messages)

[PATCH net-next v10 00/13] Introduce PHY listing and link_topology tracking
 2024-03-04 15:10 UTC  (14+ messages)
` [PATCH net-next v10 01/13] net: phy: Introduce ethernet link topology representation
` [PATCH net-next v10 02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
` [PATCH net-next v10 03/13] net: phy: add helpers to handle sfp phy connect/disconnect
` [PATCH net-next v10 04/13] net: sfp: Add helper to return the SFP bus name
` [PATCH net-next v10 05/13] net: ethtool: Allow passing a phy index for some commands
` [PATCH net-next v10 06/13] netlink: specs: add phy-index as a header parameter
` [PATCH net-next v10 07/13] net: ethtool: Introduce a command to list PHYs on an interface
` [PATCH net-next v10 08/13] netlink: specs: add ethnl PHY_GET command set
` [PATCH net-next v10 09/13] net: ethtool: plca: Target the command to the requested PHY
` [PATCH net-next v10 10/13] net: ethtool: pse-pd: "
` [PATCH net-next v10 11/13] net: ethtool: cable-test: "
` [PATCH net-next v10 12/13] net: ethtool: strset: Allow querying phy stats by index
` [PATCH net-next v10 13/13] Documentation: networking: document phy_link_topology

[PATCH net-next v2 00/22] Introducing OpenVPN Data Channel Offload
 2024-03-04 15:09 UTC  (23+ messages)
` [PATCH net-next v2 01/22] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v2 02/22] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v2 03/22] ovpn: add basic netlink support
` [PATCH net-next v2 04/22] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v2 05/22] ovpn: implement interface creation/destruction via netlink
` [PATCH net-next v2 06/22] ovpn: introduce the ovpn_peer object
` [PATCH net-next v2 07/22] ovpn: introduce the ovpn_socket object
` [PATCH net-next v2 08/22] ovpn: implement basic TX path (UDP)
` [PATCH net-next v2 09/22] ovpn: implement basic RX "
` [PATCH net-next v2 10/22] ovpn: implement packet processing
` [PATCH net-next v2 11/22] ovpn: store tunnel and transport statistics
` [PATCH net-next v2 12/22] ovpn: implement TCP transport
` [PATCH net-next v2 13/22] ovpn: implement multi-peer support
` [PATCH net-next v2 14/22] ovpn: implement peer lookup logic
` [PATCH net-next v2 15/22] ovpn: implement keepalive mechanism
` [PATCH net-next v2 16/22] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v2 17/22] ovpn: add support for peer floating
` [PATCH net-next v2 18/22] ovpn: implement peer add/dump/delete via netlink
` [PATCH net-next v2 19/22] ovpn: implement key add/del/swap "
` [PATCH net-next v2 20/22] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v2 21/22] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v2 22/22] ovpn: add basic ethtool support

[PATCH net-next 0/6] selftests: forwarding: Various improvements
 2024-03-04 14:43 UTC  (8+ messages)
` [PATCH net-next 1/6] selftests: forwarding: Remove IPv6 L3 multipath hash tests
` [PATCH net-next 2/6] selftests: forwarding: Parametrize mausezahn delay
` [PATCH net-next 3/6] selftests: forwarding: Make tc-police pass on debug kernels
` [PATCH net-next 4/6] selftests: forwarding: Make vxlan-bridge-1q "
` [PATCH net-next 5/6] selftests: forwarding: Make VXLAN ECN encap tests more robust
` [PATCH net-next 6/6] selftests: forwarding: Make {, ip6}gre-inner-v6-multipath "

[PATCH net-next v5 0/7] Fix missing PHY-to-MAC RX clock
 2024-03-04 14:42 UTC  (20+ messages)
` [PATCH net-next v5 1/7] net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flags
` [PATCH net-next v5 2/7] net: phylink: add rxc_always_on flag to phylink_pcs
` [PATCH net-next v5 3/7] net: stmmac: don't rely on lynx_pcs presence to check for a PHY
` [PATCH net-next v5 4/7] net: stmmac: Support a generic PCS field in mac_device_info
` [PATCH net-next v5 5/7] net: stmmac: Signal to PHY/PCS drivers to keep RX clock on
` [PATCH net-next v5 6/7] net: phy: qcom: at803x: Avoid hibernating if MAC requires RX clock
` [PATCH net-next v5 7/7] net: pcs: rzn1-miic: Init RX clock early if MAC requires it

[PATCH net-next v5 00/17] net: Add support for Power over Ethernet (PoE)
 2024-03-04 14:23 UTC  (9+ messages)
` [PATCH net-next v5 13/17] net: pse-pd: Use regulator framework within PSE framework

[PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver
 2024-03-04 14:19 UTC  (3+ messages)
  ` [xdp-hints] "

[PATCH iproute2-next v3] iproute2: move generic_proc_open into lib
 2024-03-04 14:13 UTC 

[PATCH net-next v4] net: dqs: add NIC stall detector based on BQL
 2024-03-04 14:08 UTC 

This is the fourth time I’ve tried to find what led to the regression of outgoing network speed and each time I find the merge commit 8c94ccc7cd691472461448f98e2372c75849406c
 2024-03-04 14:10 UTC  (8+ messages)
                        ` This is the fourth time I've "

[PATCH net-next v3 0/2] net: phy: micrel: lan8814 erratas
 2024-03-04 14:08 UTC  (6+ messages)
` [PATCH net-next v3 1/2] net: phy: micrel: lan8814 led errata
` [PATCH net-next v3 2/2] net: phy: micrel: lan8814 cable improvement errata

[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-03-04 13:58 UTC  (4+ messages)

[PATCH net-next v2] net/nlmon: Cancel setting the fields of statistics to zero
 2024-03-04 13:57 UTC  (5+ messages)

[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
 2024-03-04 13:45 UTC  (7+ messages)

[PATCH net-next v2 0/9] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-03-04 13:22 UTC  (6+ messages)

[PATCH net-next 0/4] net: gro: cleanups and fast path refinement
 2024-03-04 13:14 UTC  (8+ messages)
` [PATCH net-next 2/4] net: gro: change skb_gro_network_header()

[PATCH net-next 00/15] mptcp: userspace pm: 'dump addrs' and 'get addr'
 2024-03-04 13:10 UTC  (2+ messages)

[PATCH net 0/2] selftests: mptcp: fixes for diag.sh
 2024-03-04 13:10 UTC  (2+ messages)

[PATCH net-next v2 0/7] Support for nexthop group statistics
 2024-03-04 11:09 UTC  (4+ messages)
` [PATCH net-next v2 4/7] net: nexthop: Expose nexthop group stats to user space

[PATCH net v2] netfilter: Add protection for bmp length out of range
 2024-03-04 12:41 UTC  (4+ messages)

Reaching official SMC maintainers
 2024-03-04 12:35 UTC  (3+ messages)

[PATCH ipsec 0/2] Improve packet offload for dual stack
 2024-03-04 12:24 UTC  (3+ messages)
` [PATCH ipsec 1/2] xfrm: fix xfrm child route lookup for packet offload
` [PATCH ipsec 2/2] xfrm: set skb control buffer based on packet offload as well

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2024-03-04 12:15 UTC  (13+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
  ` [bug report] dead loop in generic_perform_write() //Re: "

[PATCH] inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT
 2024-03-04 12:08 UTC  (3+ messages)

[pull request][net-next V4 00/15] mlx5 socket direct (Multi-PF)
 2024-03-04 12:03 UTC  (3+ messages)
` [net-next V4 15/15] Documentation: networking: Add description for multi-pf netdev

[PATCH net-next v2 0/7] net: ipa: simplify device pointer access
 2024-03-04 11:50 UTC  (2+ messages)

[PATCH net-next 0/2] tools: ynl: clean up make clean
 2024-03-04 10:23 UTC  (5+ messages)
` [PATCH net-next 1/2] tools: ynl: rename make hardclean -> distclean
` [PATCH net-next 2/2] tools: ynl: remove __pycache__ during clean

[PATCH net 0/3] net: lan743x: Fixes for multiple WOL related issues
 2024-03-04 11:20 UTC  (7+ messages)
` [PATCH net 3/3] net: lan743x: Address problems with wake option flags configuration sequences

[net-next,v3 0/6] ravb: Align Rx descriptor setup and maintenance
 2024-03-04 11:08 UTC  (7+ messages)
` [net-next,v3 1/6] ravb: Group descriptor types used in Rx ring
` [net-next,v3 2/6] ravb: Make it clear the information relates to maximum frame size
` [net-next,v3 3/6] ravb: Create helper to allocate skb and align it
` [net-next,v3 4/6] ravb: Use the max frame size from hardware info for RZ/G2L
` [net-next,v3 5/6] ravb: Move maximum Rx descriptor data usage to info struct
` [net-next,v3 6/6] ravb: Unify Rx ring maintenance code paths

[PATCH net-next 0/4] mptcp: add TCP_NOTSENT_LOWAT sockopt support
 2024-03-04 11:00 UTC  (2+ messages)

[PATCH v5.15-v5.4] fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
 2024-03-04 10:49 UTC  (2+ messages)

[PATCH net RESEND] net: ethernet: ti: am65-cpsw: Add IFF_UNICAST_FLT flag to port device
 2024-03-04 10:27 UTC  (5+ messages)

[net-next] Octeontx2-af: Fix an issue in firmware shared data reserved space
 2024-03-04 10:20 UTC  (2+ messages)

[PATCH net-next 1/2] net: nlmon: Remove init and uninit functions
 2024-03-04 10:20 UTC  (2+ messages)

[PATCH net] page_pool: fix netlink dump stop/resume
 2024-03-04 10:20 UTC  (2+ messages)

[PATCH net-next 0/3] gve: Add header split support
 2024-03-04 10:10 UTC  (2+ messages)

[PATCH net-next] eth: igc: remove unused embedded struct net_device
 2024-03-04 10:10 UTC  (2+ messages)

[PATCH net-next] net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
 2024-03-04 10:05 UTC  (2+ messages)

[PATCH net-next] net: ip6_tunnel: Leverage core stats allocator
 2024-03-04 10:00 UTC  (2+ messages)

[PATCH net] geneve: make sure to pull inner header in geneve_rx()
 2024-03-04 10:00 UTC  (2+ messages)

[PATCH net] drivers/net/bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
 2024-03-04  9:53 UTC 

[RFC] net: esp: fix bad handling of pages from page_pool
 2024-03-04  9:48 UTC 

[PATCH net-next 00/12] ionic: code cleanup and performance tuning
 2024-03-04  9:40 UTC  (2+ messages)

[PATCH] tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string
 2024-03-04  9:40 UTC  (2+ messages)

[PATCH net-next v2 0/2] tcp: add two missing addresses when using trace
 2024-03-04  9:29 UTC  (3+ messages)
` [PATCH net-next v2 1/2] tcp: add tracing of skb/skaddr in tcp_event_sk_skb class
` [PATCH net-next v2 2/2] tcp: add tracing of skbaddr in tcp_event_skb class

[PATCH net-next 0/4] pull-request: can-next 2024-03-04
 2024-03-04  9:13 UTC  (5+ messages)
` [PATCH net-next 1/4] can: kvaser_usb: Add support for Leaf v3
` [PATCH net-next 2/4] can: kvaser_pciefd: Add support for Kvaser PCIe 8xCAN
` [PATCH net-next 3/4] can: gs_usb: gs_cmd_reset(): use cpu_to_le32() to assign mode
` [PATCH net-next 4/4] can: mcp251xfd: __mcp251xfd_get_berr_counter(): use CAN_BUS_OFF_THRESHOLD instead of open coding it

[PATCH] net: raise RCU qs after each threaded NAPI poll
 2024-03-04  9:16 UTC  (8+ messages)

[PATCH] ptp: fc3: Convert to platform remove callback returning void
 2024-03-04  9:13 UTC 

[PATCH][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-04  9:00 UTC  (2+ messages)

[PATCH net-next 1/2] net: bareudp: Do not allocate stats in the driver
 2024-03-04  9:00 UTC  (2+ messages)

[RESEND] dt-bindings: leds: pwm-multicolour: re-allow active-low
 2024-03-04  9:00 UTC  (2+ messages)

Build regressions/improvements in v6.8-rc7
 2024-03-04  9:00 UTC 

[PATCH net-next 0/2] net: better use of skb helpers
 2024-03-04  8:50 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: phy: micrel: lan8814 erratas
 2024-03-04  8:48 UTC  (6+ messages)
` [PATCH net-next v2 2/2] net: phy: micrel: lan8814 cable improvement errata

[PATCH net-next v2 00/21] rxrpc: Miscellaneous changes and make use of MSG_SPLICE_PAGES
 2024-03-04  8:43 UTC  (17+ messages)
` [PATCH net-next v2 05/21] rxrpc: Strip barriers and atomics off of timer tracking
` [PATCH net-next v2 07/21] rxrpc: Do lazy DF flag resetting
` [PATCH net-next v2 08/21] rxrpc: Merge together DF/non-DF branches of data Tx function
` [PATCH net-next v2 09/21] rxrpc: Add a kvec[] to the rxrpc_txbuf struct
` [PATCH net-next v2 10/21] rxrpc: Split up the DATA packet transmission function
` [PATCH net-next v2 11/21] rxrpc: Don't pick values out of the wire header when setting up security
` [PATCH net-next v2 12/21] rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()
` [PATCH net-next v2 13/21] rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
` [PATCH net-next v2 14/21] rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
` [PATCH net-next v2 15/21] rxrpc: Parse received packets before dealing with timeouts
` [PATCH net-next v2 16/21] rxrpc: Don't permit resending after all Tx packets acked
` [PATCH net-next v2 17/21] rxrpc: Differentiate PING ACK transmission traces
` [PATCH net-next v2 18/21] rxrpc: Use ktimes for call timeout tracking and set the timer lazily
` [PATCH net-next v2 19/21] rxrpc: Record probes after transmission and reduce number of time-gets
` [PATCH net-next v2 20/21] rxrpc: Clean up the resend algorithm
` [PATCH net-next v2 21/21] rxrpc: Extract useful fields from a received ACK to skb priv data


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).