b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-06 13:26:46 to 2011-12-04 20:01:51 UTC [more...]

[B.A.T.M.A.N.] [PATCH] batman-adv: simplify bat_ogm_receive API call
 2011-12-04 20:01 UTC 

[B.A.T.M.A.N.] [RFC] batman-adv: switch routing algorithm at runtime
 2011-12-04 20:00 UTC  (17+ messages)
` [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: add infrastructure to change "
  ` [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: convert batman iv algorithm to use dynamic infrastructure
  ` [B.A.T.M.A.N.] [PATCH 3/3] batman-adv: allowing changing the routing algorithm via sysfs

[B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Don't automatically build in parallel
 2011-12-04 19:16 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: Remove OpenWRT specific makefile rules
` [B.A.T.M.A.N.] [PATCH 3/4] batman-adv: Remove non-kernel parts from Makefile.kbuild
` [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: Allow to enable features without editing Makefile

[B.A.T.M.A.N.] [PATCHv5] atomic: add *_dec_not_zero
 2011-12-04 15:42 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: in case of roaming mark the client with TT_CLIENT_ROAM
 2011-12-04 11:26 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "

[B.A.T.M.A.N.] [PATCH] batman-adv: Move is_out_of_time() to main.c for general use
 2011-12-03 15:54 UTC  (9+ messages)
` [B.A.T.M.A.N.] [PATCH] batman-adv: Rm trailing whitespace from is_my_mac() in main.c

[B.A.T.M.A.N.] pull request: batman-adv 2011-11-26
 2011-12-03  8:55 UTC  (17+ messages)
` [B.A.T.M.A.N.] [PATCH 01/10] batman-adv: update internal version number
` [B.A.T.M.A.N.] [PATCH 02/10] batman-adv: tt_global_del_orig() has to print the correct message
` [B.A.T.M.A.N.] [PATCH 03/10] batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>
` [B.A.T.M.A.N.] [PATCH 04/10] batman-adv: refactoring gateway handling code
` [B.A.T.M.A.N.] [PATCH 05/10] batman-adv: use orig_hash_find() instead of get_orig_node() in TT code
` [B.A.T.M.A.N.] [PATCH 06/10] batman-adv: fixed hash functions type to uint32_t instead of int
` [B.A.T.M.A.N.] [PATCH 07/10] batman-adv: directly write tt entries without buffering
` [B.A.T.M.A.N.] [PATCH 08/10] batman-adv: linearise the tt_response skb only if needed
` [B.A.T.M.A.N.] [PATCH 09/10] batman-adv: check for tt_reponse packet real length
` [B.A.T.M.A.N.] [PATCH 10/10] batman-adv: Fix range check for expected packets

[B.A.T.M.A.N.] [PATCH] batman-adv: format multi-line if in the correct way
 2011-12-03  7:20 UTC  (2+ messages)

[B.A.T.M.A.N.] [patch] batman-adv: remove extra negation in gw_out_of_range()
 2011-11-29  6:41 UTC  (2+ messages)

[B.A.T.M.A.N.] [RFC] batman-adv: Move build compat stuff to Makefile
 2011-11-26 13:18 UTC  (8+ messages)

[B.A.T.M.A.N.] [PATCHv4 0/7] DAT: Distributed ARP Table
 2011-11-26  9:09 UTC  (18+ messages)
` [B.A.T.M.A.N.] [PATCHv4 1/7] batman-adv: implement an helper function to forge unicast packets
` [B.A.T.M.A.N.] [PATCHv4 2/7] batman-adv: add a new log level for DAT-ARP debugging
` [B.A.T.M.A.N.] [PATCHv4 3/7] batman-adv: Distributed ARP Table - create the DHT helper functions
` [B.A.T.M.A.N.] [PATCHv4 4/7] batman-adv: Distributed ARP Table - add ARP parsing functions
` [B.A.T.M.A.N.] [PATCHv4 5/7] batman-adv: Distributed ARP Table - add snooping functions for ARP messages
` [B.A.T.M.A.N.] [PATCHv4 6/7] batman-adv: Distributed ARP Table - increase default soft_iface ARP table timeout
` [B.A.T.M.A.N.] [PATCHv4 7/7] batman-adv: add Distributed ARP Table compile option

[B.A.T.M.A.N.] [PATCH] batman-adv: add biggest_unsigned_int(x) macro
 2011-11-25 10:53 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH] Remove useless condition
 2011-11-25  5:27 UTC  (6+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: correct usage of TT_CLIENT_ROAM flag
 2011-11-25  5:02 UTC  (2+ messages)

[B.A.T.M.A.N.] Connecting non-batman nodes to a mesh network
 2011-11-24 13:02 UTC  (8+ messages)

[B.A.T.M.A.N.] [PATCHv3 0/7] DAT: Distributed ARP Table
 2011-11-23 16:19 UTC  (11+ messages)
` [B.A.T.M.A.N.] [PATCHv3 1/7] batman-adv: implement an helper function to forge unicast packets
` [B.A.T.M.A.N.] [PATCHv3 2/7] batman-adv: add a new log level for DAT-ARP debugging
` [B.A.T.M.A.N.] [PATCHv3 3/7] batman-adv: Distributed ARP Table - create the DHT helper functions
` [B.A.T.M.A.N.] [PATCHv3 4/7] batman-adv: Distributed ARP Table - add ARP parsing functions
` [B.A.T.M.A.N.] [PATCHv3 5/7] batman-adv: Distributed ARP Table - add snooping functions for ARP messages
` [B.A.T.M.A.N.] [PATCHv3 6/7] batman-adv: Distributed ARP Table - increase default soft_iface ARP table timeout
` [B.A.T.M.A.N.] [PATCHv3 7/7] batman-adv: add Distributed ARP Table compile option

[B.A.T.M.A.N.] batman-adv stable patches: information request
 2011-11-22 22:48 UTC  (5+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: batctl: added loglevel support for DBG_ARP
 2011-11-22 20:47 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "

[B.A.T.M.A.N.] batctl ping exit status
 2011-11-22 10:59 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH] batctl: Return failure code when ping was not successful

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Explicitly mark the common header structure
 2011-11-22 10:22 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batctl: "

[B.A.T.M.A.N.] [PATCH] add make install
 2011-11-22  9:45 UTC  (7+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: add tt_initialised flag to the orig_node struct
 2011-11-22  9:40 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCHv2 0/7] DAT: Distributed ARP Table
 2011-11-21 21:37 UTC  (11+ messages)
` [B.A.T.M.A.N.] [PATCHv2 1/7] batman-adv: implement an helper function to forge unicast packets
` [B.A.T.M.A.N.] [PATCHv2 2/7] batman-adv: add a new log level for DAT-ARP debugging
` [B.A.T.M.A.N.] [PATCHv2 3/7] batman-adv: Distributed ARP Table - create the DHT helper functions
` [B.A.T.M.A.N.] [PATCHv2 4/7] batman-adv: Distributed ARP Table - add ARP parsing functions
` [B.A.T.M.A.N.] [PATCHv2 5/7] batman-adv: Distributed ARP Table - add snooping functions for ARP messages
` [B.A.T.M.A.N.] [PATCHv2 6/7] batman-adv: Distributed ARP Table - increase default soft_iface ARP table timeout
` [B.A.T.M.A.N.] [PATCHv2 7/7] batman-adv: add Distributed ARP Table compile option
` [B.A.T.M.A.N.] [PATCH] batman-adv: fix two issues in DAT

[B.A.T.M.A.N.] Very strange behaviour
 2011-11-19 19:42 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 0/5] Loop-freness for B.A.T.M.A.N
 2011-11-18 15:56 UTC  (5+ messages)

[B.A.T.M.A.N.] B.A.T.M.A.N Digest, Vol 59, Issue 21
 2011-11-18 14:17 UTC 

[B.A.T.M.A.N.] [PATCH 1/5] Rename 'tq_avg' field of struct 'neigh_node' in 'tq'
 2011-11-17 15:53 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 2/5] Introduce sequence number recording of ogm received from neighbours
` [B.A.T.M.A.N.] [PATCH 3/5] Remove TQ global window and tq averaging
` [B.A.T.M.A.N.] [PATCH 4/5] Change ogm forwarding rules
` [B.A.T.M.A.N.] [PATCH 5/5] Remove unnecessary code

[B.A.T.M.A.N.] Problem to find better Route
 2011-11-16  8:49 UTC  (4+ messages)

[B.A.T.M.A.N.] Problem to find better Route
 2011-11-15  1:40 UTC  (3+ messages)

[B.A.T.M.A.N.] batman-adv 2011.4.0 released
 2011-11-14 16:56 UTC 

[B.A.T.M.A.N.] [PATCH] batctl: update the tcpdump section in the README
 2011-11-13 18:56 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: modify tt sections in the README
 2011-11-13 18:49 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: correct batctl ll output
 2011-11-13 18:45 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: readme update (mention ap isolation and new log level)
 2011-11-09 11:06 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: use unregister_netdevice() when softif_create fails
 2011-11-08 18:38 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv2] batman-adv: check return value for hash_add()
 2011-11-08 18:00 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: Human readable log levels instead of bitmasks
 2011-11-08 17:41 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "

[B.A.T.M.A.N.] [PATCH 1/2] batctl: version also prints the kernel module version if available
 2011-11-08 17:10 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batctl: remove unused SINGLE_READ flag

[B.A.T.M.A.N.] [PATCH] batman-adv: generalise tt_local_reset_flags()
 2011-11-08 17:02 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "

[B.A.T.M.A.N.] MTU issue
 2011-11-06 19:37 UTC  (6+ messages)
    ` [B.A.T.M.A.N.] Fwd: "

[B.A.T.M.A.N.] [PATCH 1/5] net/batman-adv: use kstrtoul, etc
 2011-11-06 14:16 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).