public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-30 18:47:09 to 2026-01-31 14:25:22 UTC [more...]

[PATCH v4 00/41] kernel-doc: make it parse new functions and structs
 2026-01-31 14:24 UTC  (19+ messages)
` [PATCH v4 01/41] docs: kdoc_re: add support for groups()
` [PATCH v4 02/41] docs: kdoc_re: don't go past the end of a line
` [PATCH v4 03/41] docs: kdoc_parser: move var transformers to the beginning
` [PATCH v4 04/41] docs: kdoc_parser: don't mangle with function defines
` [PATCH v4 05/41] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH v4 06/41] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH v4 07/41] docs: kdoc_parser: fix variable regexes to work with size_t
` [PATCH v4 08/41] docs: kdoc_parser: fix the default_value logic for variables
` [PATCH v4 09/41] docs: kdoc_parser: add some debug for variable parsing
` [PATCH v4 10/41] docs: kdoc_parser: don't exclude defaults from prototype
` [PATCH v4 11/41] docs: kdoc_parser: fix parser to support multi-word types
` [PATCH v4 12/41] docs: kdoc_parser: ignore context analysis and lock attributes
` [PATCH v4 13/41] docs: kdoc_parser: add support for LIST_HEAD
` [PATCH v4 14/41] docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH v4 15/41] docs: kdoc_re: properly handle strings and escape chars on it
` [PATCH v4 16/41] docs: kdoc_re: better show KernRe() at documentation
` [PATCH v4 21/41] docs: kdoc_parser: better handle struct_group macros
` [PATCH v4 22/41] docs: kdoc_re: fix a parse bug on struct page_pool_params

[PATCH net-next v7 0/6] move CAN skb headroom content to skb extensions
 2026-01-31 13:25 UTC  (7+ messages)
` [PATCH net-next v7 1/6] can: use skb hash instead of private variable in headroom
` [PATCH net-next v7 2/6] can: add CAN skb extension infrastructure
` [PATCH net-next v7 3/6] can: move ifindex to CAN skb extensions
` [PATCH net-next v7 4/6] can: move frame_len "
` [PATCH net-next v7 5/6] can: remove private CAN skb headroom infrastructure
` [PATCH net-next v7 6/6] can: gw: use can_gw_hops instead of sk_buff::csum_start

[net-next] bnge: Add a new HSI
 2026-01-31 13:02 UTC  (3+ messages)

[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-01-31 10:26 UTC  (5+ messages)

[PATCH net-next 0/8] pull-request: can-next 2026-01-31
 2026-01-31 10:11 UTC  (9+ messages)
` [PATCH net-next 1/8] dt-bindings: can: renesas,rcar-canfd: Document renesas,fd-only property
` [PATCH net-next 2/8] can: rcar_canfd: Add support for FD-Only mode
` [PATCH net-next 3/8] dt-bindings: can: renesas,rcar-canfd: Specify reset-names
` [PATCH net-next 4/8] dt-bindings: can: renesas,rcar-canfd: Document RZ/V2H(P) and RZ/V2N SoCs
` [PATCH net-next 5/8] dt-bindings: can: renesas,rcar-canfd: Document RZ/T2H and RZ/N2H SoCs
` [PATCH net-next 6/8] can: rcar_canfd: Add RZ/T2H support
` [PATCH net-next 7/8] can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read error counters
` [PATCH net-next 8/8] can: sja1000: sja1000_err(): use error counter for error state

[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-01-31 10:06 UTC  (5+ messages)

[PATCH net-next v2] net: phy: micrel: Add support for lan9645x internal phy
 2026-01-31 10:00 UTC  (3+ messages)

[syzbot] [hams?] KASAN: slab-use-after-free Write in nr_neigh_put
 2026-01-31  9:49 UTC 

[Question] Dead code in __ip_vs_init() net init functions?
 2026-01-31  8:11 UTC 

[PATCH v2] i40e: add an error handling path in i40e_xsk_pool_enable()
 2026-01-31  7:02 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH v2] i40e: add an error handling path in

[PATCH net-next 0/8] ipv6: misc changes in output path
 2026-01-31  6:46 UTC  (17+ messages)
` [PATCH net-next 1/8] ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()
` [PATCH net-next 2/8] ipv6: add some unlikely()/likely() clauses in ip6_output.c
` [PATCH net-next 3/8] ipv6: use __skb_push() in ip6_xmit()
` [PATCH net-next 4/8] ipv6: use SKB_DROP_REASON_PKT_TOO_BIG "
` [PATCH net-next 5/8] inet: add dst4_mtu() and dst6_mtu() helpers
` [PATCH net-next 6/8] ipv6: use dst6_mtu() instead of dst_mtu()
` [PATCH net-next 7/8] ipv4: use dst4_mtu() "
` [PATCH net-next 8/8] ipv6: colocate inet6_cork in inet_cork_full

[PATCH net-next] net: l3mdev: use skb_dst_dev_rcu() in l3mdev_l3_out()
 2026-01-31  6:19 UTC  (3+ messages)

[PATCH] xfrm: kill xfrm_dev_{state,policy}_flush_secctx_check()
 2026-01-31  6:00 UTC  (7+ messages)

[PATCH bpf-next v4 00/16] Remove task and cgroup local storage percpu counters
 2026-01-31  5:33 UTC  (23+ messages)
` [PATCH bpf-next v4 01/16] bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
` [PATCH bpf-next v4 02/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v4 03/16] bpf: Convert bpf_selem_link_map "
` [PATCH bpf-next v4 04/16] bpf: Convert bpf_selem_unlink "
` [PATCH bpf-next v4 05/16] bpf: Change local_storage->lock and b->lock to rqspinlock
` [PATCH bpf-next v4 06/16] bpf: Remove task local storage percpu counter
` [PATCH bpf-next v4 07/16] bpf: Remove cgroup "
` [PATCH bpf-next v4 08/16] bpf: Remove unused percpu counter from bpf_local_storage_map_free
` [PATCH bpf-next v4 09/16] bpf: Prepare for bpf_selem_unlink_nofail()
` [PATCH bpf-next v4 10/16] bpf: Support lockless unlink when freeing map or local storage
` [PATCH bpf-next v4 11/16] bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
` [PATCH bpf-next v4 12/16] selftests/bpf: Update sk_storage_omem_uncharge test
` [PATCH bpf-next v4 13/16] selftests/bpf: Update task_local_storage/recursion test
` [PATCH bpf-next v4 14/16] selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
` [PATCH bpf-next v4 15/16] selftests/bpf: Remove test_task_storage_map_stress_lookup
` [PATCH bpf-next v4 16/16] selftests/bpf: Choose another percpu variable in bpf for btf_dump test

[PATCH net-next v2] net: dsa: sync dsa_mall_policer_tc_entry with FLOW_ACTION_POLICE
 2026-01-31  4:58 UTC 

[PATCH] net: mscc: ocelot: add missing lock protection in ocelot_port_xmit()
 2026-01-31  4:50 UTC  (3+ messages)

[PATCH v2] net: mscc: ocelot: add missing lock protection in ocelot_port_xmit()
 2026-01-31  4:49 UTC 

[PATCH net-next] net: ethernet: use module_pci_driver; remove useless driver versions
 2026-01-31  2:24 UTC 

[PATCH 1/3] tipc: use kfree_sensitive() for session key material
 2026-01-31  3:39 UTC  (2+ messages)

[PATCH net] Revert "net/smc: Introduce TCP ULP support"
 2026-01-31  3:40 UTC  (2+ messages)

[PATCH net-next v7 11/13] octeontx2-pf: cn20k: Add TC rules support
 2026-01-31  3:33 UTC  (2+ messages)
` [net-next,v7,11/13] "

[PATCH net-next v7 09/13] octeontx2-af: npc: cn20k: virtual index support
 2026-01-31  3:33 UTC  (2+ messages)
` [net-next,v7,09/13] "

[PATCH net-next v7 01/13] octeontx2-af: npc: cn20k: Index management
 2026-01-31  3:33 UTC  (2+ messages)
` [net-next,v7,01/13] "

[PATCH] net: ax25: remove plumbing for never-implemented DAMA Master support
 2026-01-31  3:30 UTC  (2+ messages)

[PATCHv2] net: usb: r8152: fix resume reset deadlock
 2026-01-31  3:30 UTC  (2+ messages)

[PATCH net-next] net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueue
 2026-01-31  3:29 UTC  (2+ messages)

[PATCH] net: procfs: Fix RCU stall and soft lockup in ptype_seq_next()
 2026-01-31  3:18 UTC  (2+ messages)

[PATCH v5 00/11] Add support for Microchip LAN969x
 2026-01-31  2:57 UTC  (2+ messages)

[net-next v8 0/8] net: wwan: add NMEA port type support
 2026-01-31  2:50 UTC  (2+ messages)

[PATCH net-next 0/2] eth fbnic: Add debugfs for mbx and tx/rx
 2026-01-31  2:50 UTC  (2+ messages)

[PATCH net-next v6 0/5] net: dsa: yt921x: Add DCB/QoS support
 2026-01-31  2:18 UTC  (6+ messages)
` [PATCH net-next v6 1/5] net: dsa: tag_yt921x: clarify priority and code fields
` [PATCH net-next v6 2/5] net: dsa: tag_yt921x: add priority support
` [PATCH net-next v6 3/5] net: dsa: yt921x: Refactor VLAN awareness setting
` [PATCH net-next v6 4/5] net: dsa: yt921x: Refactor yt921x_chip_setup()
` [PATCH net-next v6 5/5] net: dsa: yt921x: Add DCB/QoS support

[PATCH] vhost: remove unnecessary module_init/exit functions
 2026-01-31  2:00 UTC 

[net-next v21 7/7] net: mtip: Extend the L2 switch driver for imx287 with bridge operations
 2026-01-31  1:54 UTC  (2+ messages)
` [net-next,v21,7/7] "

[net-next v21 6/7] net: mtip: Extend the L2 switch driver with management operations
 2026-01-31  1:54 UTC  (2+ messages)
` [net-next,v21,6/7] "

[net-next v21 3/7] net: mtip: Add buffers management functions to the L2 switch driver
 2026-01-31  1:54 UTC  (2+ messages)
` [net-next,v21,3/7] "

[net-next v21 2/7] net: mtip: The L2 switch driver for imx287
 2026-01-31  1:54 UTC  (2+ messages)
` [net-next,v21,2/7] "

[PATCH v4 4/4] net: phy: realtek: add RTL8224 polarity support
 2026-01-31  1:53 UTC  (2+ messages)
` [v4,4/4] "

[PATCH v4 2/4] net: phy: realtek: add RTL8224 pair order support
 2026-01-31  1:53 UTC  (2+ messages)
` [v4,2/4] "

[PATCH net-next] net: stmmac: spelling corrections
 2026-01-31  1:50 UTC  (2+ messages)

[PATCH net-next v4] net: usb: remove unnecessary get_drvinfo code and driver versions
 2026-01-31  1:50 UTC  (2+ messages)

[PATCH net-next v10 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family
 2026-01-31  1:50 UTC  (2+ messages)
` [net-next,v10,3/3] "

[PATCH net-next v6 0/6] move CAN skb headroom content to skb extensions
 2026-01-31  1:41 UTC  (4+ messages)
` [PATCH net-next v6 6/6] can: gw: use can_gw_hops instead of sk_buff::csum_start

[PATCH net-next] tcp: reduce tcp sockets size by one cache line
 2026-01-31  1:40 UTC  (2+ messages)

[net-next PATCH v2] amd-xgbe: add support for rx alignment errors
 2026-01-31  1:40 UTC  (2+ messages)

[PATCH net-next] udp: add drop count for packets in udp_prod_queue
 2026-01-31  1:40 UTC  (2+ messages)

[PATCH net] macvlan: fix error recovery in macvlan_common_newlink()
 2026-01-31  1:40 UTC  (2+ messages)

[PATCH net v2] net: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP module
 2026-01-31  1:40 UTC  (2+ messages)

[PATCH net] ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()
 2026-01-31  1:28 UTC 

[PATCH net-next v5 0/4] net: netconsole: convert to NBCON console infrastructure
 2026-01-31  1:32 UTC  (3+ messages)
` [PATCH net-next v5 1/4] printk: Add execution context (task name/CPU) to printk_info

[PATCH net-next v4 0/8] net/rds: RDS-TCP protocol and extension improvements
 2026-01-31  1:25 UTC  (9+ messages)
` [PATCH net-next v4 1/8] net/rds: new extension header: rdma bytes
` [PATCH net-next v4 2/8] net/rds: Encode cp_index in TCP source port
` [PATCH net-next v4 3/8] net/rds: rds_tcp_conn_path_shutdown must not discard messages
` [PATCH net-next v4 4/8] net/rds: Kick-start TCP receiver after accept
` [PATCH net-next v4 5/8] net/rds: Clear reconnect pending bit
` [PATCH net-next v4 6/8] net/rds: Update struct rds_statistics to use u64 instead of uint64_t
` [PATCH net-next v4 7/8] net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrives
` [PATCH net-next v4 8/8] net/rds: Trigger rds_send_ping() more than once

[PATCH net-next v2] net: ethernet: pcnet32: remove VLB support
 2026-01-31  1:21 UTC 

[PATCH net-next RFC 0/3] net: move .getsockopt away from __user buffers
 2026-01-31  1:19 UTC  (4+ messages)
` [PATCH net-next RFC 2/3] net: prefer getsockopt_iter in do_sock_getsockopt

[PATCH net-next] bng_en: fix misleading error message for generic firmware version
 2026-01-31  1:13 UTC  (6+ messages)

[PATCH v1 0/3] liveupdate: suppress TCP RST during post-kexec restore window
 2026-01-31  1:05 UTC  (3+ messages)
` [PATCH v1 3/3] "

[PATCH v2 net-next 0/7] netfilter: updates for net-next
 2026-01-31  1:01 UTC  (5+ messages)

[PATCH net-next] net: remove unnecessary module_init/exit functions
 2026-01-31  0:42 UTC 

[PATCH net 0/2] gve: fix crashes on invalid TX queue indices
 2026-01-31  0:38 UTC  (7+ messages)

[PATCH net-next v2] bnxt_en: Allow ntuple filters for drops
 2026-01-31  0:33 UTC  (3+ messages)

[PATCH net-next v3] bnxt_en: Allow ntuple filters for drops
 2026-01-31  0:30 UTC 

[PATCH net-next v24 0/6] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2026-01-31  0:20 UTC  (2+ messages)

[PATCH net-next v11 0/4] net: dsa: initial support for MaxLinear MxL862xx switches
 2026-01-31  0:11 UTC  (5+ messages)
` [PATCH net-next v11 1/4] dt-bindings: net: dsa: add MaxLinear MxL862xx
` [PATCH net-next v11 2/4] net: dsa: add tag format for MxL862xx switches
` [PATCH net-next v11 3/4] net: mdio: add unlocked mdiodev C45 bus accessors
` [PATCH net-next v11 4/4] net: dsa: add basic initial driver for MxL862xx switches

[PATCH net] ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()
 2026-01-30 23:53 UTC 

[PATCH iproute2-next] doc: add AGENTS.md for AI coding assistants
 2026-01-30 23:46 UTC  (2+ messages)

[PATCH] Revert "wifi: iwlwifi: trans: remove STATUS_SUSPENDED"
 2026-01-30 23:44 UTC  (8+ messages)

[PATCH net-next v24 6/6] eea: introduce callback for ndo_get_stats64
 2026-01-30 23:32 UTC  (2+ messages)
` [net-next,v24,6/6] "

[PATCH net-next v24 4/6] eea: create/destroy rx,tx queues for netdevice open and stop
 2026-01-30 23:32 UTC  (2+ messages)
` [net-next,v24,4/6] "

[PATCH net-next v24 2/6] eea: introduce ring and descriptor structures
 2026-01-30 23:32 UTC  (2+ messages)
` [net-next,v24,2/6] "

[PATCH net-next v24 1/6] eea: introduce PCI framework
 2026-01-30 23:32 UTC  (2+ messages)
` [net-next,v24,1/6] "

[v1,3/3] net: dsa: microchip: add single-led-mode support for KSZ9477
 2026-01-30 21:46 UTC 

[Patch net v8 0/9] netem: Fix skb duplication logic and prevent infinite loops
 2026-01-30 21:32 UTC  (6+ messages)

[Patch net] MAINTAINERS: Remove myself from TC maintainers
 2026-01-30 21:20 UTC 

[PATCH net] net: sched: act_api: size RTM_GETACTION reply by fill size
 2026-01-30 20:47 UTC  (5+ messages)

[PATCH net-next v2 0/6] mptcp: implement .read_sock and .splice_read
 2026-01-30 20:18 UTC  (9+ messages)
` [PATCH net-next v2 1/6] mptcp: add eat_recv_skb helper
` [PATCH net-next v2 2/6] mptcp: implement .read_sock
` [PATCH net-next v2 3/6] tcp: export tcp_splice_state
` [PATCH net-next v2 4/6] mptcp: implement .splice_read
` [PATCH net-next v2 5/6] selftests: mptcp: add splice io mode
` [PATCH net-next v2 6/6] selftests: mptcp: connect: cover splice mode

[PATCH net-next v3] net: usb: introduce usbnet_mii_ioctl helper function
 2026-01-30 20:14 UTC  (2+ messages)

[PATCH net] net: stmmac: fix stm32 (and potentially others) resume regression
 2026-01-30 20:04 UTC 

[RFC] AI review prompt updates
 2026-01-30 19:29 UTC 

[PATCH net-next] selftests: drv-net: rss: validate min RSS table size
 2026-01-30 19:29 UTC 

[PATCH v1 1/3] dt-bindings: net: dsa: microchip: add microchip,single-led-mode flag
 2026-01-30 19:19 UTC 

[PATCH net-next 0/3] net: stmmac: pcs preparation
 2026-01-30 19:18 UTC  (5+ messages)
` [PATCH net-next 1/3] net: stmmac: clear half-duplex caps where unsupported

[PATCH net] net: rss: fix reporting RXH_XFRM_NO_CHANGE as input_xfrm for contexts
 2026-01-30 19:03 UTC 

[PATCH net v2] net: don't touch dev->stats in BPF redirect paths
 2026-01-30 18:54 UTC  (2+ messages)

[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-30 (ice, i40e)
 2026-01-30 18:53 UTC  (6+ messages)
` [PATCH net 1/5] ice: fix missing TX timestamps interrupts on E825 devices
` [PATCH net 2/5] ice: PTP: fix missing timestamps on E825 hardware
` [PATCH net 3/5] ice: Fix PTP NULL pointer dereference during VSI rebuild
` [PATCH net 4/5] ice: drop udp_tunnel_get_rx_info() call from ndo_open()
` [PATCH net 5/5] i40e: drop udp_tunnel_get_rx_info() call from i40e_open()

[PATCH net-next] ipv6: optimize fl6_update_dst()
 2026-01-30 18:53 UTC  (3+ messages)


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