b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-14 17:48:38 to 2018-11-04 19:33:13 UTC [more...]

[B.A.T.M.A.N.] [RFC 0/2] batman-adv: netlink restructuring, part 2
 2018-11-04 19:33 UTC  (2+ messages)
` [B.A.T.M.A.N.] [RFC 1/2] batman-adv: Add infrastructure for netlink config manipulation

[B.A.T.M.A.N.] [PATCH] batctl: Fix minor typos in manpage
 2018-11-03 12:53 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v3 00/42] batctl: pre-netlink restructuring, part 1
 2018-11-03 12:51 UTC  (44+ 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 v3 39/42] batctl: Move routing_algo specific code it command source file
` [B.A.T.M.A.N.] [PATCH v3 40/42] batctl: Add command to monitor for netlink events
` [B.A.T.M.A.N.] [PATCH v3 41/42] batctl: Simplify enabling for bisect_iv subcommand
` [B.A.T.M.A.N.] [PATCH v3 42/42] batctl: Allow to enable/disable subcommands

[B.A.T.M.A.N.] [PATCH maint] batman-adv: Use explicit tvlv padding for ELP packets
 2018-11-03 12:40 UTC  (2+ messages)

[B.A.T.M.A.N.] Question on 'batctl o'
 2018-11-02  8:25 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v3] alfred: Request MAC resolution for IPv4 address not in ARP cache
 2018-11-01  6:15 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 0/9] batman-adv: Add inconsistent nl dump detection
 2018-10-30 21:01 UTC  (10+ messages)
` [B.A.T.M.A.N.] [PATCH 1/9] batman-adv: Add compat for genl_dump_check_consistent
` [B.A.T.M.A.N.] [PATCH 2/9] batman-adv: Add inconsistent gateway netlink dump detection
` [B.A.T.M.A.N.] [PATCH 3/9] batman-adv: Add inconsistent hardif "
` [B.A.T.M.A.N.] [PATCH 4/9] batman-adv: Store modification counter via hash helpers
` [B.A.T.M.A.N.] [PATCH 5/9] batman-adv: Add inconsistent backbone netlink dump detection
` [B.A.T.M.A.N.] [PATCH 6/9] batman-adv: Add inconsistent claim "
` [B.A.T.M.A.N.] [PATCH 7/9] batman-adv: Add inconsistent dat "
` [B.A.T.M.A.N.] [PATCH 8/9] batman-adv: Add inconsistent local TT "
` [B.A.T.M.A.N.] [PATCH 9/9] batman-adv: Add inconsistent multicast "

[B.A.T.M.A.N.] alfred and batadv-vis issue
 2018-10-30 14:27 UTC  (22+ messages)

[B.A.T.M.A.N.] [PATCH maint] alfred: Fix detection of own packets for IPv4 mode
 2018-10-29 17:55 UTC  (2+ messages)

[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.] [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] 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).