b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-09 09:17:47 to 2012-04-05 10:38:48 UTC [more...]

[B.A.T.M.A.N.] pull request: batman-adv 2012-04-05
 2012-04-05 10:38 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 01/16] MAINTAINERS: add additional maintainer for net/batman-adv
` [B.A.T.M.A.N.] [PATCH 02/16] batman-adv: clean up Kconfig

[B.A.T.M.A.N.] [PATCH 0/4] batman-adv: tt code fixes and temporary client detection
 2012-04-04 12:42 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCHv2 1/4] batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval
` [B.A.T.M.A.N.] [PATCHv2 2/4] batman-adv: beautify tt_global_add() argument list
` [B.A.T.M.A.N.] [PATCHv2 3/4] batman-adv: let tt_global_entry_has_orig() return the orig_entry or NULL instead of 1 or 0 only
` [B.A.T.M.A.N.] [PATCHv2 4/4] batman-adv: enable nodes to detect not yet announced clients

[B.A.T.M.A.N.] [PATCH 0/5] batman-adv: tt code fixes and temporary client detection
 2012-04-04 10:09 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH 1/5] batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval
` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: clear the PENDING flag in case of client re-addition
` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: beautify tt_global_add() argument list
` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: let tt_global_entry_has_orig() return the orig_entry or NULL instead of 1 or 0 only
` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: enable nodes to detect not yet announced clients

[B.A.T.M.A.N.] [PATCH] batman-adv: Initialize lockdep class keys for hashes
 2012-04-04  9:28 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "

[B.A.T.M.A.N.] [PATCH] batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already exists
 2012-04-04  9:18 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: put long strings on a dedicated line
 2012-04-04  8:32 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Add routing_algo to README
 2012-04-04  8:29 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: Changed the wrong option in log level that was, showing arp as and option where it should be dat
 2012-04-04  8:16 UTC  (2+ messages)

[B.A.T.M.A.N.] [RFC 0/2] Create counters for measuring behaviour
 2012-04-04  8:08 UTC  (5+ messages)
` [B.A.T.M.A.N.] [RFC 1/2] batman-adv: Add interface to keep stats
` [B.A.T.M.A.N.] [RFC 2/2] batman-adv: Increment stat counters on rx, tx, fwd

[B.A.T.M.A.N.] new batman-adv maintainer
 2012-04-02 20:51 UTC  (2+ messages)

[B.A.T.M.A.N.] any throughput mechanism or plans?
 2012-04-02 18:21 UTC  (13+ messages)

[B.A.T.M.A.N.] link alternation when radios are not on batman-adv router?
 2012-04-01  2:10 UTC  (10+ messages)
              ` [B.A.T.M.A.N.] [OT] ruci / Was: "

[B.A.T.M.A.N.] question about frag_can_reassemble()
 2012-03-31  8:52 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: make tt_changes_buff API consistent
 2012-03-30 16:11 UTC 

[B.A.T.M.A.N.] B.A.T.M.A.N. GSoC 2012 announcement
 2012-03-30 12:16 UTC 

[B.A.T.M.A.N.] BW degradation on p2p links?
 2012-03-30  4:11 UTC  (6+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Add routing_algo to README
 2012-03-29  9:32 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: Use eth_hw_addr_random compat also for kernel 3.3
 2012-03-28 15:03 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: use shorter pr_warn instead of pr_warning
 2012-03-28 14:58 UTC  (2+ messages)

[B.A.T.M.A.N.] batman-adv load module patch
 2012-03-28 11:36 UTC  (4+ messages)

[B.A.T.M.A.N.] [RFC] ELP
 2012-03-24 20:39 UTC  (17+ messages)
` [B.A.T.M.A.N.] [RFC 1/5] batman-adv: ELP - adding basic infrastructure
  ` [B.A.T.M.A.N.] [RFC 2/5] batman-adv: ELP - creating neighbor structures, updating LQs
  ` [B.A.T.M.A.N.] [RFC 3/5] batman-adv: ELP - exporting neighbor list via debugfs
  ` [B.A.T.M.A.N.] [RFC 4/5] batman-adv: ELP - adding sysfs parameter for elp interval
  ` [B.A.T.M.A.N.] [RFC 5/5] batman-adv: ELP - add configurable minimum ELP packet length (def: 300B)

[B.A.T.M.A.N.] [PATCH 1/4] batman-adv: prepare lq_update_lock to be shared among different protocols
 2012-03-20 13:10 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: refactor window_protected to avoid unnecessary return statement
` [B.A.T.M.A.N.] [PATCH 3/4] batman-adv: fix checkpatch string complaint
` [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: fix checkpatch opening parenthesis complaint

[B.A.T.M.A.N.] [PATCH] batctl: tcpdump - display new not_best_hop_flag when parsing OGMs
 2012-03-20 13:03 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: improve unicast packet (re)routing
 2012-03-20 13:01 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "

[B.A.T.M.A.N.] [PATCH] batman-adv: avoid skb_linearise() if not needed
 2012-03-20 12:59 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: add BAT_UNICAST_4ADDR handler in the packet-handlers array
 2012-03-20 12:53 UTC  (3+ messages)

[B.A.T.M.A.N.] routing loops on interconnected routers / adhoc + ethernet
 2012-03-20 12:51 UTC  (6+ messages)

[B.A.T.M.A.N.] Meshlinux Download Link - Error 404
 2012-03-16 18:18 UTC  (6+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: add contributor name
 2012-03-15  6:55 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: update copyright years
 2012-03-15  6:53 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 1/5] batman-adv: ignore protocol packets if the interface did not enable this protocol
 2012-03-15  6:50 UTC  (17+ messages)
` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callback
` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: rename sysfs macros to reflect the soft-interface dependency
` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: Adding hard_iface specific sysfs wrapper macros for UINT
` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: avoid temporary routing loops by being strict on forwarded OGMs

[B.A.T.M.A.N.] [Battlemesh] Battlemesh v5 tests
 2012-03-13  3:37 UTC  (48+ messages)
                      ` [B.A.T.M.A.N.] Diversity in BATMAN [was: Battlemesh v5 tests]
                        ` [B.A.T.M.A.N.] [Battlemesh] "
                          ` [B.A.T.M.A.N.] [Battlemesh] Diversity in BATMAN
                                    ` [B.A.T.M.A.N.] Network models [was: Battlemesh v5 tests]

[B.A.T.M.A.N.] pull request: batman-adv 2012-03-11
 2012-03-12 13:16 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Ignore 80-chars per line limits for strings
` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: Don't begin block comments with only a /* line
` [B.A.T.M.A.N.] [PATCH 3/4] batman-adv: Use {} braces consistent on the arms of a statement
` [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: Remove spaces after a cast

[B.A.T.M.A.N.] Fix of nightly checkpatch errors
 2012-03-10 22:04 UTC  (17+ messages)
` [B.A.T.M.A.N.] [PATCH 1/8-next] batman-adv: Ignore 80-chars per line limits for strings
  ` [B.A.T.M.A.N.] [PATCH 2/8-next] batman-adv: Don't begin block comments with only a /* line
  ` [B.A.T.M.A.N.] [PATCH 3/8-next] batman-adv: Use {} braces consistent on the arms of a statement
  ` [B.A.T.M.A.N.] [PATCH 4/8-next] batman-adv: Remove spaces after a cast
  ` [B.A.T.M.A.N.] [PATCH 5/8-master] batman-adv: Ignore 80-chars per line limits for strings
  ` [B.A.T.M.A.N.] [PATCH 6/8-master] batman-adv: Don't begin block comments with only a /* line
  ` [B.A.T.M.A.N.] [PATCH 7/8-master] batman-adv: Use {} braces consistent on the arms of a statement
  ` [B.A.T.M.A.N.] [PATCH 8/8-master] batman-adv: Remove spaces after a cast


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