netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-01 13:32:39 to 2024-11-02 16:50:33 UTC [more...]

[PATCH ipsec-next v12 00/16] Add IP-TFS mode to xfrm
 2024-11-02 16:30 UTC  (16+ messages)
` [PATCH ipsec-next v12 08/16] xfrm: iptfs: add user packet (tunnel ingress) handling
` [PATCH ipsec-next v12 10/16] xfrm: iptfs: add fragmenting of larger than MTU user packets
` [PATCH ipsec-next v12 12/16] xfrm: iptfs: handle received fragmented inner packets
` [PATCH ipsec-next v12 14/16] xfrm: iptfs: add skb-fragment sharing code
` [PATCH ipsec-next v12 15/16] xfrm: iptfs: handle reordering of received packets

[PATCH v6] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-02 16:29 UTC 

[PATCH] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-02 16:20 UTC  (9+ messages)
  ` [PATCH v5] "

Duplicate invocation of NF_INET_POST_ROUTING rule for outbound multicast?
 2024-11-02 16:12 UTC  (3+ messages)

[PATCH v6 0/2] MCTP Over PCC Transport
 2024-11-02 15:34 UTC  (11+ messages)
` [PATCH v6 1/2] mctp pcc: Check before sending MCTP PCC response ACK
` [PATCH v6 2/2] mctp pcc: Implement MCTP over PCC Transport

[PATCH net-next 0/4] A pile of sfc deadcode
 2024-11-02 15:16 UTC  (5+ messages)
` [PATCH net-next 1/4] sfc: Remove falcon deadcode
` [PATCH net-next 2/4] sfc: Remove unused efx_mae_mport_vf
` [PATCH net-next 3/4] sfc: Remove unused mcdi functions
` [PATCH net-next 4/4] sfc: Remove more unused functions

[PATCH net-next 0/4] A pile of sfc deadcode
 2024-11-02 15:16 UTC 

[PATCH] net: phy: ti: add PHY_RST_AFTER_CLK_EN flag
 2024-11-02 15:15 UTC 

[PATCH v3 iwl-net 0/4] Fix E825 initialization
 2024-11-02 15:12 UTC  (5+ messages)
` [PATCH v3 iwl-net 2/4] ice: Fix quad registers read on E825

[PATCH net-next] sfc: Remove deadcode
 2024-11-02 15:04 UTC  (2+ messages)

[PATCH v4 net-next 0/3] Knobs for NPC default rule counters
 2024-11-02 14:54 UTC  (5+ messages)
` [PATCH v4 net-next 2/3] octeontx2-af: "
` [PATCH v4 net-next 3/3] devlink: Add documenation for OcteonTx2 AF

[Intel-wired-lan] [PATCH iwl-net] ice: change q_index variable type to s16 to store -1 value
 2024-11-02 14:38 UTC  (2+ messages)

[PATCH net-next] net: ncsi: check for netlink-driven responses before requiring a handler
 2024-11-02 13:58 UTC  (2+ messages)

[PATCH net-next] mISDN: Fix typos
 2024-11-02 13:48 UTC 

[PATCH net-next] r8169: improve initialization of RSS registers on RTL8125/RTL8126
 2024-11-02 13:49 UTC 

[PATCH net-next v3 00/14] net-timestamp: bpf extension to equip applications transparently
 2024-11-02 13:43 UTC  (22+ messages)
` [PATCH net-next v3 02/14] net-timestamp: allow two features to work parallelly

[PATCH net-next 0/5] Add PCS support for Qualcomm IPQ9574 SoC
 2024-11-02 13:34 UTC  (6+ messages)
` [PATCH net-next 1/5] dt-bindings: net: pcs: Add Ethernet PCS "
` [PATCH net-next 3/5] net: pcs: qcom-ipq: Add PCS create and phylink operations for IPQ9574

Proposal for you!
 2024-11-02 13:40 UTC 

[PATCH v4 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family
 2024-11-02 13:25 UTC  (5+ messages)
` [PATCH v4 07/17] wifi: cc33xx: Add event.c, event.h
` [PATCH v4 09/17] wifi: cc33xx: Add main.c

[PATCH net-next v2 0/2] support SO_PRIORITY cmsg
 2024-11-02 12:51 UTC  (3+ messages)
` [PATCH net-next v2 1/2] Introduce sk_set_prio_allowed helper function
` [PATCH net-next v2 2/2] support SO_PRIORITY cmsg

[PATCHSET][RFC] struct fd and memory safety
 2024-11-02 12:21 UTC  (31+ messages)
` [PATCHSET v3] "
  ` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
    ` [PATCH v3 02/28] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
    ` [PATCH v3 03/28] timerfd: switch to CLASS(fd)
    ` [PATCH v3 04/28] get rid of perf_fget_light(), convert kernel/events/core.c "
    ` [PATCH v3 05/28] switch netlink_getsockbyfilp() to taking descriptor
    ` [PATCH v3 06/28] do_mq_notify(): saner skb freeing on failures
    ` [PATCH v3 07/28] do_mq_notify(): switch to CLASS(fd)
    ` [PATCH v3 08/28] simplify xfs_find_handle() a bit
    ` [PATCH v3 09/28] convert vmsplice() to CLASS(fd)
    ` [PATCH v3 10/28] fdget_raw() users: switch to CLASS(fd_raw)
    ` [PATCH v3 11/28] introduce "fd_pos" class, convert fdget_pos() users to it
    ` [PATCH v3 12/28] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
    ` [PATCH v3 13/28] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
    ` [PATCH v3 14/28] fdget(), trivial conversions
    ` [PATCH v3 15/28] fdget(), more "
    ` [PATCH v3 16/28] convert do_preadv()/do_pwritev()
    ` [PATCH v3 17/28] convert cachestat(2)
    ` [PATCH v3 18/28] switch spufs_calls_{get,put}() to CLASS() use
    ` [PATCH v3 19/28] convert spu_run(2)
    ` [PATCH v3 20/28] convert media_request_get_by_fd()
    ` [PATCH v3 21/28] convert cifs_ioctl_copychunk()
    ` [PATCH v3 22/28] convert vfs_dedupe_file_range()
    ` [PATCH v3 23/28] convert do_select()
    ` [PATCH v3 24/28] do_pollfd(): convert to CLASS(fd)
    ` [PATCH v3 25/28] assorted variants of irqfd setup: "
    ` [PATCH v3 26/28] memcg_write_event_control(): switch "
    ` [PATCH v3 27/28] css_set_fork(): switch to CLASS(fd_raw, ...)
    ` [PATCH v3 28/28] deal with the last remaing boolean uses of fd_file()

[PATCH v3 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family
 2024-11-02 12:00 UTC  (5+ messages)
` [PATCH v3 12/17] wifi: cc33xx: Add scan.c, scan.h

[PATCH v4 00/23] Add Enclustra Arria10 and Cyclone5 SoMs
 2024-11-02 11:58 UTC  (6+ messages)
` [PATCH v4 11/23] net: stmmac: add support for dwmac 3.72a
` [PATCH v4 12/23] dt-bindings: net: snps,dwmac: add support for Arria10

[PATCH v3 ipsec-next 0/4] Add support for RFC 9611 per cpu xfrm states
 2024-11-02 11:47 UTC  (2+ messages)

[PATCH v1 0/2] Add support for Synopsis DesignWare version 3.72a
 2024-11-02 11:41 UTC  (3+ messages)
` [PATCH v1 1/2] net: stmmac: add support for dwmac 3.72a
` [PATCH v1 2/2] dt-bindings: net: snps,dwmac: add support for Arria10

[syzbot] [wireless?] WARNING in ieee80211_mgd_probe_ap_send (2)
 2024-11-02  9:52 UTC 

[PATCH net v3] net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()
 2024-11-02  9:31 UTC  (2+ messages)

Stackoverflow when using seg6 routes
 2024-11-02  9:11 UTC  (2+ messages)

[PATCH net-next v1 1/1] nfc: mrvl: Don't use "proxy" headers
 2024-11-02  8:00 UTC  (2+ messages)

[PATCH net-next v1 1/1] nfc: st21nfca: Remove unused of_gpio.h
 2024-11-02  7:56 UTC  (2+ messages)

[PATCH net-next] net/smc: Optimize the search method of reused buf_desc
 2024-11-02  6:43 UTC  (3+ messages)

[PATCH net v2] bnxt_en: ethtool: Fix ip[4|6] ntuple rule verification
 2024-11-02  6:38 UTC 

[syzbot] [net?] BUG: Bad page state in xdp_test_run_batch
 2024-11-02  6:34 UTC 

[PATCH net-next v8 0/8] net: stmmac: Refactor FPE as a separate module
 2024-11-02  5:33 UTC  (4+ messages)
` [PATCH net-next v8 8/8] net: stmmac: xgmac: Enable FPE for tc-mqprio/tc-taprio

[PATCH net-next v1 0/7] devmem TCP fixes
 2024-11-02  2:27 UTC  (4+ messages)

[PATCH net] dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value
 2024-11-02  2:20 UTC  (5+ messages)

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

[PATCH net-next v4 0/7] Suspend IRQs during application busy periods
 2024-11-02  0:52 UTC  (8+ messages)
` [PATCH net-next v4 1/7] net: Add napi_struct parameter irq_suspend_timeout
` [PATCH net-next v4 2/7] net: Suspend softirq when prefer_busy_poll is set
` [PATCH net-next v4 3/7] net: Add control functions for irq suspension
` [PATCH net-next v4 4/7] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v4 5/7] eventpoll: Control irq suspension for prefer_busy_poll
` [PATCH net-next v4 6/7] selftests: net: Add busy_poll_test
` [PATCH net-next v4 7/7] docs: networking: Describe irq suspension

[PATCH] riscv: dts: sophgo: Add ethernet configuration for cv18xx
 2024-11-02  0:49 UTC  (8+ messages)

[syzbot] [net?] general protection fault in put_page (3)
 2024-11-02  0:43 UTC  (3+ messages)

[syzbot] [lvs?] possible deadlock in start_sync_thread
 2024-11-02  0:20 UTC  (2+ messages)

[PATCH v2 net-next 1/3] net: ena: Add PHC support in the ENA driver
 2024-11-02  0:11 UTC  (3+ messages)

[PATCH net-next 0/4] Support loopback mode speed selection
 2024-11-01 23:21 UTC  (6+ messages)
` [PATCH net-next 1/4] net: phy: Allow loopback speed selection for PHY drivers

[PATCH net-next v2] eth: fbnic: Add support to write TCE TCAM entries
 2024-11-01 23:04 UTC  (6+ messages)

[PATCH iwl-net v2 0/2] fix reset issues
 2024-11-01 23:01 UTC  (5+ messages)
` [PATCH iwl-net v2 1/2] idpf: avoid vport access in idpf_get_link_ksettings
  ` [Intel-wired-lan] "
` [PATCH iwl-net v2 2/2] idpf: fix idpf_vc_core_init error path

[PATCH net] bnxt_en: ethtool: Fix ip[6] ntuple rule verification
 2024-11-01 22:42 UTC  (3+ messages)

[PATCH v2 bpf] bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
 2024-11-01 22:12 UTC  (2+ messages)

[PATCH net-next] net: hisilicon: hns: use ethtool string helpers
 2024-11-01 22:00 UTC  (2+ messages)
` [PATCH net-next] net: hisilicon: hns3: "

[PATCH net-next] selftests/tc-testing: add tests for qdisc_tree_reduce_backlog
 2024-11-01 21:51 UTC  (2+ messages)

[PATCH net-next 0/2] net: ena: two cleanups
 2024-11-01 21:48 UTC  (3+ messages)
` [PATCH net-next 1/2] net: ena: remove devm from ethtool
` [PATCH net-next 2/2] net: ena: simplify some pointer addition

[PATCH net-next v3 0/7] Suspend IRQs during application busy periods
 2024-11-01 21:46 UTC  (9+ messages)
` [PATCH net-next v3 6/7] selftests: net: Add busy_poll_test
` [PATCH net-next v3 7/7] docs: networking: Describe irq suspension

[PATCH v1 00/15] io_uring zero copy rx
 2024-11-01 21:38 UTC  (12+ messages)
` [PATCH v1 06/15] net: page_pool: add ->scrub mem provider callback

[PATCH] net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case
 2024-11-01 21:17 UTC 

[PATCH v7 00/15] io_uring zero copy rx
 2024-11-01 21:17 UTC  (21+ messages)
` [PATCH v7 01/15] net: prefix devmem specific helpers
` [PATCH v7 04/15] net: prepare for non devmem TCP memory providers
` [PATCH v7 06/15] net: page pool: add helper creating area from pages
` [PATCH v7 07/15] net: page_pool: introduce page_pool_mp_return_in_cache
` [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v7 12/15] io_uring/zcrx: add io_recvzc request
` [PATCH v7 13/15] io_uring/zcrx: set pp memory provider for an rx queue

[PATCH net-next] dt-bindings: net: snps,dwmac: Fix "snps,kbbe" type
 2024-11-01 21:13 UTC 

[PATCH net-next] openvswitch: Pass on secpath details for internal port rx
 2024-11-01 20:47 UTC 

[PATCH net-next v4] eth: fbnic: Add support to write TCE TCAM entries
 2024-11-01 20:41 UTC 

[PATCH net-next v4 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-11-01 20:40 UTC  (16+ messages)
` [PATCH net-next v4 3/8] net: ethtool: add support for configuring header-data-split-thresh
` [PATCH net-next v4 5/8] net: devmem: add ring parameter filtering
` [PATCH net-next v4 6/8] net: ethtool: "
` [PATCH net-next v4 7/8] net: netmem: add netmem_is_pfmemalloc() helper function
` [PATCH net-next v4 8/8] bnxt_en: add support for device memory tcp

[PATCH v6 net-next 00/12] add basic support for i.MX95 NETC
 2024-11-01 19:48 UTC  (3+ messages)
` [PATCH v6 net-next 02/12] dt-bindings: net: add i.MX95 ENETC support

[PATCH net-next] net: phy: respect cached advertising when re-enabling EEE
 2024-11-01 19:35 UTC 

[PATCH v2 0/2] bpf: Introduce cpu affinity for sockmap
 2024-11-01 19:27 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] bpf: implement libbpf sockmap cpu affinity

[PATCH 1/2] bpf: Introduce cpu affinity for sockmap
 2024-11-01 19:25 UTC  (3+ messages)

[PATCH net] Fix u32's systematic failure to free IDR entries for hnodes
 2024-11-01 18:43 UTC 

[PATCH bpf-next v2] bpf: Add kernel symbol for struct_ops trampoline
 2024-11-01 18:19 UTC  (2+ messages)

[PATCH net-next 00/12] Begin upstreaming Homa transport protocol
 2024-11-01 18:01 UTC  (7+ messages)
` [PATCH net-next 01/12] net: homa: define user-visible API for Homa

[PATCH] iov-iter: do not return more bytes than requested in iov_iter_extract_bvec_pages()
 2024-11-01 18:00 UTC  (2+ messages)

[PATCH v3 2/5] LSM: Replace context+len with lsm_context
 2024-11-01 17:54 UTC  (11+ messages)

[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-11-01 17:11 UTC  (8+ messages)
` [PATCH net-next v3 2/7] bnxt_en: add support for tcp-data-split ethtool command

[PATCH v6 net-next 4/4] ipv6/udp: Add 4-tuple hash for connected socket
 2024-11-01 16:48 UTC  (2+ messages)

[PATCH v6 net-next 4/4] ipv6/udp: Add 4-tuple hash for connected socket
 2024-11-01 16:47 UTC  (2+ messages)

[PATCH] ipv6: ip6_fib: fix possible null-pointer-dereference in ipv6_route_native_seq_show
 2024-11-01 16:45 UTC  (2+ messages)

[PATCH] svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
 2024-11-01 16:27 UTC  (3+ messages)

[syzbot] [rdma?] INFO: task hung in add_one_compat_dev (3)
 2024-11-01 15:55 UTC  (3+ messages)

[PATCH v4 00/16] Add support for Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45
 2024-11-01 15:40 UTC  (8+ messages)
` [PATCH v4 14/16] net: stmmac: dwmac-s32: add basic NXP S32G/S32R glue driver

[PATCH 0/4] net: stmmac: dwmac-mediatek: Fix inverted logic for mediatek,mac-wol
 2024-11-01 15:20 UTC  (5+ messages)
` [PATCH 1/4] net: dt-bindings: dwmac: Introduce mediatek,mac-wol-noninverted
` [PATCH 2/4] net: stmmac: dwmac-mediatek: Handle non-inverted mediatek,mac-wol
` [PATCH 3/4] arm64: dts: mediatek: mt8390-genio-700-evk: Enable ethernet MAC WOL
` [PATCH 4/4] arm64: dts: mediatek: Add mediatek,mac-wol-noninverted to ethernet nodes

[PATCH net-next 4/5] net: phy: mediatek: Integrate read/write page helper functions
 2024-11-01 15:14 UTC  (2+ messages)

[PATCH net-next] support SO_PRIORITY cmsg
 2024-11-01 15:14 UTC  (2+ messages)

[PATCH 0/1: 5.10/5.15] net: bridge: xmit: make sure we have at least eth header len bytes
 2024-11-01 15:07 UTC  (2+ messages)
` [PATCH 1/1: "

[PATCH nf v1] netfilter: netlink: Report extack policy errors for batched ops
 2024-11-01 14:32 UTC 

[resend PATCH 1/2] dim: make dim_calc_stats() inputs const pointers
 2024-11-01 14:11 UTC  (6+ messages)
` [resend PATCH 2/2] dim: pass dim_sample to net_dim() by reference

[PATCH net] net: enetc: prevent VF from configuring preemptiable TCs
 2024-11-01 14:02 UTC  (6+ 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).