messages from 2026-07-08 20:06:52 to 2026-08-06 15:15:44 UTC [more...]
[PATCH batadv v2] batman-adv: dat: fix printing of unknown 4addr subtype
2026-08-06 15:15 UTC
[PATCH batadv] batman-adv: dat: fix printing of unknown 4addr subtype
2026-08-06 15:06 UTC (2+ messages)
[PATCH net-next 00/10] pull request for net-next: batman-adv 2026-08-05
2026-08-06 15:03 UTC (12+ messages)
` [PATCH net-next 01/10] batman-adv: dat: drop non-4addr backwards compatibility
` [PATCH net-next 02/10] batman-adv: tvlv: handle negative tvlv processing return codes
` [PATCH net-next 03/10] batman-adv: add missing kernel-doc comments
` [PATCH net-next 04/10] batman-adv: fix kernel-doc for functions holding skb ownership
` [PATCH net-next 05/10] batman-adv: annotate functions which may reallocate the skbuff
` [PATCH net-next 06/10] batman-adv: split multiple declarations per line
` [PATCH net-next 07/10] batman-adv: switch var declarations to reverse x-mas tree order
` [PATCH net-next 08/10] batman-adv: handle errors in batadv_init()
` [PATCH net-next 09/10] batman-adv: correct NET_RX_* NET_XMIT_* confusion
` [PATCH net-next 10/10] batman-adv: remove negative returns for batadv_send_skb_unicast
[PATCH net-next 00/15] pull request for net-next: batman-adv 2026-07-28
2026-08-06 14:49 UTC (26+ messages)
` [PATCH net-next 01/15] batman-adv: bla: avoid CRC corruption due to parallel claim add
` [PATCH net-next 02/15] batman-adv: bla: prevent CRC corruptions after claim flush
` [PATCH net-next 03/15] batman-adv: dat: avoid unaligned fault in IP extraction
` [PATCH net-next 04/15] batman-adv: dat: atomically update mac addresses
` [PATCH net-next 05/15] batman-adv: fix TX priority extraction for BATADV_FORW_MCAST
` [PATCH net-next 06/15] batman-adv: mcast: ensure unshared skb for multicast packets
` [PATCH net-next 07/15] batman-adv: mcast: linearize skbuff for packet generation
` [PATCH net-next 08/15] batman-adv: dat: drop non-4addr backwards compatibility
` [PATCH net-next 09/15] batman-adv: add missing kernel-doc comments
` [PATCH net-next 10/15] batman-adv: fix kernel-doc for functions holding skb ownership
` [PATCH net-next 11/15] batman-adv: annotate functions which may reallocate the skbuff
` [PATCH net-next 12/15] batman-adv: split multiple declarations per line
` [PATCH net-next 13/15] batman-adv: switch var declarations to reverse x-mas tree order
` [PATCH net-next 14/15] batman-adv: tt: use atomic flag modifications
` [PATCH net-next 15/15] batman-adv: tt: simplify NEW flag transition code
[PATCH RFC batadv 00/12] batman-adv: tt: refactor *_add/batadv_tt_local_remove functions
2026-08-06 9:44 UTC (13+ messages)
` [PATCH RFC batadv 01/12] batman-adv: tt: look up wifi state of incoming interface in helper
` [PATCH RFC batadv 02/12] batman-adv: tt: extract allocation of new local entries
` [PATCH RFC batadv 03/12] batman-adv: tt: replace forward gotos in batadv_tt_local_add()
` [PATCH RFC batadv 04/12] batman-adv: tt: extract refresh of existing local entries
` [PATCH RFC batadv 05/12] batman-adv: tt: extract update of dynamic client flags
` [PATCH RFC batadv 06/12] batman-adv: tt: extract allocation of new global entries
` [PATCH RFC batadv 07/12] batman-adv: tt: extract merging of flags into existing "
` [PATCH RFC batadv 08/12] batman-adv: tt: replace add_orig_entry goto in batadv_tt_global_add()
` [PATCH RFC batadv 09/12] batman-adv: tt: extract removal of the superseded local entry
` [PATCH RFC batadv 10/12] batman-adv: tt: extract marking of a removed "
` [PATCH RFC batadv 11/12] batman-adv: tt: extract immediate purge of a "
` [PATCH RFC batadv 12/12] batman-adv: tt: drop the cleanup label from batadv_tt_local_remove()
[PATCH RFC batadv v4 0/8] batman-adv: tt: atomic sashiko fixes
2026-08-06 7:41 UTC (9+ messages)
` [PATCH RFC batadv v4 1/8] batman-adv: tt: remove only the entry which was looked up from the hash
` [PATCH RFC batadv v4 2/8] batman-adv: tt: extract code handling a roam on add
` [PATCH RFC batadv v4 3/8] batman-adv: tt: simplify NEW flag transition code
` [PATCH RFC batadv v4 4/8] batman-adv: tt: drop unnecessary cleanup goto in helpers
` [PATCH RFC batadv v4 5/8] batman-adv: tt: use protected flag modifications
` [PATCH RFC batadv v4 6/8] batman-adv: tt: transition NEW local entries only under lock
` [PATCH RFC batadv v4 7/8] batman-adv: tt: don't uncount never committed clients on pending purge
` [PATCH RFC batadv v4 8/8] batman-adv: tt: decrement count for committed client on local_remove
[PATCH RFC batadv v3 0/6] batman-adv: tt: atomic sashiko fixes
2026-08-05 18:46 UTC (8+ messages)
` [PATCH RFC batadv v3 1/6] batman-adv: tt: remove only the entry which was looked up from the hash
` [PATCH RFC batadv v3 2/6] batman-adv: tt: extract code handling a roam on add
` [PATCH RFC batadv v3 3/6] batman-adv: tt: simplify NEW flag transition code
` [PATCH RFC batadv v3 4/6] batman-adv: tt: use atomic flag modifications
` [PATCH RFC batadv v3 5/6] batman-adv: tt: decrement count for committed client on local_remove
` [PATCH RFC batadv v3 6/6] batman-adv: tt: don't uncount never committed clients on pending purge
[PATCH batadv 0/2] batman-adv: compat add support for scoped_guard
2026-08-05 15:06 UTC (3+ messages)
` [PATCH batadv 1/2] batman-adv: compat: drop support for pre-C11 kernels
` [PATCH batadv 2/2] batman-adv: compat: add scoped_guard(spinlock_bh, ...) support
[PATCH batadv v3] batman-adv: handle errors in batadv_init()
2026-08-05 7:11 UTC (3+ messages)
[PATCH batadv v2 0/6] batman-adv: tt: atomic_t sashiko fixes
2026-08-04 10:18 UTC (7+ messages)
` [PATCH batadv v2 1/6] batman-adv: tt: remove only the entry which was looked up from the hash
` [PATCH batadv v2 2/6] batman-adv: tt: extract code handling a roam on add
` [PATCH batadv v2 3/6] batman-adv: tt: simplify NEW flag transition code
` [PATCH batadv v2 4/6] batman-adv: tt: use atomic flag modifications
` [PATCH batadv v2 5/6] batman-adv: tt: decrement count for committed client on local_remove
` [PATCH batadv v2 6/6] batman-adv: tt: don't uncount never committed clients on pending purge
[PATCH] batman-adv: reject unrepresentable multicast TVLV offsets
2026-08-01 9:55 UTC (6+ messages)
` [PATCH] batman-adv: reject unrepresentable multicast TVLV offsets (+ b4 check signed-off-problems)
[PATCH 0/6] alfred: interfaces: random fixes
2026-07-31 11:44 UTC (7+ messages)
` [PATCH 1/6] alfred: fix off-by-one in client interface name length checks
` [PATCH 2/6] alfred: update stored interface list on interface change
` [PATCH 3/6] alfred: don't drop the mesh interface name on OOM
` [PATCH 4/6] alfred: keep the running interfaces when reconfiguration fails
` [PATCH 5/6] alfred: Report failure when the client refuses to change interfaces
` [PATCH 6/6] alfred: don't check the "none" on network interface change
[PATCH 0/4] alfred: client: random fixes
2026-07-31 7:40 UTC (5+ messages)
` [PATCH 1/4] alfred: fix error code from unix_sock_req_data_reply
` [PATCH 2/4] alfred: avoid endless-loop when reading data from stdin fails
` [PATCH 3/4] alfred: close the listening socket on daemon setup errors
` [PATCH 4/4] alfred: handle short reads when waiting for daemon answer
[PATCH 0/3] alfred: leaks: random fixes
2026-07-31 6:44 UTC (4+ messages)
` [PATCH 1/3] alfred: don't leak event listener when epoll registration fails
` [PATCH 2/3] alfred: dlose the client socket on unix_sock_req_data errors
` [PATCH 3/3] alfred: Close the periodic timer fd on setup errors
[PATCH v2 0/1] batman-adv: fix stale receive device on merged fragments
2026-07-31 5:45 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH 0/6] alfred: argument-parsing: random fixes
2026-07-30 19:32 UTC (7+ messages)
` [PATCH 1/6] alfred: keep interface names always in heap
` [PATCH 2/6] alfred: free interface parameters before assigning new
` [PATCH 3/6] alfred: check strdup() failures during option parsing
` [PATCH 4/6] alfred: reject invalid synchronization periods
` [PATCH 5/6] alfred: reject too long unix socket paths
` [PATCH 6/6] alfred: validate the IPv4 multicast group argument
[PATCH 0/2] alfred: notifications: random fixes
2026-07-30 19:18 UTC (3+ messages)
` [PATCH 1/2] alfred: Use _exit() in the update command child process
` [PATCH 2/2] alfred: Announce changed data only after it was stored
[PATCH net 0/1] batman-adv: fix stale receive device on merged fragments
2026-07-30 17:40 UTC (3+ messages)
` [PATCH net 1/1] "
[PATCH batadv 0/4] batman-adv: tt: atomic_t sashiko fixes
2026-07-30 17:32 UTC (5+ messages)
` [PATCH batadv 1/4] batman-adv: tt: remove only the entry which was looked up from the hash
` [PATCH batadv 2/4] batman-adv: tt: don't directly clear NEW flag when removing local entry
` [PATCH batadv 3/4] batman-adv: tt: don't uncount never committed clients on pending purge
` [PATCH batadv 4/4] batman-adv: tt: fix roaming state handling of a local client
[PATCH batadv] batman-adv: tvlv: handle negative tvlv processing return codes
2026-07-30 8:57 UTC
[PATCH batadv] batman-adv: correct NET_RX_* NET_XMIT_* confusion
2026-07-30 6:43 UTC
[PATCH batadv v2] batman-adv: remove negative returns for batadv_send_skb_unicast
2026-07-30 6:23 UTC
[PATCH batadv] batman-adv: remove negative returns for batadv_send_skb_unicast
2026-07-29 21:05 UTC
[PATCH batadv] batman-adv: bla: only update backbone lasttime on changed claim backbone
2026-07-29 21:04 UTC
[PATCH net] batman-adv: check register_netdevice_notifier() and rtnl_link_register() errors
2026-07-29 15:37 UTC (4+ messages)
` [PATCH v2] batman-adv: handle errors in batadv_init()
[PATCH 0/2] alfred: txrx-warnings: random fixes
2026-07-29 7:23 UTC (3+ messages)
` [PATCH 1/2] alfred: don't treat empty datagrams as a socket read error
` [PATCH 2/2] alfred: fix type of sendto() return
[PATCH 0/2] alfred: libcap: random fixes
2026-07-29 6:26 UTC (3+ messages)
` [PATCH 1/2] alfred: drop CAP_NET_RAW when binding to the device fails
` [PATCH 2/2] alfred: free the correct capability set when cap_init() fails
[PATCH 0/2] alfred: netlink: random fixes
2026-07-28 17:26 UTC (3+ messages)
` [PATCH 1/2] alfred: import batadv_netlink_policy from batctl
` [PATCH 2/2] alfred: don't stop translation table dump after first entry
[PATCH] alfred: mark alfred_change_bat_iface_v0 as packed
2026-07-28 17:06 UTC
[PATCH] alfred: seed the random() generator for transaction IDs
2026-07-28 16:56 UTC
[PATCH 0/7] pull request for net-next: batman-adv 2023-08-16
2023-08-16 16:39 UTC (2+ messages)
` [PATCH 4/7] batman-adv: Check hardif MTU against runtime MTU
[PATCH 0/1] pull request for net: batman-adv 2023-06-07
2023-06-07 15:55 UTC (2+ messages)
` [PATCH 1/1] batman-adv: Broken sync while rescheduling delayed work
[PATCH 0/8] alfred: vis: random fixes
2026-07-28 16:01 UTC (9+ messages)
` [PATCH 1/8] alfred: vis: reject too long unix socket paths
` [PATCH 2/8] alfred: vis: keep interface names always in heap
` [PATCH 3/8] alfred: vis: return query_rtnl_link error on failed send
` [PATCH 4/8] alfred: vis: handle short reads on the unix socket
` [PATCH 5/8] alfred: vis: report failures while reading the answer
` [PATCH 6/8] alfred: vis: don't drop the rest of the answer for a bogus dataset
` [PATCH 7/8] alfred: vis: fix jsondoc output for nodes without vis entries
` [PATCH 8/8] alfred: vis: skip originators with unresolvable hard interface
[PATCH 0/7] alfred: gpsd: random fixes
2026-07-28 13:32 UTC (8+ messages)
` [PATCH 1/7] alfred: gpsd: show unix-path option in the usage output
` [PATCH 2/7] alfred: gpsd: reject too long unix socket paths
` [PATCH 3/7] alfred: gpsd: fix counter underflow on leading carriage return
` [PATCH 4/7] alfred: gpsd: handle short reads on the unix socket
` [PATCH 5/7] alfred: gpsd: report failures while reading the answer
` [PATCH 6/7] alfred: gpsd: don't drop the rest of the answer for a bogus dataset
` [PATCH 7/7] alfred: gpsd: handle empty or not 0-terminated TPV
[PATCH batadv v3 0/5] batman-adv: allow to specify limits for remote learned objects
2026-07-24 6:51 UTC (6+ messages)
` [PATCH batadv v3 1/5] batman-adv: limit number of parallel learned neighbors
` [PATCH batadv v3 2/5] batman-adv: limit number of parallel learned originators
` [PATCH batadv v3 3/5] batman-adv: limit number of parallel learned DAT entries
` [PATCH batadv v3 4/5] batman-adv: limit number of parallel learned BLA backbones
` [PATCH batadv v3 5/5] batman-adv: limit number of parallel learned BLA claims
[PATCH batadv] batman-adv: bla: fix freeing of claims on meshif deletion
2026-07-22 10:08 UTC
[PATCH v2] batctl: drop bisect_iv tool
2026-07-22 7:23 UTC
[PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
2026-07-13 14:57 UTC (5+ messages)
[PATCH] batctl: add subcommand to limit number of learned objects
2026-07-12 18:45 UTC
[PATCH batadv] batman-adv: fix kernel-doc for functions holding ownership of the skb
2026-07-10 20:31 UTC
[PATCH batadv] batman-adv: annotate functions which may cow reallocate the skbuff
2026-07-10 20:19 UTC
[PATCH batadv v2 0/3] batman-adv: mcast header creation bugs
2026-07-10 20:01 UTC (4+ messages)
` [PATCH batadv v2 1/3] batman-adv: fix TX priority extraction for BATADV_FORW_MCAST
` [PATCH batadv v2 2/3] batman-adv: mcast: ensure unshared skb for multicast packets
` [PATCH batadv v2 3/3] batman-adv: mcast: linearize skbuff for packet generation
[PATCH net] batman-adv: bound BLA claim and backbone gateway table growth
2026-07-10 17:56 UTC (2+ messages)
[PATCH batadv 0/3] batman-adv: mcast header creation bugs
2026-07-10 3:22 UTC (5+ messages)
` [PATCH batadv 1/3] batman-adv: fix TX priority extraction for BATADV_FORW_MCAST
` [PATCH batadv 2/3] batman-adv: mcast: ensure unshared skb for multicast packets
` [PATCH batadv 3/3] batman-adv: mcast: linearize skbuff for packet generation
[PATCH net 1/9] batman-adv: ensure minimal ethernet header on TX
2026-07-09 9:20 UTC (2+ messages)
[PATCH] batctl: drop bisect_iv tool
2026-07-08 20:23 UTC
[PATCH 00/12] batctl: netlink bugfixes
2026-07-08 20:00 UTC (6+ messages)
` [PATCH 08/12] batctl: netlink: detect receive errors in query_rtnl_link
` [PATCH 09/12] batctl: netlink: detect receive errors in netlink_simple_request
` [PATCH 10/12] batctl: netlink: detect receive errors in query_rtnl_link_single
` [PATCH 11/12] batctl: netlink: report error on query_rtnl_link send failure
` [PATCH 12/12] batctl: netlink: use kernel-style error codes for nl_recvmsgs
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox