b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-18 09:58:52 to 2016-06-10 16:14:00 UTC [more...]

[B.A.T.M.A.N.] [PATCH next] batman-adv: Avoid skb free for batadv_send_skb_to_orig < -1
 2016-06-10 16:14 UTC 

[B.A.T.M.A.N.] [PATCH v5 0/6] Optimizations for setups running dat and bla
 2016-06-10 11:51 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCH v5 1/6] batman-adv: prevent multiple ARP replies sent by gateways if dat enbled
` [B.A.T.M.A.N.] [PATCH v5 2/6] batman-adv: speed up dat by snooping received ip traffic
` [B.A.T.M.A.N.] [PATCH v5 3/6] batman-adv: prevent duplication of ARP replies when DAT is used
` [B.A.T.M.A.N.] [PATCH v5 4/6] batman-adv: drop unicast packets from other backbone gw
` [B.A.T.M.A.N.] [PATCH v5 5/6] batman-adv: changed debug messages for easier bla debugging
` [B.A.T.M.A.N.] [PATCH v5 6/6] batman-adv: handle race condition for claims between gateways

[B.A.T.M.A.N.] How to compile BATMAN V against linux backports cfg80211
 2016-06-10  8:15 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH v9 0/5] batctl netns and netlink
 2016-06-09 14:58 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH v9 1/5] batctl: Use netlink to replace some of debugfs
` [B.A.T.M.A.N.] [PATCH v9 2/5] batctl: add netlink dump function for backbone tables
` [B.A.T.M.A.N.] [PATCH v9 3/5] batctl: Import alfred version of debugfs.*
` [B.A.T.M.A.N.] [PATCH v9 4/5] batctl: Split translate_mac from debugfs backend
` [B.A.T.M.A.N.] [PATCH v9 5/5] batctl: Translate mac addresses via netlink

[B.A.T.M.A.N.] [PATCH v9 00/14] netns and netlink support
 2016-06-09 14:54 UTC  (15+ messages)
` [B.A.T.M.A.N.] [PATCH v9 01/14] batman-adv: Handle parent interfaces in a different netns
` [B.A.T.M.A.N.] [PATCH v9 02/14] batman-adv: Suppress debugfs entries for netns's
` [B.A.T.M.A.N.] [PATCH v9 03/14] batman-adv: netlink: add routing_algo query
` [B.A.T.M.A.N.] [PATCH v9 04/14] batman-adv: netlink: hardif query
` [B.A.T.M.A.N.] [PATCH v9 05/14] batman-adv: netlink: add translation table query
` [B.A.T.M.A.N.] [PATCH v9 06/14] batman-adv: Provide TTVN in the mesh_info netlink msg
` [B.A.T.M.A.N.] [PATCH v9 07/14] batman-adv: netlink: add originator and neighbor table queries
` [B.A.T.M.A.N.] [PATCH v9 08/14] batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementations
` [B.A.T.M.A.N.] [PATCH v9 09/14] batman-adv: add B.A.T.M.A.N. V "
` [B.A.T.M.A.N.] [PATCH v9 10/14] batman-adv: add B.A.T.M.A.N. Dump gateways via netlink
` [B.A.T.M.A.N.] [PATCH v9 11/14] batman-adv: add B.A.T.M.A.N. Dump BLA claims "
` [B.A.T.M.A.N.] [PATCH v9 12/14] batman-adv: Provide bla group in the mesh_info netlink msg
` [B.A.T.M.A.N.] [PATCH v9 13/14] batman-adv: add backbone table netlink support
` [B.A.T.M.A.N.] [PATCH v9 14/14] batman-adv: Indicate netlink socket can be used with netns

[B.A.T.M.A.N.] Non-batman Clients
 2016-06-09  1:21 UTC  (8+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Document optional batadv_algo_ops
 2016-06-07 20:44 UTC 

[B.A.T.M.A.N.] [PATCH v3 1/5] batman-adv: Define module rtnl link name
 2016-06-07  6:23 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH v3 2/5] batman-adv: Use rtnl link in device creation example
` [B.A.T.M.A.N.] [PATCH v3 3/5] batman-adv: Modify mesh_iface outside sysfs context
` [B.A.T.M.A.N.] [PATCH v3 4/5] batman-adv: Revert "postpone sysfs removal when unregistering"
` [B.A.T.M.A.N.] [PATCH v3 5/5] batman-adv: Avoid sysfs name collision for netns moves

[B.A.T.M.A.N.] [PATCH v4 0/6] GW code: make it algorithm-agnostic and add B.A.T.M.A.N. V support
 2016-06-07  6:22 UTC  (14+ messages)
` [B.A.T.M.A.N.] [PATCH v4 1/6] batman-adv: split routing API data structure in subobjects
` [B.A.T.M.A.N.] [PATCH v4 2/6] batman-adv: make the GW selection class algorithm specific
` [B.A.T.M.A.N.] [PATCH v4 3/6] batman-adv: statically print gateway table header
` [B.A.T.M.A.N.] [PATCH v4 4/6] batman-adv: make GW election code protocol specific
` [B.A.T.M.A.N.] [PATCH v4 5/6] batman-adv: B.A.T.M.A.N. V - implement GW selection logic
` [B.A.T.M.A.N.] [PATCH v4 6/6] batman-adv: disable sysfs knobs when GW-mode is not implemented

[B.A.T.M.A.N.] [PATCH v4] batman-adv: B.A.T.M.A.N. V - implement hard-iface init function
 2016-06-07  2:06 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH v2 1/5] batman-adv: Define module rtnl link name
 2016-06-06 21:05 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH v2 2/5] batman-adv: Use rtnl link in device creation example
` [B.A.T.M.A.N.] [PATCH v2 3/5] batman-adv: Modify mesh_iface outside sysfs context
` [B.A.T.M.A.N.] [PATCH v2 4/5] batman-adv: Revert "postpone sysfs removal when unregistering"
` [B.A.T.M.A.N.] [PATCH v2 5/5] batman-adv: Avoid sysfs name collision for netns moves

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: remove useless forward declarations
 2016-06-06 16:12 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: move include line at the same place as other files

[B.A.T.M.A.N.] [PATCH] batman-adv: fix returned error in batadv_netlink_tp_meter_cancel
 2016-06-06 16:07 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: remove unused vid local variable in tt seq print
 2016-06-06 16:05 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Ignore auto-generated files in compat-sources
 2016-06-06 16:03 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v3] batman-adv: Fix build against recent Debian Stretch kernels
 2016-06-06 15:48 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Clean up untagged vlan when destroying via rtnl-link
 2016-06-06 15:46 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: Define module rtnl link name
` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: Use rtnl link in device creation example
` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: Modify mesh_iface outside sysfs context
` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: Revert "postpone sysfs removal when unregistering"
` [B.A.T.M.A.N.] [PATCH 6/6] batman-adv: Avoid sysfs name collision for netns moves

[B.A.T.M.A.N.] [PATCH-maint] batman-adv: Fix ICMP RR ethernet access after skb_linearize
 2016-06-06 15:35 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Fix double-put of vlan object
 2016-06-06 15:31 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH maint v3] batman-adv: Fix use-after-free/double-free of tt_req_node
 2016-06-06 15:24 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 01/10] alfred: vis: Fix parsing of iface_status
 2016-06-05 18:47 UTC  (10+ messages)
` [B.A.T.M.A.N.] [PATCH 02/10] alfred: Split list of objects in Makefile into separate lines
` [B.A.T.M.A.N.] [PATCH 03/10] alfred: Add netlink dependencies
` [B.A.T.M.A.N.] [PATCH 04/10] alfred: Add CAP_NET_ADMIN capabilities for netlink
` [B.A.T.M.A.N.] [PATCH 05/10] alfred: Split translate_mac from debugfs backend
` [B.A.T.M.A.N.] [PATCH 06/10] alfred: Translate mac addresses via netlink
` [B.A.T.M.A.N.] [PATCH 07/10] alfred: Split get_tq from debugfs backend
` [B.A.T.M.A.N.] [PATCH 08/10] alfred: Query TQ of originators via netlink
` [B.A.T.M.A.N.] [PATCH 09/10] alfred: vis: Save device index in interface list
` [B.A.T.M.A.N.] [PATCH 10/10] alfred: vis: Add support for netlink

[B.A.T.M.A.N.] [PATCHv2] batman-adv: Refactor forward packet creation/destruction
 2016-06-05  8:22 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 3/3] batman-adv: Less function calls in batadv_is_ap_isolated() after error detection
 2016-05-31 17:57 UTC  (3+ messages)
  ` [B.A.T.M.A.N.] [PATCH] "

[B.A.T.M.A.N.] [PATCH] batman-adv: Remove unused primary_if variable
 2016-05-31 13:30 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v2] batman-adv: Fix use-after-free/double-free of tt_req_node
 2016-05-31  7:00 UTC  (3+ messages)
` [B.A.T.M.A.N.] [v2, maint] "

[B.A.T.M.A.N.] How to read batadv-vis jsondoc correctly
 2016-05-30 14:14 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH maint] batman-adv: Fix use-after-free of tt_req_node
 2016-05-29 21:05 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v2 0/2] netns support for alfred
 2016-05-27 12:01 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH v2 2/2] alfred: Mount debugfs before reducing capabilities

[B.A.T.M.A.N.] [PATCH v8 00/14] netns and netlink support
 2016-05-26  8:42 UTC  (19+ messages)
` [B.A.T.M.A.N.] [PATCH v8 01/14] batman-adv: Handle parent interfaces in a different netns
` [B.A.T.M.A.N.] [PATCH v8 02/14] batman-adv: Suppress debugfs entries for netns's
` [B.A.T.M.A.N.] [PATCH v8 03/14] batman-adv: netlink: add routing_algo query
` [B.A.T.M.A.N.] [PATCH v8 04/14] batman-adv: netlink: hardif query
` [B.A.T.M.A.N.] [PATCH v8 05/14] batman-adv: netlink: add translation table query
` [B.A.T.M.A.N.] [PATCH v8 06/14] batman-adv: Provide TTVN in the mesh_info netlink msg
` [B.A.T.M.A.N.] [PATCH v8 07/14] batman-adv: netlink: add originator and neighbor table queries
` [B.A.T.M.A.N.] [PATCH v8 08/14] batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementations
` [B.A.T.M.A.N.] [PATCH v8 09/14] batman-adv: add B.A.T.M.A.N. V "
` [B.A.T.M.A.N.] [PATCH v8 10/14] batman-adv: add B.A.T.M.A.N. Dump gateways via netlink
` [B.A.T.M.A.N.] [PATCH v8 11/14] batman-adv: add B.A.T.M.A.N. Dump BLA claims "
` [B.A.T.M.A.N.] [PATCH v8 12/14] batman-adv: Provide bla group in the mesh_info netlink msg
` [B.A.T.M.A.N.] [PATCH v8 13/14] batman-adv: add backbone table netlink support
` [B.A.T.M.A.N.] [PATCH v8 14/14] batman-adv: Indicate netlink socket can be used with netns

[B.A.T.M.A.N.] Unable to ping interface in ap mode / client mode with IP4 addr
 2016-05-25 17:01 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] RFC: batman-adv: Remove unused primary_if variable
 2016-05-24 12:59 UTC  (4+ messages)

[B.A.T.M.A.N.] kmalloc() vs. kmem_cache_alloc() for global TT?
 2016-05-24  0:14 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv2] batman-adv: Refactor forward packet creation/destruction
 2016-05-23 22:10 UTC 

[B.A.T.M.A.N.] [PATCH v8 0/2] batctl netns and netlink
 2016-05-23 16:01 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH v8 1/2] batctl: Use netlink to replace some of debugfs
` [B.A.T.M.A.N.] [PATCH v8 2/2] batctl: add netlink dump function for backbone tables

[B.A.T.M.A.N.] [PATCH v3 0/5] GW code: make it algorithm-agnostic and add B.A.T.M.A.N. V support
 2016-05-23 14:22 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH v3 1/5] batman-adv: make the GW selection class algorithm specific
` [B.A.T.M.A.N.] [PATCH v3 2/5] batman-adv: split routing API data structure in subobjects
` [B.A.T.M.A.N.] [PATCH v3 3/5] batman-adv: statically print gateway table header
` [B.A.T.M.A.N.] [PATCH v3 4/5] batman-adv: make GW election code protocol specific
` [B.A.T.M.A.N.] [PATCH v3 5/5] batman-adv: B.A.T.M.A.N. V - implement GW selection logic

[B.A.T.M.A.N.] [PATCH v2 0/5] GW code: make it algorithm-agnostic and add B.A.T.M.A.N. V
 2016-05-23 14:16 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCH v2 1/5] batman-adv: make the GW selection class algorithm specific
` [B.A.T.M.A.N.] [PATCH v2 2/5] batman-adv: split routing API data structure in subobjects
` [B.A.T.M.A.N.] [PATCH v2 3/5] batman-adv: statically print gateway table header
` [B.A.T.M.A.N.] [PATCH v2 4/5] batman-adv: make GW election code protocol specific
` [B.A.T.M.A.N.] [PATCH v2 5/5] batman-adv: B.A.T.M.A.N. V - implement GW selection logic

[B.A.T.M.A.N.] [PATCHv3] batman-adv: B.A.T.M.A.N. V - implement hard-iface init function
 2016-05-21 13:09 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH stable-4.6] batman-adv: Fix double neigh_node_put in batadv_v_ogm_route_update
 2016-05-21  9:48 UTC 

[B.A.T.M.A.N.] [PATCH] batctl: Fix format string for raw tp_meter output
 2016-05-20 15:30 UTC 

[B.A.T.M.A.N.] [PATCHv3 0/6] batman-adv: Optimizations for setups running dat and bla
 2016-05-20 13:51 UTC  (11+ messages)
` [B.A.T.M.A.N.] [PATCHv3 2/6] batman-adv: speed up dat by snooping received ip traffic
    ` [B.A.T.M.A.N.] Antwort: "

[B.A.T.M.A.N.] [PATCH next v2] batman-adv: Fix build against recent Debian stretch kernels
 2016-05-20 12:06 UTC 

[B.A.T.M.A.N.] [PATCH-maintv2] batman-adv: replace WARN with rate limited output on non-existing VLAN
 2016-05-20 10:34 UTC  (3+ messages)
` [B.A.T.M.A.N.] Antwort: "

[B.A.T.M.A.N.] [PATCH v4 0/6] batman-adv: Optimizations for setups running dat and bla
 2016-05-20 10:12 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH v4 1/6] batman-adv: prevent multiple ARP replies sent by gateways if dat enbled
    ` [B.A.T.M.A.N.] Antwort: "

[B.A.T.M.A.N.] [PATCH v11 0/3] batman-adv: throughput meter
 2016-05-20  9:50 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH v11 1/2] batman-adv: return netdev status in the TX path
` [B.A.T.M.A.N.] [PATCH v11 2/2] batman-adv: throughput meter implementation
` [B.A.T.M.A.N.] [PATCH v11] batctl: introduce throughput meter support

[B.A.T.M.A.N.] [PATCH v3 1/6] batman-adv: Include main.h in all files
 2016-05-20  9:18 UTC  (10+ messages)
` [B.A.T.M.A.N.] [PATCH v3 2/6] batman-adv: Keep includes ordered by filename
` [B.A.T.M.A.N.] [PATCH v3 3/6] batman-adv: split tvlv into a separate file
` [B.A.T.M.A.N.] [PATCH v3 4/6] batman-adv: move bat_algo functions "
` [B.A.T.M.A.N.] [PATCH v3 6/6] batman-adv: Fix bat_(iv|v) function declaration header

[B.A.T.M.A.N.] [PATCH v3 5/6] batman-adv: Consolidate logging related functions
 2016-05-20  9:15 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH] "

[B.A.T.M.A.N.] mesh losing internal Ilayer3 connectivity
 2016-05-20  7:33 UTC  (5+ messages)

[B.A.T.M.A.N.] pull request: batman-adv 20160518
 2016-05-19 18:51 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).