public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 10:51:18 to 2026-04-10 12:29:59 UTC [more...]

[PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers
 2026-04-10 12:29 UTC  (5+ messages)

[PATCH net v4 0/2] stmmac crash/stall fixes when under memory pressure
 2026-04-10 12:23 UTC  (4+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 12:21 UTC  (39+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[PATCH net v2 1/1] af_unix: read UNIX_DIAG_VFS data under unix_state_lock
 2026-04-10 12:11 UTC  (2+ messages)

[PATCH v2 net-next 00/15] net/sched: prepare RTNL removal from qdisc dumps
 2026-04-10 11:52 UTC  (3+ messages)

[PATCH net-next v3 04/12] net: airoha: Rely on net_device pointer in HTB callbacks
 2026-04-10 11:52 UTC  (5+ messages)

[PATCH net-next v3 0/9] net: dsa: add DSA support for the LAN9645x switch chip family
 2026-04-10 11:48 UTC  (10+ messages)
` [PATCH net-next v3 1/9] net: dsa: add tag driver for LAN9645X
` [PATCH net-next v3 2/9] dt-bindings: net: lan9645x: add LAN9645X switch bindings
` [PATCH net-next v3 3/9] net: dsa: lan9645x: add autogenerated register macros
` [PATCH net-next v3 4/9] net: dsa: lan9645x: add basic dsa driver for LAN9645X
` [PATCH net-next v3 5/9] net: dsa: lan9645x: add bridge support
` [PATCH net-next v3 6/9] net: dsa: lan9645x: add vlan support
` [PATCH net-next v3 7/9] net: dsa: lan9645x: add mac table integration
` [PATCH net-next v3 8/9] net: dsa: lan9645x: add mdb management
` [PATCH net-next v3 9/9] net: dsa: lan9645x: add port statistics

[PATCH net v4 0/8] net/sched: netem bug fixes
 2026-04-10 11:39 UTC  (6+ messages)
` [PATCH net v4 4/8] net/sched: netem: refactor dequeue into helper functions
` [PATCH net v4 5/8] net/sched: netem: batch-transfer ready packets to avoid child re-entrancy

[PATCH net v6 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-04-10 11:37 UTC  (3+ messages)
` [PATCH net v6 1/2] net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
` [PATCH net v6 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up

[PATCH net-next 00/11] netfilter: updates for net-next
 2026-04-10 11:23 UTC  (12+ messages)
` [PATCH net-next 01/11] ipvs: show the current conn_tab size to users
` [PATCH net-next 02/11] ipvs: add ip_vs_status info
` [PATCH net-next 03/11] ipvs: add conn_lfactor and svc_lfactor sysctl vars
` [PATCH net-next 04/11] netfilter: x_physdev: reject empty or not-nul terminated device names
` [PATCH net-next 05/11] netfilter: nfnetlink: prefer skb_mac_header helpers
` [PATCH net-next 06/11] netfilter: xt_HL: add pr_fmt and checkentry validation
` [PATCH net-next 07/11] netfilter: xt_socket: enable defrag after all other checks
` [PATCH net-next 08/11] netfilter: conntrack: remove UDP-Lite conntrack support
` [PATCH net-next 09/11] netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warnings
` [PATCH net-next 10/11] netfilter: nft_fwd_netdev: check ttl/hl before forwarding
` [PATCH net-next 11/11] netfilter: require Ethernet MAC header before using eth_hdr()

[bug report] ipv4: icmp: fix null-ptr-deref in icmp_build_probe()
 2026-04-10 11:19 UTC  (3+ messages)

[PATCH net 1/1] net/sched: act_ct: Only release RCU read lock after ct_ft
 2026-04-10 11:16 UTC 

[PATCH nf] netfilter: nf_tables: use RCU-safe list primitives for basechain hook list
 2026-04-10 11:14 UTC  (3+ messages)

[syzbot] [mptcp?] possible deadlock in mptcp_pm_mp_prio_send_ack
 2026-04-10 11:13 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net v2 3/4] iavf: send MAC change request synchronously
 2026-04-10 11:12 UTC  (2+ messages)

[PATCH net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2026-04-10 11:10 UTC  (11+ messages)
` [PATCH net-next v11 03/14] net: Add lease info to queue-get response


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox