b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-01 06:47:56 to 2016-07-16 19:30:20 UTC [more...]

[B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL
 2016-07-16 19:30 UTC 

[B.A.T.M.A.N.] [PATCH v2] batman-adv: Allow to disable debugfs support
 2016-07-16  7:31 UTC 

[B.A.T.M.A.N.] [PATCH 01/10] alfred: vis: Fix parsing of iface_status
 2016-07-16  7:28 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCH 11/11] alfred: Switch netlink uapi header copyright to ISC

[B.A.T.M.A.N.] Mesh speed comparison between Atheros and MediaTek
 2016-07-15 20:54 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v2 01/18] batman-adv: Place kref_get for orig_node_vlan near use
 2016-07-15 15:39 UTC  (18+ messages)
` [B.A.T.M.A.N.] [PATCH v2 02/18] batman-adv: Place kref_get for orig_ifinfo "
` [B.A.T.M.A.N.] [PATCH v2 03/18] batman-adv: Place kref_get for tt_orig_list_entry "
` [B.A.T.M.A.N.] [PATCH v2 04/18] batman-adv: Place kref_get for neigh_ifinfo "
` [B.A.T.M.A.N.] [PATCH v2 05/18] batman-adv: Place kref_get for neigh_node "
` [B.A.T.M.A.N.] [PATCH v2 06/18] batman-adv: Place kref_get for orig_node "
` [B.A.T.M.A.N.] [PATCH v2 07/18] batman-adv: Place kref_get for tt_local_entry "
` [B.A.T.M.A.N.] [PATCH v2 08/18] batman-adv: Place kref_get for tt_common "
` [B.A.T.M.A.N.] [PATCH v2 09/18] batman-adv: Place kref_get for bla_claim "
` [B.A.T.M.A.N.] [PATCH v2 10/18] batman-adv: Place kref_get for bla_backbone_gw "
` [B.A.T.M.A.N.] [PATCH v2 11/18] batman-adv: Place kref_get for dat_entry "
` [B.A.T.M.A.N.] [PATCH v2 12/18] batman-adv: Place kref_get for gw_node "
` [B.A.T.M.A.N.] [PATCH v2 13/18] batman-adv: Place kref_get for hard_iface "
` [B.A.T.M.A.N.] [PATCH v2 14/18] batman-adv: Place kref_get for softif_vlan "
` [B.A.T.M.A.N.] [PATCH v2 15/18] batman-adv: Place kref_get for nc_node "
` [B.A.T.M.A.N.] [PATCH v2 16/18] batman-adv: Place kref_get for nc_path "
` [B.A.T.M.A.N.] [PATCH v2 17/18] batman-adv: Place kref_get for tvlv_container "
` [B.A.T.M.A.N.] [PATCH v2 18/18] "

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Place kref_get near use of reference
 2016-07-15 15:36 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Fix consistency of update route messages

[B.A.T.M.A.N.] [PATCH] batman-adv: Allow to disable debugfs support
 2016-07-15  9:16 UTC  (2+ messages)

[B.A.T.M.A.N.] [RFC 1/2] batman-adv: Allow to disable debugfs support
 2016-07-15  9:02 UTC  (3+ messages)
` [B.A.T.M.A.N.] [RFC 2/2] batman-adv: Disable CONFIG_BATMAN_ADV_DEBUGFS by default

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

[B.A.T.M.A.N.] [PATCH] batman-adv: Use bitwise instead of arithmetic operator for flags
 2016-07-15  7:54 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH v3] batman-adv: Remove orig_node reference handling from send_skb_unicast
 2016-07-14 10:06 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 0/7] batctl: rtnetlink interface manipulation
 2016-07-13 15:30 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCH 1/7] batctl: Use rtnl to query list of softif devices
  ` [B.A.T.M.A.N.] [PATCH 2/7] batctl: Add command to create/destroy batman-adv interface
  ` [B.A.T.M.A.N.] [PATCH 3/7] batctl: Use rtnl to add/remove interfaces
  ` [B.A.T.M.A.N.] [PATCH 4/7] batctl: Parse interface arguments relative to last parsed option
  ` [B.A.T.M.A.N.] [PATCH 5/7] batctl: Allow to disable automatic interface new/destroy
  ` [B.A.T.M.A.N.] [PATCH 6/7] batctl: Move interface command to extra file
  ` [B.A.T.M.A.N.] [PATCH 7/7] batctl: Move check_mesh_iface* to functions.c

[B.A.T.M.A.N.] [PATCH 1/3] batman-adv: refactor wifi interface detection
 2016-07-12 15:50 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: additional checks for virtual interfaces on top of WiFi
` [B.A.T.M.A.N.] [PATCH 3/3] batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interface

[B.A.T.M.A.N.] [PATCH 0/7] pull request for net: batman-adv 2016-07-08
 2016-07-11 19:30 UTC  (9+ messages)
` [B.A.T.M.A.N.] [PATCH 1/7] batman-adv: Avoid nullptr dereference in bla after vlan_insert_tag
` [B.A.T.M.A.N.] [PATCH 2/7] batman-adv: Avoid nullptr dereference in dat "
` [B.A.T.M.A.N.] [PATCH 3/7] batman-adv: Fix orig_node_vlan leak on orig_node_release
` [B.A.T.M.A.N.] [PATCH 4/7] batman-adv: Fix non-atomic bla_claim::backbone_gw access
` [B.A.T.M.A.N.] [PATCH 5/7] batman-adv: Fix reference leak in batadv_find_router
` [B.A.T.M.A.N.] [PATCH 6/7] batman-adv: Free last_bonding_candidate on release of orig_node
` [B.A.T.M.A.N.] [PATCH 7/7] batman-adv: Fix speedy join in gateway client mode

[B.A.T.M.A.N.] [RFC PATCH] batman-adv: Use own timer for multicast TT and TVLV updates
 2016-07-11 12:39 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: Keep batadv netdev when hardif disappears
 2016-07-10 13:47 UTC 

[B.A.T.M.A.N.] [PATCHv2 1/2] batman-adv: Add wrapper for ARP reply creation
 2016-07-10 11:42 UTC  (9+ messages)
` [B.A.T.M.A.N.] [PATCHv2 2/2] batman-adv: Snoop DHCPACKs for DAT

[B.A.T.M.A.N.] [PATCH v2] batman-adv: use kmem_cache for translation table
 2016-07-08  9:53 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv-devel: Exchange include order for uapi header files
 2016-07-08  9:50 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv4] batman-adv: Introduce forward packet creation helper
 2016-07-07  6:20 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: fix boolreturn.cocci warnings
 2016-07-06 13:44 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Fix speedy join in gateway client mode
 2016-07-06 13:17 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Use broadcast as fallback for gateway replies

[B.A.T.M.A.N.] [PATCH v3] batman-adv: iv_ogm, Reduce code duplication
 2016-07-05  9:49 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v2 1/3] batman-adv: Fix orig_node_vlan leak on orig_node_release
 2016-07-05  9:34 UTC  (12+ messages)
` [B.A.T.M.A.N.] [PATCH v2 2/3] batman-adv: Fix non-atomic bla_claim::backbone_gw access
  ` [B.A.T.M.A.N.] [PATCH v3 2/4] "
` [B.A.T.M.A.N.] [PATCH v2 3/3] batman-adv: Fix reference leak in batadv_find_router
` [B.A.T.M.A.N.] [PATCH maint v2 4/4] batman-adv: Free last_bonding_candidate on release of orig_node

[B.A.T.M.A.N.] [PATCH maint] batman-adv: Avoid tt_req_node list put for unhashed entry
 2016-07-05  9:03 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 00/11] pull request for net-next: batman-adv 2016-07-04
 2016-07-05  9:02 UTC  (15+ messages)
` [B.A.T.M.A.N.] [PATCH 01/11] batman-adv: Include main.h in bat_v_ogm.h
` [B.A.T.M.A.N.] [PATCH 02/11] batman-adv: Keep includes ordered by filename
` [B.A.T.M.A.N.] [PATCH 03/11] batman-adv: split tvlv into a separate file
` [B.A.T.M.A.N.] [PATCH 04/11] batman-adv: move bat_algo functions "
` [B.A.T.M.A.N.] [PATCH 05/11] batman-adv: Consolidate logging related functions
` [B.A.T.M.A.N.] [PATCH 06/11] batman-adv: Fix bat_(iv|v) function declaration header
` [B.A.T.M.A.N.] [PATCH 07/11] batman-adv: add generic netlink family for batman-adv
` [B.A.T.M.A.N.] [PATCH 08/11] batman-adv: add netlink command to query generic mesh information files
` [B.A.T.M.A.N.] [PATCH 09/11] batman-adv: return netdev status in the TX path
` [B.A.T.M.A.N.] [PATCH 10/11] batman-adv: throughput meter implementation
` [B.A.T.M.A.N.] [PATCH 11/11] batman-adv: split routing API data structure in subobjects

[B.A.T.M.A.N.] [PATCH maint 1/2] batman-adv: Avoid nullptr dereference in bla after vlan_insert_tag
 2016-07-05  8:53 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH maint 2/2] batman-adv: Avoid nullptr dereference in dat "

[B.A.T.M.A.N.] [PATCH next v2 1/4] batman-adv: Free tp_meter ack skb when it was not consumed
 2016-07-05  8:42 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCH next v2 2/4] batman-adv: Don't propagate negative dev_queue_xmit return values
` [B.A.T.M.A.N.] [PATCH next v2 3/4] batman-adv: remove NET_XMIT_POLICED
` [B.A.T.M.A.N.] [PATCH next v2 4/4] batman-adv: Remove unnecessary call to dev_xmit_complete

[B.A.T.M.A.N.] [PATCH] batman-adv: Fix Kconfig dependencies regarding multicast optimizations
 2016-07-05  8:05 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH next] batman-adv: Switch netlink uapi header copyright to ISC
 2016-07-05  8:01 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH v6 0/4] GW code: make it algorithm-agnostic and add B.A.T.M.A.N. V support
 2016-07-05  7:56 UTC  (9+ messages)
` [B.A.T.M.A.N.] [PATCH v6 1/4] batman-adv: make the GW selection class algorithm specific
` [B.A.T.M.A.N.] [PATCH v6 2/4] batman-adv: make GW election code protocol specific
` [B.A.T.M.A.N.] [PATCH v6 3/4] batman-adv: B.A.T.M.A.N. V - implement GW selection logic
` [B.A.T.M.A.N.] [PATCH v6 4/4] batman-adv: disable sysfs knobs when GW-mode is not implemented

[B.A.T.M.A.N.] Copyright of netlink batman_adv.h
 2016-07-04  9:46 UTC  (3+ messages)
` [B.A.T.M.A.N.] [RFC] batman-adv: Switch netlink uapi header copyright to ISC

[B.A.T.M.A.N.] [PATCH v6 0/5] Optimizations for setups running dat and bla
 2016-07-04  6:25 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH v6 1/5] batman-adv: prevent multiple ARP replies sent by gateways if dat enabled
` [B.A.T.M.A.N.] [PATCH v6 2/5] batman-adv: prevent duplication of ARP replies when DAT is used
` [B.A.T.M.A.N.] [PATCH v6 3/5] batman-adv: drop unicast packets from other backbone gw
` [B.A.T.M.A.N.] [PATCH v6 4/5] batman-adv: changed debug messages for easier bla debugging
` [B.A.T.M.A.N.] [PATCH v6 5/5] batman-adv: handle race condition for claims between gateways

[B.A.T.M.A.N.] [PATCH v10 0/8] batctl: netns and netlink support
 2016-07-03 11:35 UTC  (9+ messages)
` [B.A.T.M.A.N.] [PATCH v10 1/8] batctl: Use netlink to replace some of debugfs
` [B.A.T.M.A.N.] [PATCH v10 2/8] batctl: add netlink dump function for backbone tables
` [B.A.T.M.A.N.] [PATCH v10 3/8] batctl: add netlink dump support for B.A.T.M.A.N. V gateways
` [B.A.T.M.A.N.] [PATCH v10 4/8] batctl: Import alfred version of debugfs.*
` [B.A.T.M.A.N.] [PATCH v10 5/8] batctl: Split translate_mac from debugfs backend
` [B.A.T.M.A.N.] [PATCH v10 6/8] batctl: Translate mac addresses via netlink
` [B.A.T.M.A.N.] [PATCH v10 7/8] batctl: Document a network namespaces example
` [B.A.T.M.A.N.] [PATCH v10 8/8] batctl: Use debugfs fallback when netlink not supported

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Add wrapper for ARP reply creation
 2016-07-02  7:40 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Snoop DHCPACKs for DAT

[B.A.T.M.A.N.] pull request for net-next: batman-adv 2016-07-01
 2016-07-01 21:05 UTC  (20+ messages)
` [B.A.T.M.A.N.] [PATCH 01/17] batman-adv: Start new development cycle
` [B.A.T.M.A.N.] [PATCH 02/17] batman-adv: statically print gateway table header
` [B.A.T.M.A.N.] [PATCH 03/17] batman-adv: remove unused vid local variable in tt seq print
` [B.A.T.M.A.N.] [PATCH 04/17] batman-adv: document sysfs files in alphabetical order
` [B.A.T.M.A.N.] [PATCH 05/17] batman-adv: update elp interval documentation
` [B.A.T.M.A.N.] [PATCH 06/17] batman-adv: refactor batadv_neigh_node_* functions to follow common style
` [B.A.T.M.A.N.] [PATCH 07/17] batman-adv: remove unused callback from batadv_algo_ops struct
` [B.A.T.M.A.N.] [PATCH 08/17] batman-adv: remove ogm_emit and ogm_schedule API calls
` [B.A.T.M.A.N.] [PATCH 09/17] batman-adv: remove useless inline attribute for sysfs helper function
` [B.A.T.M.A.N.] [PATCH 10/17] batman-adv: move GW mode and selection class to private data structure
` [B.A.T.M.A.N.] [PATCH 11/17] batman-adv: init ELP tweaking options only once
` [B.A.T.M.A.N.] [PATCH 12/17] batman-adv: Set skb priority in fragments
` [B.A.T.M.A.N.] [PATCH 13/17] batman-adv: Include frame priority in fragment header
` [B.A.T.M.A.N.] [PATCH 14/17] batman-adv: Always flood IGMP/MLD reports
` [B.A.T.M.A.N.] [PATCH 15/17] batman-adv: Add multicast optimization support for bridged setups
` [B.A.T.M.A.N.] [PATCH 16/17] batman-adv: Adding logging of mcast flag changes
` [B.A.T.M.A.N.] [PATCH 17/17] batman-adv: Add debugfs table for mcast flags

[B.A.T.M.A.N.] [PATCH v5 0/6] Optimizations for setups running dat and bla
 2016-07-01 14:12 UTC  (12+ 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.] [RFC 1/2] batman-adv: Fix speedy join in gateway client mode
 2016-07-01  7:30 UTC  (3+ messages)
` [B.A.T.M.A.N.] [RFC 2/2] batman-adv: Use broadcast as fallback for gateway replies

[B.A.T.M.A.N.] [RFC PATCH 0/2] Snooping DHCP to update DAT
 2016-07-01  6:47 UTC  (3+ messages)
` [B.A.T.M.A.N.] [RFC PATCH 1/2] batman-adv: Add wrapper for ARP reply creation
` [B.A.T.M.A.N.] [RFC PATCH 2/2] batman-adv: Snoop DHCPACKs for DAT


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