public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
 messages from 2018-09-06 12:00:35 to 2018-10-25 16:22:41 UTC [more...]

[B.A.T.M.A.N.] [PATCH v3 00/42] batctl: pre-netlink restructuring, part 1
 2018-10-25 16:22 UTC  (39+ messages)
` [B.A.T.M.A.N.] [PATCH v3 01/42] batctl: Drop unused define SOCKET_PATH_FMT
` [B.A.T.M.A.N.] [PATCH v3 02/42] batctl: Use common code organization for statistics
` [B.A.T.M.A.N.] [PATCH v3 03/42] batctl: Drop legacy vis_* related warning messages
` [B.A.T.M.A.N.] [PATCH v3 04/42] batctl: Move loglevel command to separate file
` [B.A.T.M.A.N.] [PATCH v3 05/42] batctl: Move log "
` [B.A.T.M.A.N.] [PATCH v3 06/42] batctl: Move gw_mode "
` [B.A.T.M.A.N.] [PATCH v3 07/42] batctl: Move routing_algo "
` [B.A.T.M.A.N.] [PATCH v3 08/42] batctl: Rename tp_meter to throughputmeter
` [B.A.T.M.A.N.] [PATCH v3 09/42] batctl: Introduce datastructure for subcommands
` [B.A.T.M.A.N.] [PATCH v3 10/42] batctl: Add per command flags
` [B.A.T.M.A.N.] [PATCH v3 11/42] batctl: Use command structure for remaining subcommands
` [B.A.T.M.A.N.] [PATCH v3 12/42] batctl: Use getopt to parse main options
` [B.A.T.M.A.N.] [PATCH v3 13/42] batctl: Store usage line next to command
` [B.A.T.M.A.N.] [PATCH v3 14/42] batctl: Prepare command infrastructure for shared functions
` [B.A.T.M.A.N.] [PATCH v3 15/42] batctl: Add type to command to structure usage output
` [B.A.T.M.A.N.] [PATCH v3 16/42] batctl: Convert debug table to command infrastructure
` [B.A.T.M.A.N.] [PATCH v3 17/42] batctl: Convert sysfs settings "
` [B.A.T.M.A.N.] [PATCH v3 18/42] batctl: Move backbonetable debug table to own file
` [B.A.T.M.A.N.] [PATCH v3 19/42] batctl: Move claimtable "
` [B.A.T.M.A.N.] [PATCH v3 20/42] batctl: Move dat_cache "
` [B.A.T.M.A.N.] [PATCH v3 21/42] batctl: Move gateways "
` [B.A.T.M.A.N.] [PATCH v3 22/42] batctl: Move mcast_flags "
` [B.A.T.M.A.N.] [PATCH v3 23/42] batctl: Move nc_nodes "
` [B.A.T.M.A.N.] [PATCH v3 24/42] batctl: Move neighbors "
` [B.A.T.M.A.N.] [PATCH v3 25/42] batctl: Move originators "
` [B.A.T.M.A.N.] [PATCH v3 26/42] batctl: Move transglobal "
` [B.A.T.M.A.N.] [PATCH v3 27/42] batctl: Move translocal "
` [B.A.T.M.A.N.] [PATCH v3 28/42] batctl: Move aggregation setting "
` [B.A.T.M.A.N.] [PATCH v3 29/42] batctl: Move ap_isolation "
` [B.A.T.M.A.N.] [PATCH v3 30/42] batctl: Move bonding "
` [B.A.T.M.A.N.] [PATCH v3 31/42] batctl: Move bridge_loop_avoidance "
` [B.A.T.M.A.N.] [PATCH v3 32/42] batctl: Move distributed_arp_table "
` [B.A.T.M.A.N.] [PATCH v3 33/42] batctl: Move fragmentation "
` [B.A.T.M.A.N.] [PATCH v3 34/42] batctl: Move isolation_mark "
` [B.A.T.M.A.N.] [PATCH v3 35/42] batctl: Move multicast_mode "
` [B.A.T.M.A.N.] [PATCH v3 36/42] batctl: Move network_coding "
` [B.A.T.M.A.N.] [PATCH v3 37/42] batctl: Move orig_interval "
` [B.A.T.M.A.N.] [PATCH v3 38/42] batctl: Use external netlink socket for debug tables

[B.A.T.M.A.N.] [PATCH v2] alfred: Request MAC resolution for IPv4 address not in ARP cache
 2018-10-25 13:42 UTC  (3+ messages)

[B.A.T.M.A.N.] alfred and batadv-vis issue
 2018-10-25 13:40 UTC 

[B.A.T.M.A.N.] alfred and batadv-vis issue
 2018-10-25  9:06 UTC  (15+ messages)

[B.A.T.M.A.N.] [PATCH alfred] Request MAC resolution for IPv4 address not in ARP cache
 2018-10-24 19:20 UTC  (3+ messages)

[B.A.T.M.A.N.] Additional Assistance
 2018-10-23 14:35 UTC  (3+ messages)

[B.A.T.M.A.N.] broadcast storms
 2018-10-22 18:17 UTC  (4+ messages)

[B.A.T.M.A.N.] Version help
 2018-10-22 18:15 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 00/38] batctl: pre-netlink restructuring, part 1
 2018-10-22 16:42 UTC  (41+ messages)
` [B.A.T.M.A.N.] [PATCH 01/38] batctl: Drop unused define SOCKET_PATH_FMT
` [B.A.T.M.A.N.] [PATCH 02/38] batctl: Use common code organization for statistics
` [B.A.T.M.A.N.] [PATCH 03/38] batctl: Drop legacy vis_* related warning messages
` [B.A.T.M.A.N.] [PATCH 04/38] batctl: Move loglevel command to separate file
` [B.A.T.M.A.N.] [PATCH 05/38] batctl: Move log "
` [B.A.T.M.A.N.] [PATCH 06/38] batctl: Move gw_mode "
` [B.A.T.M.A.N.] [PATCH 07/38] batctl: Move routing_algo "
` [B.A.T.M.A.N.] [PATCH 08/38] batctl: Rename tp_meter to throughputmeter
` [B.A.T.M.A.N.] [PATCH 09/38] batctl: Introduce datastructure for subcommands
` [B.A.T.M.A.N.] [PATCH 10/38] batctl: Add per command flags
` [B.A.T.M.A.N.] [PATCH 11/38] batctl: Use command structure for remaining subcommands
` [B.A.T.M.A.N.] [PATCH 12/38] batctl: Use getopt to parse main options
` [B.A.T.M.A.N.] [PATCH 13/38] batctl: Store usage line next to command
` [B.A.T.M.A.N.] [PATCH 14/38] batctl: Prepare command infrastructure for shared functions
` [B.A.T.M.A.N.] [PATCH 15/38] batctl: Add type to command to structure usage output
` [B.A.T.M.A.N.] [PATCH 16/38] batctl: Convert debug table to command infrastructure
` [B.A.T.M.A.N.] [PATCH 17/38] batctl: Convert sysfs settings "
` [B.A.T.M.A.N.] [PATCH 18/38] batctl: Move backbonetable debug table to own file
` [B.A.T.M.A.N.] [PATCH 19/38] batctl: Move claimtable "
` [B.A.T.M.A.N.] [PATCH 20/38] batctl: Move dat_cache "
` [B.A.T.M.A.N.] [PATCH 21/38] batctl: Move gateways "
` [B.A.T.M.A.N.] [PATCH 22/38] batctl: Move mcast_flags "
` [B.A.T.M.A.N.] [PATCH 23/38] batctl: Move nc_nodes "
` [B.A.T.M.A.N.] [PATCH 24/38] batctl: Move neighbors "
` [B.A.T.M.A.N.] [PATCH 25/38] batctl: Move originators "
` [B.A.T.M.A.N.] [PATCH 26/38] batctl: Move transglobal "
` [B.A.T.M.A.N.] [PATCH 27/38] batctl: Move translocal "
` [B.A.T.M.A.N.] [PATCH 28/38] batctl: Move aggregation setting "
` [B.A.T.M.A.N.] [PATCH 29/38] batctl: Move bonding "
` [B.A.T.M.A.N.] [PATCH 30/38] batctl: Move bridge_loop_avoidance "
` [B.A.T.M.A.N.] [PATCH 31/38] batctl: Move distributed_arp_table "
` [B.A.T.M.A.N.] [PATCH 32/38] batctl: Move fragmentation "
` [B.A.T.M.A.N.] [PATCH 33/38] batctl: Move isolation_mark "
` [B.A.T.M.A.N.] [PATCH 34/38] batctl: Move multicast_mode "
` [B.A.T.M.A.N.] [PATCH 35/38] batctl: Move network_coding "
` [B.A.T.M.A.N.] [PATCH 36/38] batctl: Move orig_interval "
  ` [B.A.T.M.A.N.] [PATCH v2 "
` [B.A.T.M.A.N.] [PATCH 37/38] batctl: Use external netlink socket for debug tables
` [B.A.T.M.A.N.] [PATCH 38/38] batctl: Add command to monitor for netlink events

[B.A.T.M.A.N.] [PATCH 0/5] batman-adv: Tracing and debugfs deprecation cleanups
 2018-10-21  9:30 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Drop unused lockdep include
` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: Add includes for deprecation warning
` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: Improve includes for trace functionality
` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: Allow to use BATMAN_ADV_DEBUG without BATMAN_ADV_DEBUGFS
` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: Fix description for BATMAN_ADV_DEBUG

[B.A.T.M.A.N.] B.A.T.M.A.N. port to ESP32
 2018-10-20 12:20 UTC  (5+ messages)

[B.A.T.M.A.N.] BLA and gateway mode
 2018-10-16 10:00 UTC  (6+ messages)

[B.A.T.M.A.N.] Blacklisting specific nodes for traffic routing
 2018-10-15 19:52 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: Fix minor typos in manpage
 2018-10-15 10:02 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: Move CRC16 dependency to BATMAN_ADV_BLA
 2018-10-14 15:16 UTC 

[B.A.T.M.A.N.] (no subject)
 2018-09-28  7:14 UTC  (2+ messages)
` [B.A.T.M.A.N.] batman-adv installation guide

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Fix colliding redefinition of file_dentry
 2018-09-24  9:16 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCH maint 2/2] batman-adv: Fix colliding redefinition of skb_postpush_rcsum

[B.A.T.M.A.N.] [PATCH 0/5] pull request for net-next: batman-adv 2018-09-19
 2018-09-21 16:51 UTC  (10+ messages)
` [B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Start new development cycle
` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: Mark debugfs functionality as deprecated
` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: Provide debug messages as trace events
` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: Move OGM rebroadcast stats to orig_ifinfo
` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: Enable LockLess TX for softif
  ` [B.A.T.M.A.N.] a dumb question about batman
  ` [B.A.T.M.A.N.] Packaging BATMAN

[B.A.T.M.A.N.] [PATCH 00/11] pull request for net: batman-adv 2018-09-19
 2018-09-20  8:09 UTC  (14+ messages)
` [B.A.T.M.A.N.] [PATCH 01/11] batman-adv: Avoid probe ELP information leak
` [B.A.T.M.A.N.] [PATCH 02/11] batman-adv: Fix segfault when writing to throughput_override
` [B.A.T.M.A.N.] [PATCH 03/11] batman-adv: Fix segfault when writing to sysfs elp_interval
` [B.A.T.M.A.N.] [PATCH 04/11] batman-adv: Prevent duplicated gateway_node entry
` [B.A.T.M.A.N.] [PATCH 05/11] batman-adv: Prevent duplicated nc_node entry
` [B.A.T.M.A.N.] [PATCH 06/11] batman-adv: Prevent duplicated softif_vlan entry
` [B.A.T.M.A.N.] [PATCH 07/11] batman-adv: Prevent duplicated global TT entry
` [B.A.T.M.A.N.] [PATCH 08/11] batman-adv: Prevent duplicated tvlv handler
` [B.A.T.M.A.N.] [PATCH 09/11] batman-adv: fix backbone_gw refcount on queue_work() failure
` [B.A.T.M.A.N.] [PATCH 10/11] batman-adv: fix hardif_neigh "
` [B.A.T.M.A.N.] [PATCH 11/11] batman-adv: Increase version number to 2018.3

[B.A.T.M.A.N.] Network loops on gateways join
 2018-09-18 12:44 UTC  (6+ messages)
  ` [B.A.T.M.A.N.] R: "
      ` [B.A.T.M.A.N.] R: "

[B.A.T.M.A.N.] [PATCH] batman-adv: Disable MCAST during compilation
 2018-09-14 17:48 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Enable LockLess TX for softif
 2018-09-14 17:48 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 0/2] batman-adv: Continue with deprecation of debugfs
 2018-09-14 17:48 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Move OGM rebroadcast stats to orig_ifinfo
 2018-09-14 17:48 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v5 0/7] B.A.T.M.A.N. V - fallback to tp meter estimation if throughput otherwise not available
 2018-09-08 17:38 UTC  (10+ messages)
` [B.A.T.M.A.N.] [PATCH v5 1/7] batman-adv: tp_meter - prevent concurrent tp_meter sessions by using workqueue
` [B.A.T.M.A.N.] [PATCH v5 2/7] batman-adv: tp_meter - don't check for existing session
` [B.A.T.M.A.N.] [PATCH v5 3/7] batman-adv: tp_meter - allow up to 10 queued sessions
` [B.A.T.M.A.N.] [PATCH v5 4/7] batman-adv: tp_meter - add caller distinction
` [B.A.T.M.A.N.] [PATCH v5 5/7] batman-adv: tp_meter - add option to perform one-hop test
` [B.A.T.M.A.N.] [PATCH v5 6/7] batman-adv: ELP - use tp meter to estimate the throughput if otherwise not available
` [B.A.T.M.A.N.] [PATCH v5 7/7] batman-adv: ELP - add throughput meter test duration attribute

[B.A.T.M.A.N.] [PATCH maint 1/2] batman-adv: fix backbone_gw refcount on queue_work() failure
 2018-09-07 11:17 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH maint 2/2] batman-adv: fix hardif_neigh "

[B.A.T.M.A.N.] [PATCH v2 0/5] batman-adv: Missing list checks for *list_add*
 2018-09-07 11:15 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH v2 1/5] batman-adv: Prevent duplicated gateway_node entry
` [B.A.T.M.A.N.] [PATCH v2 2/5] batman-adv: Prevent duplicated nc_node entry
` [B.A.T.M.A.N.] [PATCH v2 3/5] batman-adv: Prevent duplicated softif_vlan entry
` [B.A.T.M.A.N.] [PATCH v2 4/5] batman-adv: Prevent duplicated global TT entry
` [B.A.T.M.A.N.] [PATCH v2 5/5] batman-adv: Prevent duplicated tvlv handler

[B.A.T.M.A.N.] [RFC maint v2] batman-adv: fix adding VLANs with partial state
 2018-09-07 10:25 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH v6] batman-adv: Snoop DHCPACKs for DAT
 2018-09-06 14:34 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 0/5] batman-adv: Missing list checks for *list_add*
 2018-09-06 12:05 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: Prevent duplicated softif_vlan entry
` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: Prevent duplicated global TT entry
` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: Prevent duplicated tvlv handler


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