public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-31 00:38:27 to 2026-01-31 18:00:59 UTC [more...]

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

[PATCH net-next v11 4/4] net: dsa: add basic initial driver for MxL862xx switches
 2026-01-31 17:52 UTC  (2+ messages)
` [net-next,v11,4/4] "

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

[PATCH net-next] selftests: drv-net: rss: validate min RSS table size
 2026-01-31 17:50 UTC  (4+ messages)

[PATCH net-next 0/3] net: phy: remove modalias-based MDIO device bus matching
 2026-01-31 17:40 UTC  (4+ messages)
` [PATCH net-next 1/3] net: ethernet: adi: make name member of struct adin1110_cfg a pointer
` [PATCH net-next 2/3] net: dsa: loop: remove MDIO device modalias
` [PATCH net-next 3/3] net: phy: remove modalias-based mdio bus matching

[PATCH net] net: sched: act_api: size RTM_GETACTION reply by fill size
 2026-01-31 17:34 UTC  (9+ messages)

[PATCH net v3 0/7] net/sched: act_gate RCU schedule update fixes
 2026-01-31 15:00 UTC  (7+ messages)
` [PATCH net v3 6/7] net/sched: act_gate: reject empty schedule list

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

[PATCH net-next v5 0/7] ipv6: Address ext hdr DoS vulnerabilities
 2026-01-31 17:24 UTC  (7+ messages)
` [PATCH net-next v5 6/7] ipv6: Enforce Extension Header ordering

[PATCH net-next] tcp: move __reqsk_free() out of line
 2026-01-31 17:16 UTC 

[PATCH net-next] net: bridge: use sysfs_emit instead of sprintf
 2026-01-31 16:53 UTC 

[PATCH net-next 0/3] net: stmmac: pcs preparation
 2026-01-31 16:37 UTC  (2+ messages)

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

[PATCH v2 iwl-next 0/3] igc: add RSS key get/set support
 2026-01-31 16:29 UTC  (4+ messages)
` [PATCH v2 iwl-next 1/3] igc: prepare for "
` [PATCH v2 iwl-next 2/3] igc: expose RSS key via ethtool get_rxfh
` [PATCH v2 iwl-next 3/3] igc: allow configuring RSS key via ethtool set_rxfh

[PATCH net-next v3 0/2] Add support for Renesas RZ/G3L GBETH
 2026-01-31 16:12 UTC  (3+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L SoC
` [PATCH net-next v3 2/2] net: stmmac: dwmac-renesas-gbeth: Add support for "

[PATCH net-next RFC 0/3] net: move .getsockopt away from __user buffers
 2026-01-31 15:53 UTC  (5+ messages)

[PATCH net-next] net: can: ctucanfd: remove useless copy of PCI_DEVICE_DATA macro
 2026-01-31 15:25 UTC  (2+ messages)

[Question] Dead code in rawv6_mh_filter_register()?
 2026-01-31 15:02 UTC 

[PATCH net-next] net: remove unnecessary module_init/exit functions
 2026-01-31 15:11 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: dsa: mxl-gsw1xx: setup polarities and validate chip
 2026-01-31 14:39 UTC  (3+ messages)
  ` [PATCH net-next v2 2/3] net: dsa: mxl-gsw1xx: configure PCS polarities

[PATCH v4 00/41] kernel-doc: make it parse new functions and structs
 2026-01-31 14:25 UTC  (42+ 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 17/41] docs: kdoc_re: don't recompile NestedMatch regex every time
` [PATCH v4 18/41] docs: kdoc_re: Change NestedMath args replacement to \0
` [PATCH v4 19/41] docs: kdoc_re: make NestedMatch use KernRe
` [PATCH v4 20/41] docs: kdoc_re: add support on NestedMatch for argument replacement
` [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 v4 23/41] docs: kdoc_re: add a helper class to declare C function matches
` [PATCH v4 24/41] docs: kdoc_parser: use the new CFunction class
` [PATCH v4 25/41] docs: kdoc_parser: minimize differences with struct_group_tagged
` [PATCH v4 26/41] docs: kdoc_parser: move transform lists to a separate file
` [PATCH v4 27/41] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
` [PATCH v4 28/41] docs: kdoc_re: prevent adding whitespaces on sub replacements
` [PATCH v4 29/41] docs: xforms_lists.py: use CFuntion to handle all function macros
` [PATCH v4 30/41] docs: kdoc_files: allows the caller to use a different xforms class
` [PATCH v4 31/41] docs: kdoc_re: Fix NestedMatch.sub() which causes PDF builds to break
` [PATCH v4 32/41] docs: sphinx-build-wrapper: allow -v override -q
` [PATCH v4 33/41] tools: sphinx-build-wrapper: improve its help message
` [PATCH v4 34/41] docs: kdoc_files: document KernelFiles() ABI
` [PATCH v4 35/41] docs: kdoc_output: add optional args to ManOutput class
` [PATCH v4 36/41] docs: sphinx-build-wrapper: better handle troff .TH markups
` [PATCH v4 37/41] docs: kdoc_output: use a more standard order for .TH on man pages
` [PATCH v4 38/41] docs: kdoc_output: describe the class init parameters
` [PATCH v4 39/41] docs: kdoc_output: pick a better default for modulename
` [PATCH v4 40/41] docs: python: add helpers to run unit tests
` [PATCH v4 41/41] tools: unittests: add tests for kernel-doc NestedMatch and KernRe

[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 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 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  (2+ 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 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 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] 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 0/2] gve: fix crashes on invalid TX queue indices
 2026-01-31  0:38 UTC  (7+ messages)


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