netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-21 17:23:04 to 2023-09-22 04:39:19 UTC [more...]

[RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2023-09-22  4:39 UTC  (20+ messages)
` [RFC PATCH net-next 1/6] net: ethernet: implement OPEN Alliance control transaction interface

[PATCH net 0/6] virtio-net: Fix and update interrupt moderation
 2023-09-22  4:30 UTC  (13+ messages)
` [PATCH net 1/6] virtio-net: initially change the value of tx-frames
` [PATCH net 2/6] virtio-net: fix mismatch of getting tx-frames
` [PATCH net 3/6] virtio-net: consistently save parameters for per-queue
` [PATCH net 4/6] virtio-net: fix per queue coalescing parameter setting
` [PATCH net 5/6] virtio-net: fix the vq coalescing setting for vq resize
` [PATCH net 6/6] virtio-net: a tiny comment update

[syzbot] [net?] WARNING in skb_warn_bad_offload (4)
 2023-09-22  4:28 UTC 

[syzbot] [net?] WARNING in skb_checksum_help (2)
 2023-09-22  4:28 UTC 

[PATCH v2 net-next 0/8] inet: more data-race fixes
 2023-09-22  3:42 UTC  (9+ messages)
` [PATCH v2 net-next 1/8] inet: implement lockless IP_MULTICAST_TTL
` [PATCH v2 net-next 2/8] inet: implement lockless IP_MTU_DISCOVER
` [PATCH v2 net-next 3/8] inet: implement lockless IP_TOS
` [PATCH v2 net-next 4/8] inet: lockless getsockopt(IP_OPTIONS)
` [PATCH v2 net-next 5/8] inet: lockless getsockopt(IP_MTU)
` [PATCH v2 net-next 6/8] inet: implement lockless getsockopt(IP_UNICAST_IF)
` [PATCH v2 net-next 7/8] inet: lockless IP_PKTOPTIONS implementation
` [PATCH v2 net-next 8/8] inet: implement lockless getsockopt(IP_MULTICAST_IF)

[syzbot] [net?] memory leak in tcp_md5_do_add
 2023-09-22  3:20 UTC  (5+ messages)

Urgent Bug Report Kernel crash 6.5.2
 2023-09-22  3:06 UTC  (17+ messages)

[PATCH bpf-next v5 0/9] Add cgroup sockaddr hooks for unix sockets
 2023-09-22  2:59 UTC  (10+ messages)
` [PATCH bpf-next v5 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v5 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v5 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v5 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v5 5/9] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v5 7/9] documentation/bpf: Document "
` [PATCH bpf-next v5 8/9] selftests/bpf: Make sure mount directory exists
` [PATCH bpf-next v5 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks

[RFC PATCH net-next 0/4] Introduce switch mode and TAPRIO offload support for ICSSG driver
 2023-09-21 13:37 UTC  (10+ messages)
` [RFC PATCH net-next 3/4] net: ti: icssg-prueth: Add support for ICSSG switch firmware on AM654 PG2.0 EVM

[syzbot] [wpan?] [input?] [usb?] memory leak in hwsim_add_one (2)
 2023-09-22  1:55 UTC 

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2023-09-22  1:49 UTC  (4+ messages)
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

[PATCHv3 net 0/2] IPv4: send notify when delete source address routes
 2023-09-22  1:51 UTC  (5+ messages)
` [PATCHv3 net 1/2] fib: convert fib_nh_is_v6 and nh_updated to use a single bit

[PATCH net-next v3 00/18] net/smc: implement virtual ISM extension and loopback-ism
 2023-09-21 23:32 UTC  (5+ messages)
  ` [PATCH net-next v3 12/18] net/smc: implement DMB-related operations of loopback
  ` [PATCH net-next v3 09/18] net/smc: introduce SMC-D loopback device
  ` [PATCH net-next v3 06/18] net/smc: extend GID to 128bits for virtual ISM device
  ` [PATCH net-next v3 05/18] net/smc: reserve CHID range for SMC-D virtual device

[PATCH net] net/smc: fix panic smc_tcp_syn_recv_sock() while closing listen socket
 2023-09-21 23:59 UTC  (3+ messages)

[PATCH net-next 0/3] net/intel: fix link-time undefined reference errors
 2023-09-21 23:58 UTC  (5+ messages)
` [PATCH net-next 2/3] ice: fix undefined references from DPLL code when !CONFIG_PTP_1588_CLOCK
` [Intel-wired-lan] [PATCH net-next 0/3] net/intel: fix link-time undefined reference errors

[PATCH net v5 1/3] net: replace calls to sock->ops->connect() with kernel_connect()
 2023-09-21 23:46 UTC  (3+ messages)
` [PATCH net v5 2/3] net: prevent rewrite of msg_name in sock_sendmsg()
` [PATCH net v5 3/3] net: prevent address rewrite in kernel_bind()

[PATCH net-next 0/8] net: more data-races fixes and lockless socket options
 2023-09-21 23:37 UTC  (10+ messages)
` [PATCH net-next 1/8] net: implement lockless SO_PRIORITY
` [PATCH net-next 2/8] net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSEC
` [PATCH net-next 3/8] net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()
` [PATCH net-next 4/8] net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_POLL_BUDGET
` [PATCH net-next 5/8] net: implement lockless SO_MAX_PACING_RATE
` [PATCH net-next 6/8] net: lockless implementation of SO_TXREHASH
` [PATCH net-next 7/8] net: annotate data-races around sk->sk_tx_queue_mapping
` [PATCH net-next 8/8] net: annotate data-races around sk->sk_dst_pending_confirm

[PATCH net-next v2 00/10] define and enforce phylink bindings
 2023-09-21 23:29 UTC  (7+ messages)
` [PATCH net-next v2 07/10] dt-bindings: net: enforce phylink bindings on certain ethernet controllers

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-21 22:52 UTC  (9+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations

[PATCH bpf-next v1] bpf, docs: Add loongarch64 as arch supporting BPF JIT
 2023-09-21 22:40 UTC  (2+ messages)

[PATCH v2 0/2] Fix implicit sign conversions in handshake upcall
 2023-09-21 21:56 UTC  (2+ messages)

[PATCH bpf 0/3] bpf, sockmap complete fixes for avail bytes
 2023-09-21 21:23 UTC  (4+ messages)
` [PATCH bpf 1/3] bpf: tcp_read_skb needs to pop skb regardless of seq

[PATCH net-next 0/3] ionic: better Tx SG handling
 2023-09-21 20:44 UTC  (2+ messages)

[PATCH rdma-next 0/6] Add 800Gb (XDR) speed support
 2023-09-21 20:42 UTC  (2+ messages)

[PATCH net-next 00/18] net/smc: implement virtual ISM extension and loopback-ism
 2023-09-21 20:41 UTC  (3+ messages)
` [PATCH net-next 01/18] net/smc: decouple ism_dev from SMC-D device dump

[PATCH net-next v2 0/3] Wangxun ethtool stats
 2023-09-21 20:33 UTC  (2+ messages)

[PATCH net] net: stmmac: platform: fix the incorrect parameter
 2023-09-21 20:25 UTC  (2+ messages)

[PATCH net-next v2] net: ti: icssg_prueth: add TAPRIO offload support
 2023-09-21 20:14 UTC  (5+ messages)

[PATCH net-next v5 0/2] net: stmmac: improve driver statistics
 2023-09-21 20:14 UTC  (5+ messages)
` [PATCH net-next v5 2/2] net: stmmac: use per-queue 64 bit statistics where necessary

[PATCH net-next v2] openvswitch: reduce stack usage in do_execute_actions
 2023-09-21 19:58 UTC  (2+ messages)

[PATCH net] neighbour: fix data-races around n->output
 2023-09-21 19:56 UTC  (3+ messages)

[GIT PULL] Networking for 6.6-rc3
 2023-09-21 19:50 UTC  (3+ messages)

[PATCH net-next] openvswitch: reduce stack usage in do_execute_actions
 2023-09-21 19:37 UTC  (3+ messages)

[PATCH] sky2: Make sure there is at least one frag_addr available
 2023-09-21 14:14 UTC  (3+ messages)

[PATCH net] net: fix possible store tearing in neigh_periodic_work()
 2023-09-21 19:33 UTC  (2+ messages)

[PATCH v5 net-next 0/5] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-09-21 19:32 UTC  (14+ messages)
` [PATCH v5 net-next 1/5] net: dsa: propagate extack to ds->ops->port_hsr_join()
` [PATCH v5 net-next 2/5] net: dsa: notify drivers of MAC address changes on user ports
` [PATCH v5 net-next 3/5] net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplication
` [PATCH v5 net-next 4/5] net: dsa: microchip: move REG_SW_MAC_ADDR to dev->info->regs[]
` [PATCH v5 net-next 5/5] net: dsa: microchip: Enable HSR offloading for KSZ9477

[PATCH net-next 0/8] inet: more data-race fixes
 2023-09-21 19:24 UTC  (18+ messages)
` [PATCH net-next 1/8] inet: implement lockless IP_MULTICAST_TTL
` [PATCH net-next 2/8] inet: implement lockless IP_MTU_DISCOVER
` [PATCH net-next 3/8] inet: implement lockless IP_TOS
` [PATCH net-next 4/8] inet: lockless getsockopt(IP_OPTIONS)
` [PATCH net-next 5/8] inet: lockless getsockopt(IP_MTU)
` [PATCH net-next 6/8] inet: implement lockless getsockopt(IP_UNICAST_IF)
` [PATCH net-next 7/8] inet: lockless IP_PKTOPTIONS implementation
` [PATCH net-next 8/8] inet: implement lockless getsockopt(IP_MULTICAST_IF)

[GIT PULL] Networking for 6.6-rc3
 2023-09-21 19:06 UTC  (3+ messages)

[PATCH net-next 1/2] sock: Code cleanup on __sk_mem_raise_allocated()
 2023-09-21 19:01 UTC  (3+ messages)
` [PATCH net-next 2/2] sock: Fix improper heuristic on raising memory

[syzbot] [tipc?] KMSAN: uninit-value in __tipc_nl_bearer_enable (2)
 2023-09-21  9:36 UTC 

[PATCH v1 net-next 0/5] Analyze and Reorganize core Networking Structs to optimize cacheline consumption
 2023-09-21  6:47 UTC  (9+ messages)
` [PATCH v1 net-next 1/5] Documentations: Analyze heavily used Networking related structs
` [PATCH v1 net-next 3/5] netns-ipv4: reorganize netns_ipv4 fast path variables

[PATCH bpf-next 0/8] Add a test for SHARED_UMEM feature
 2023-09-21  7:28 UTC  (6+ messages)
` [PATCH bpf-next 4/8] selftests/xsk: iterate over all the sockets in the receive pkts function
` [PATCH bpf-next 6/8] selftests/xsk: iterate over all the sockets in the send "

[PATCH net v3] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-09-21 11:09 UTC  (2+ messages)

[PATCH] bpf, sockmap: fix deadlocks in the sockhash and sockmap
 2023-09-21  4:52 UTC  (5+ messages)

[syzbot] [tipc?] KMSAN: uninit-value in tipc_nl_node_reset_link_stats
 2023-09-21  9:36 UTC 

[net-next v4 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-09-21  9:36 UTC  (3+ messages)

[PATCH v2 net-next 0/3] net: use DEV_STATS_xxx() helpers in virtio_net and l2tp_eth
 2023-09-21  8:52 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] net: add DEV_STATS_READ() helper
` [PATCH v2 net-next 2/3] virtio_net: avoid data-races on dev->stats fields
` [PATCH v2 net-next 3/3] net: l2tp_eth: use generic "

[PATCH 0/7] Series to deliver Ethernets for STM32MP13
 2023-09-21 16:22 UTC  (6+ messages)
` [PATCH 2/7] net: ethernet: stmmac: rework glue to simplify management for next stm32
` [PATCH 4/7] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13
` [PATCH 5/7] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board
` [PATCH 6/7] ARM: dts: stm32: add ethernet1 and ethernet2 for STM32MP135F-DK board

[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
 2023-09-21 15:10 UTC  (7+ messages)
` [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions

[PATCH net-next v4 0/6] bridge: Add a limit on learned FDB entries
 2023-09-21 10:19 UTC  (9+ messages)
` [PATCH net-next v4 2/6] net: bridge: Set strict_start_type for br_policy
` [PATCH net-next v4 5/6] net: bridge: Add a configurable default FDB learning limit

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2023-09-21 14:55 UTC  (8+ messages)

[PATCH net v4 3/3] net: prevent address rewrite in kernel_bind()
 2023-09-21 18:08 UTC  (7+ messages)

[PATCH 0/4] tracing: improve symbolic printing
 2023-09-21 17:54 UTC  (3+ messages)
` [RFC PATCH 3/4] net: drop_monitor: use drop_reason_lookup()

[PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
 2023-09-21 14:09 UTC  (9+ messages)
` [PATCH net-next v3 2/5] net: pcs: xpcs: combine C37 SGMII AN and 2500BASEX for Intel mGbE controller
` [PATCH net-next v3 3/5] net: phy: update in-band AN mode when changing interface by PHY driver
` [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support

[PATCH net-next v9 0/6] introduce page_pool_alloc() related API
 2023-09-21 11:59 UTC  (4+ messages)
` [PATCH net-next v9 5/6] page_pool: update document about frag API

[PATCH net-next v2 0/2] r8152: modify rx_bottom
 2023-09-21 13:39 UTC  (5+ messages)
` [PATCH net-next v2 1/2] r8152: remove queuing rx packets in driver

[net-next PATCH] net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI
 2023-09-21 14:40 UTC  (3+ messages)

[PATCH iwl-next 0/2] ethtool: Add link mode maps for forced speeds
 2023-09-21 13:51 UTC  (3+ messages)
` [PATCH net-next v2 1/2] ethtool: Add forced speed to supported link modes maps
` [PATCH net-next v2 2/2] ice: Refactor finding advertised link speed

[RFC PATCH net-next 0/2] net: Use SMP threads for backlog NAPI
 2023-09-21 10:41 UTC  (5+ messages)
` [RFC PATCH net-next 1/2] "

[PATCH net-next] idpf: fix undefined reference to tcp_gro_complete() when !CONFIG_INET
 2023-09-21 12:59 UTC 

[PATCH] i40e: Add rx_missed_errors for buffer exhaustion
 2023-09-21  6:22 UTC  (2+ messages)
` [Intel-wired-lan] "

[net-next PatchV3] octeontx2-pf: Tc flower offload support for MPLS
 2023-09-21  8:50 UTC 

[PATCH net v2 0/3] Add missing xdp_do_flush() invocations
 2023-09-21  7:01 UTC  (4+ messages)
` [PATCH net v2 3/3] octeontx2-pf: Do xdp_do_flush() after redirects

[PATCH v12 net-next 00/23] net/tcp: Add TCP-AO support
 2023-09-21 11:23 UTC  (4+ messages)
` [PATCH v12 net-next 06/23] net/tcp: Add TCP-AO sign to outgoing packets

[PATCH net v4 2/3] net: prevent rewrite of msg_name in sock_sendmsg()
 2023-09-21 12:30 UTC  (4+ messages)

[PATCH v1 0/2] Fix implicit sign conversions in handshake upcall
 2023-09-21  8:59 UTC  (2+ messages)

[PATCH net-next] netdev: Remove unneeded semicolon
 2023-09-21 13:07 UTC  (3+ messages)

[PATCH net-next v5 0/7] Add MACsec support for TJA11XX C45 PHYs
 2023-09-21 15:11 UTC  (3+ messages)
` [PATCH net-next v5 3/7] net: macsec: indicate next pn update when offloading

[PATCH 0/2] net: stmmac: dwmac-stm32: fix resume on STM32 MCU
 2023-09-21  7:55 UTC  (3+ messages)
` [PATCH 2/2] net: stmmac: dwmac-stm32: refactor clock config

[PATCH net-next 0/3] tcp: add tcp_delack_max()
 2023-09-21 12:58 UTC  (6+ messages)
` [PATCH net-next 3/3] tcp: derive delack_max from rto_min

[RFC v2 0/4] Support reconnection in vduse
 2023-09-21 14:06 UTC  (4+ messages)
` [RFC v2 1/4] vduse: Add function to get/free the pages for reconnection


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).