netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-07 05:48:49 to 2024-11-07 13:31:04 UTC [more...]

[PATCH net-next v2 0/8] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-07 13:30 UTC  (9+ messages)
` [PATCH net-next v2 1/8] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v2 2/8] rtnetlink: Add netns_atomic flag in rtnl_link_ops
` [PATCH net-next v2 3/8] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v2 4/8] net: ip_tunnel: Add source netns support for newlink
` [PATCH net-next v2 5/8] net: ip_gre: Add netns_atomic module parameter
` [PATCH net-next v2 6/8] net: dummy: Set netns_atomic in rtnl ops for testing
` [PATCH net-next v2 7/8] tools/net/ynl: Add retry limit for async notification
` [PATCH net-next v2 8/8] selftests: net: Add two test cases for link netns

[PATCH net v2 0/7] Double free fixes and NULL pointer checks
 2024-11-07 13:28 UTC  (8+ messages)
` [PATCH net v2 1/7] octeon_ep: Add checks to fix double free crashes
` [PATCH net v2 2/7] octeon_ep: Fix null dereferences to IQ/OQ pointers
` [PATCH net v2 3/7] octeon_ep: add protective null checks in napi callbacks for cn9k cards
` [PATCH net v2 4/7] octeon_ep: add protective null checks in napi callbacks for cnxk cards
` [PATCH net v2 5/7] octeon_ep_vf: Fix null dereferences to IQ/OQ pointers
` [PATCH net v2 6/7] octeon_ep_vf: add protective null checks in napi callbacks for cn9k cards
` [PATCH net v2 7/7] octeon_ep_vf: add protective null checks in napi callbacks for cnxk cards

[PATCH net-next v3 0/3] SO_PRIORITY cmsg patch summary
 2024-11-07 13:22 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: Introduce sk_set_prio_allowed helper function
` [PATCH net-next v3 2/3] net: support SO_PRIORITY cmsg
` [PATCH net-next v3 3/3] selftest: net: test SO_PRIORITY ancillary data with cmsg_sender

[PATCH 1/3] dt-bindings: net: nuvoton: Add schema for Nuvoton MA35 family GMAC
 2024-11-07 13:18 UTC  (6+ messages)
    ` [PATCH 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in l2cap_register_user
 2024-11-07 13:17 UTC 

[PATCH net] ipmr: Fix access to mfc_cache_list without lock held
 2024-11-07 13:13 UTC  (2+ messages)

[PATCH net-next] bnxt_en: add unlocked version of bnxt_refclk_read
 2024-11-07 13:11 UTC  (4+ messages)

[PATCH v5 net-next 00/13] AccECN protocol preparation patch series
 2024-11-07 13:00 UTC  (27+ messages)
` [PATCH v5 net-next 01/13] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
` [PATCH v5 net-next 02/13] tcp: create FLAG_TS_PROGRESS
` [PATCH v5 net-next 03/13] tcp: use BIT() macro in include/net/tcp.h
` [PATCH v5 net-next 04/13] tcp: extend TCP flags to allow AE bit/ACE field
` [PATCH v5 net-next 05/13] tcp: reorganize SYN ECN code
` [PATCH v5 net-next 06/13] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
` [PATCH v5 net-next 07/13] tcp: helpers for ECN mode handling
` [PATCH v5 net-next 08/13] gso: AccECN support
` [PATCH v5 net-next 09/13] gro: prevent ACE field corruption & better AccECN handling
` [PATCH v5 net-next 10/13] tcp: AccECN support to tcp_add_backlog
` [PATCH v5 net-next 11/13] tcp: allow ECN bits in TOS/traffic class
` [PATCH v5 net-next 12/13] tcp: Pass flags to __tcp_send_ack
` [PATCH v5 net-next 13/13] tcp: fast path functions later

[PATCH v2 0/2] Fix the arc emac driver
 2024-11-07 13:00 UTC  (2+ messages)

[PATCH v5 0/7] rust: Add IO polling
 2024-11-07 12:59 UTC  (7+ messages)
` [PATCH v5 6/7] rust: Add read_poll_timeout functions

[PATCH net-next v5 0/9] net: ip: add drop reasons to input route
 2024-11-07 12:56 UTC  (10+ messages)
` [PATCH net-next v5 1/9] net: ip: make fib_validate_source() support drop reasons
` [PATCH net-next v5 2/9] net: ip: make ip_route_input_mc() return drop reason
` [PATCH net-next v5 3/9] net: ip: make ip_mc_validate_source() "
` [PATCH net-next v5 4/9] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH net-next v5 5/9] net: ip: make ip_route_input_rcu() "
` [PATCH net-next v5 6/9] net: ip: make ip_route_input_noref() "
` [PATCH net-next v5 7/9] net: ip: make ip_route_input() "
` [PATCH net-next v5 8/9] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH net-next v5 9/9] net: ip: make ip_route_use_hint() "

[PATCH v5 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family
 2024-11-07 12:52 UTC  (18+ messages)
` [PATCH v5 01/17] dt-bindings: net: wireless: cc33xx: Add ti,cc33xx.yaml
` [PATCH v5 02/17] wifi: cc33xx: Add cc33xx.h, cc33xx_i.h
` [PATCH v5 03/17] wifi: cc33xx: Add debug.h
` [PATCH v5 04/17] wifi: cc33xx: Add sdio.c, io.c, io.h
` [PATCH v5 05/17] wifi: cc33xx: Add cmd.c, cmd.h
` [PATCH v5 06/17] wifi: cc33xx: Add acx.c, acx.h
` [PATCH v5 07/17] wifi: cc33xx: Add event.c, event.h
` [PATCH v5 08/17] wifi: cc33xx: Add boot.c, boot.h
` [PATCH v5 09/17] wifi: cc33xx: Add main.c
` [PATCH v5 10/17] wifi: cc33xx: Add rx.c, rx.h
` [PATCH v5 11/17] wifi: cc33xx: Add tx.c, tx.h
` [PATCH v5 12/17] wifi: cc33xx: Add init.c, init.h
` [PATCH v5 13/17] wifi: cc33xx: Add scan.c, scan.h
` [PATCH v5 14/17] wifi: cc33xx: Add conf.h
` [PATCH v5 15/17] wifi: cc33xx: Add ps.c, ps.h
` [PATCH v5 16/17] wifi: cc33xx: Add testmode.c, testmode.h
` [PATCH v5 17/17] wifi: cc33xx: Add Kconfig, Makefile

[PATCH v2 1/2] net: netlink: add nla_get_*_default() accessors
 2024-11-07 12:43 UTC  (2+ messages)
` [PATCH v2 2/2] net: convert to nla_get_*_default()

[PATCH net-next v2 0/2] net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX
 2024-11-07 12:41 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: ethernet: ti: am65-cpsw: update pri_thread_map as per IEEE802.1Q-2014
` [PATCH net-next v2 2/2] net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RX

[net-next v8 0/3] net: wwan: t7xx: Add t7xx debug ports
 2024-11-07 12:40 UTC  (2+ messages)

[net-next 0/3] Add Aspeed G7 FTGMAC100 support
 2024-11-07 12:38 UTC  (5+ messages)
` [net-next 1/3] dt-bindings: net: ftgmac100: support for AST2700
` [net-next 2/3] net: faraday: Add ARM64 in FTGMAC100 "
` [net-next 3/3] net: ftgmac100: Support "

[PATCH net-next] octeon_ep: add ndo ops for VFs in PF driver
 2024-11-07 12:16 UTC 

[PATCH net-next 0/5] Add PCS support for Qualcomm IPQ9574 SoC
 2024-11-07 12:12 UTC  (6+ messages)
` [PATCH net-next 2/5] net: pcs: Add PCS driver "

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-11-07 12:13 UTC  (10+ messages)

[PATCH net-next] net: ppp: remove ppp->closing check
 2024-11-07 12:08 UTC  (2+ messages)

[PATCH net-next] ice: Fix NULL pointer dereference in switchdev
 2024-11-07 12:08 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net] net: atlantic: use irq_update_affinity_hint()
 2024-11-07 12:07 UTC 

[iwl-next v1] ice: add recipe priority check in search
 2024-11-07 12:06 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] eth: fbnic: Add PCIe hardware statistics
 2024-11-07 12:03 UTC  (7+ messages)

[PATCH net v2] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
 2024-11-07 12:03 UTC  (3+ messages)

[PATCH net-next 01/11] netfilter: Make legacy configs user selectable
 2024-11-07 12:00 UTC  (2+ messages)

[PATCH net] net/smc: do not leave a dangling sk pointer in __smc_create()
 2024-11-07 11:56 UTC  (4+ messages)

[PATCH v3 0/9] vhost: Add support of kthread API
 2024-11-07 11:50 UTC  (6+ messages)
` [PATCH v3 7/9] vhost: Add new UAPI to support change to task mode

[PATCH 1/2] xfrm: add SA information to the offloaded packet
 2024-11-07 11:50 UTC  (8+ messages)

[PATCH net 0/1] Netfilter fix for net
 2024-11-07 11:26 UTC  (4+ messages)
` [PATCH net 1/1] netfilter: nf_tables: wait for rcu grace period on net_device removal

[PATCH net-next 0/3] net: netpoll: Improve SKB pool management
 2024-11-07 11:50 UTC  (11+ messages)
` [PATCH net-next 1/3] net: netpoll: Defer skb_pool population until setup success

[PATCH net 0/4] virtio_net: Make RSS interact properly with queue number
 2024-11-07 11:50 UTC  (5+ messages)
` [PATCH net 4/4] virtio_net: Update rss when set queue

[PATCH net] nfp: use irq_update_affinity_hint()
 2024-11-07 11:50 UTC 

[PATCH net-next] geneve: Use pcpu stats to update rx_dropped counter
 2024-11-07 11:41 UTC 

[PATCH iwl-net] ice: fix PHY timestamp extraction for ETH56G
 2024-11-07 11:32 UTC 

[PATCH net 0/1] Netfilter fix for net
 2024-11-07 11:32 UTC  (2+ messages)
` [PATCH net 1/1] netfilter: nf_tables: wait for rcu grace period on net_device removal

[PATCH] net: qrtr: mhi: synchronize qrtr and mhi preparation
 2024-11-07 11:27 UTC  (2+ messages)

[PATCH v3 6/9] vhost: Add kthread support in function vhost_worker_destroy()
 2024-11-07 11:24 UTC  (2+ messages)

[PATCH net-next v2] eth: fbnic: Add PCIe hardware statistics
 2024-11-07 11:23 UTC  (2+ messages)

[PATCH v3 5/9] vhost: Add kthread support in function vhost_worker_queue()
 2024-11-07 11:12 UTC  (3+ messages)

[PATCH net-next v3 0/3] fix two bugs related to page_pool
 2024-11-07 11:10 UTC  (26+ messages)
` [PATCH net-next v3 2/3] page_pool: fix timing for checking and disabling napi_local
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound

[PATCH RFC net-next v2 00/18] Add support for PSE port priority
 2024-11-07 10:47 UTC  (4+ messages)
` [PATCH RFC net-next v2 03/18] net: pse-pd: tps23881: Use helpers to calculate bit offset for a channel

linux-next: manual merge of the pinctrl tree with the net-next tree
 2024-11-07 10:43 UTC 

[PATCH net-next v5] eth: fbnic: Add support to write TCE TCAM entries
 2024-11-07 10:40 UTC  (2+ messages)

[syzbot] [net?] [s390?] Unable to handle kernel execute from non-executable memory at virtual address ADDR
 2024-11-07 10:39 UTC 

[PATCH] mptcp: fix possible integer overflow in mptcp_reset_tout_timer
 2024-11-07 10:36 UTC 

[PATCH net 0/4] virtio/vsock: Fix memory leaks
 2024-11-07 10:22 UTC  (9+ messages)
` [PATCH net 1/4] virtio/vsock: Fix accept_queue memory leak
` [PATCH net 2/4] virtio/vsock: Fix sk_error_queue "
` [PATCH net 3/4] virtio/vsock: Improve MSG_ZEROCOPY error handling
` [PATCH net 4/4] virtio/vsock: Put vsock_connected_sockets_vsk() to use

[PATCH net-next v9] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-07 10:16 UTC  (2+ messages)

[PATCH net-next] tcp: avoid RST in 3-way shakehands due to failure in tcp_timewait_state_process
 2024-11-07  9:57 UTC  (13+ messages)

[PATCH net-next] ipv4: Prepare ip_route_output() to future .flowi4_tos conversion
 2024-11-07  9:57 UTC  (2+ messages)

[PATCH net-next 0/5] Add more feautues for ENETC v4 - round 1
 2024-11-07  9:52 UTC  (3+ messages)

[PATCH net 1/1] net/ipv6: Netlink flag for new IPv6 Default Routes
 2024-11-07  9:52 UTC  (3+ messages)

[PATCH net-next v8] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-07  9:51 UTC  (3+ messages)

[PATCH net-next v2] net: nfc: Propagate ISO14443 type A target ATS to userspace via netlink
 2024-11-07  9:40 UTC  (5+ messages)

[PATCH] net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case
 2024-11-07  9:20 UTC  (2+ messages)

[PATCH net-next v3 0/2] ptp: add control over HW timestamp latch point
 2024-11-07  9:14 UTC  (6+ messages)
` [PATCH net-next v3 1/2] "
    ` [Intel-wired-lan] "

[PATCH net-next v3 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-11-07  8:55 UTC  (14+ messages)
` [PATCH net-next v3 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v3 02/13] virtio_ring: split: record extras for indirect buffers
` [PATCH net-next v3 03/13] virtio_ring: packed: "
` [PATCH net-next v3 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next v3 05/13] virtio_ring: introduce add api for premapped
` [PATCH net-next v3 06/13] virtio-net: rq submits premapped per-buffer
` [PATCH net-next v3 07/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next v3 08/13] virtio_net: refactor the xmit type
` [PATCH net-next v3 09/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next v3 10/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v3 11/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next v3 12/13] virtio_net: update tx timeout record
` [PATCH net-next v3 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH net-next] selftests: wireguards: use nft by default
 2024-11-07  8:23 UTC  (2+ messages)

Solving address deletion bottleneck in SCTP
 2024-11-07  8:18 UTC  (2+ messages)

[PATCH net-next] eth: fbnic: Add PCIe hardware statistics
 2024-11-07  8:11 UTC  (3+ messages)

[PATCH v2 iproute2-next 0/5] Add RDMA monitor support
 2024-11-07  8:02 UTC  (6+ messages)
` [PATCH v2 iproute2-next 1/5] rdma: Add support for rdma monitor
` [PATCH v2 iproute2-next 2/5] rdma: Expose whether RDMA monitoring is supported
` [PATCH v2 iproute2-next 3/5] rdma: Fix typo in rdma-link man page
` [PATCH v2 iproute2-next 4/5] rdma: update uapi headers
` [PATCH v2 iproute2-next 5/5] rdma: Add IB device and net device rename events

[PATCH net-next 00/11] Netfilter updates for net-next
 2024-11-07  7:08 UTC  (3+ messages)

[PATCH net-next] tcp: avoid RST in 3-way shakehands due to failure in tcp_timewait_state_process
 2024-11-07  7:44 UTC  (5+ messages)

[PATCH net-next v3 0/3] net: stmmac: dwmac4: Fixes issues in dwmac4
 2024-11-07  6:36 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macros
` [PATCH net-next v3 2/3] net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operation
` [PATCH net-next v3 3/3] net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal interrupt summary

[PATCH iwl-net v3 0/6] igc: Fix PTM timeout
 2024-11-07  5:56 UTC  (6+ messages)
` [PATCH iwl-net v3 2/6] igc: Lengthen the hardware retry time to prevent timeouts
  ` [Intel-wired-lan] "

[PATCH net-next v8 4/6] neighbour: Convert iteration to use hlist+macro
 2024-11-07  5:48 UTC  (2+ messages)


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