public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
 messages from 2012-04-14 13:07:14 to 2012-04-29 08:35:50 UTC [more...]

[B.A.T.M.A.N.] [PATCH] batman-adv: remove biggest_unsigned_int() macro
 2012-04-29  8:35 UTC  (2+ messages)

[B.A.T.M.A.N.] Batman with Ubiquiti SDK
 2012-04-29  8:27 UTC  (4+ messages)

[B.A.T.M.A.N.] collaboration-group on batman-adv installation & application
 2012-04-28 20:57 UTC  (8+ messages)
    ` [B.A.T.M.A.N.] [Interop-dev] "

[B.A.T.M.A.N.] pull request: batman-adv 2012-04-25
 2012-04-27 22:34 UTC  (29+ messages)
` [B.A.T.M.A.N.] [PATCH 01/15] batman-adv: add UNICAST_4ADDR packet type
` [B.A.T.M.A.N.] [PATCH 02/15] batman-adv: add a new log level for DAT debugging
` [B.A.T.M.A.N.] [PATCH 03/15] batman-adv: add biggest_unsigned_int(x) macro
        ` [B.A.T.M.A.N.] Traffic Control in batman-adv
` [B.A.T.M.A.N.] [PATCH 04/15] batman-adv: Distributed ARP Table - create DHT helper functions
` [B.A.T.M.A.N.] [PATCH 05/15] batman-adv: Distributed ARP Table - add ARP parsing functions
` [B.A.T.M.A.N.] [PATCH 06/15] batman-adv: Distributed ARP Table - add snooping functions for ARP messages
` [B.A.T.M.A.N.] [PATCH 07/15] batman-adv: Distributed ARP Table - increase default soft_iface ARP table timeout
` [B.A.T.M.A.N.] [PATCH 08/15] batman-adv: Distributed ARP Table - add compile option
` [B.A.T.M.A.N.] [PATCH 09/15] batman-adv: fix wrong dhcp option list browsing
` [B.A.T.M.A.N.] [PATCH 10/15] batman-adv: introduce is_single_hop_neigh variable to increase readability
` [B.A.T.M.A.N.] [PATCH 11/15] batman-adv: introduce packet type handler array for incoming packets
` [B.A.T.M.A.N.] [PATCH 12/15] batman-adv: register batman ogm receive function during protocol init
` [B.A.T.M.A.N.] [PATCH 13/15] batman-adv: rename last_valid to last_seen
` [B.A.T.M.A.N.] [PATCH 14/15] batman-adv: replace HZ calculations with jiffies_to_msecs()
` [B.A.T.M.A.N.] [PATCH 15/15] batman-adv: split neigh_new function into generic and batman iv specific parts

[B.A.T.M.A.N.] [PATCH] batman-adv: Define attribute __percpu for < 2.6.33
 2012-04-26  7:54 UTC  (2+ messages)

[B.A.T.M.A.N.] [RFC] batman-adv: turn tt commit code into routing protocol agnostic API
 2012-04-26  5:49 UTC  (3+ messages)

[B.A.T.M.A.N.] pull request: batman-adv 2012-04-18
 2012-04-25 12:25 UTC  (31+ messages)
` [B.A.T.M.A.N.] [PATCH 01/13] batman-adv: convert the tt_crc to network order
` [B.A.T.M.A.N.] [PATCH 02/13] batman-adv: remove duplicated line in comment
` [B.A.T.M.A.N.] [PATCH 03/13] batman-adv: move ogm initialization into the proper function
` [B.A.T.M.A.N.] [PATCH 04/13] batman-adv: refactoring API: find generalized name for bat_ogm_init callback
` [B.A.T.M.A.N.] [PATCH 05/13] batman-adv: randomize initial seqno to avoid collision
` [B.A.T.M.A.N.] [PATCH 06/13] batman-adv: add iface_disable() callback to routing API
` [B.A.T.M.A.N.] [PATCH 07/13] batman-adv: handle routing code initialization properly
` [B.A.T.M.A.N.] [PATCH 08/13] batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callback
` [B.A.T.M.A.N.] [PATCH 09/13] batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN
` [B.A.T.M.A.N.] [PATCH 10/13] batman-adv: mark existing ogm variables as batman iv
` [B.A.T.M.A.N.] [PATCH 11/13] batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
` [B.A.T.M.A.N.] [PATCH 12/13] batman-adv: print OGM seq numbers as unsigned int
` [B.A.T.M.A.N.] [PATCH 13/13] batman-adv: skip the window protection test when the originator has no neighbours
  ` [B.A.T.M.A.N.] [PATCH 1/4] batman: don't bother flipping ->tt_data
  ` [B.A.T.M.A.N.] [PATCH 2/4] batman: don't bother flipping ->tt_crc
  ` [B.A.T.M.A.N.] batman: keep batman_ogm_packet ->seqno net-endian all along
  ` [B.A.T.M.A.N.] batman: trivial endianness annotations
      ` [B.A.T.M.A.N.] [PATCH 1/5] batman-adv: don't bother flipping ->tt_data
      ` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: get rid of pointless cast in memcpy()
      ` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: trivial endianness annotations
      ` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: keep batman_ogm_packet ->seqno net-endian all along

[B.A.T.M.A.N.] [PATCH] batman-adv: return added entries instead of number of possibly added entries
 2012-04-25 12:05 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Add cast to bat_counters in types.h
 2012-04-25 12:04 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: make __alloc_percpu 2.6.29 compatible
 2012-04-25 12:01 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 0/3] Cleanups
 2012-04-25 11:52 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix comment style in DAT code
` [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: opening function bracket must be on a new line
` [B.A.T.M.A.N.] [PATCH 3/3] batman-adv: use fake functions instead of defines for not compiled-in routines

[B.A.T.M.A.N.] [PATCH] batman-adv: ignore trailing CR when comparing protocol names
 2012-04-22  9:09 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: avoid characters requiring shell escapes in protocol names
 2012-04-22  9:06 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Add get_ethtool_stats() support
 2012-04-22  9:03 UTC  (12+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "
` [B.A.T.M.A.N.] [PATCHv3] "
` [B.A.T.M.A.N.] [PATCHv4] "

[B.A.T.M.A.N.] [PATCH] batctl: fix man page originator entry
 2012-04-22  7:24 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: fix types in README.external
 2012-04-22  7:14 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH v2] batman-adv: fix typos "

[B.A.T.M.A.N.] Batman configuration and MTU
 2012-04-20  9:15 UTC  (4+ messages)

[B.A.T.M.A.N.] Determining on which node a client is connected to
 2012-04-18 23:38 UTC  (4+ messages)

[B.A.T.M.A.N.] Problem with multi-radio, multi-channel in batman-adv
 2012-04-18 18:18 UTC  (5+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: use real error codes instead of meaningless -1
 2012-04-18  9:27 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: use uint32_t instead of unsigned long to avoid cast
 2012-04-18  9:23 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 0/5] Preparation for SPEEDY_JOIN/ROAM
 2012-04-18  8:52 UTC  (16+ messages)
` [B.A.T.M.A.N.] [PATCH 1/5] batman-adv: don't delay OGM information announcement
` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval
` [B.A.T.M.A.N.] [PATCH 3/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 4/5] batman-adv: update ttvn in case of client reannouncement
` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: beautify tt_global_add() argument list

[B.A.T.M.A.N.] pull request: batman-adv 2012-04-17
 2012-04-18  7:28 UTC  (21+ messages)
` [B.A.T.M.A.N.] [PATCH 01/11] batman-adv: move ogm initialization into the proper function
` [B.A.T.M.A.N.] [PATCH 02/11] batman-adv: refactoring API: find generalized name for bat_ogm_init callback
` [B.A.T.M.A.N.] [PATCH 03/11] batman-adv: randomize initial seqno to avoid collision
` [B.A.T.M.A.N.] [PATCH 04/11] batman-adv: add iface_disable() callback to routing API
` [B.A.T.M.A.N.] [PATCH 05/11] batman-adv: handle routing code initialization properly
` [B.A.T.M.A.N.] [PATCH 06/11] batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callback
` [B.A.T.M.A.N.] [PATCH 07/11] batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN
` [B.A.T.M.A.N.] [PATCH 08/11] batman-adv: mark existing ogm variables as batman iv
` [B.A.T.M.A.N.] [PATCH 09/11] batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
` [B.A.T.M.A.N.] [PATCH 10/11] batman-adv: print OGM seq numbers as unsigned long
` [B.A.T.M.A.N.] [PATCH 11/11] batman-adv: skip the window protection test when the originator has no neighbours

[B.A.T.M.A.N.] Batman as a kernel module
 2012-04-17 17:01 UTC  (4+ messages)

[B.A.T.M.A.N.] Module crash when reading log and deleting interface
 2012-04-17 16:06 UTC 

[B.A.T.M.A.N.] batman-adv 2012.1.0 released
 2012-04-17 12:16 UTC 

[B.A.T.M.A.N.] [PATCHv2] batman-adv: use static inline functions instead of foo(...)
 2012-04-17 11:23 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 1/3] batman-adv: drop useless argument for arp_change_timeout()
 2012-04-17 10:35 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: introduce a boolean switch to enable/disable DAT
` [B.A.T.M.A.N.] [PATCH 3/3] batman-adv: use static inline functions instead of bla(...)

[B.A.T.M.A.N.] [PATCH 0/2] Fixes reported by Al Viro
 2012-04-17  8:48 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: convert the tt_crc to network order

[B.A.T.M.A.N.] [PATCH] net: cleanup unsigned to unsigned int
 2012-04-17  8:35 UTC  (2+ messages)

[B.A.T.M.A.N.] Migration to Batman
 2012-04-16 18:30 UTC  (18+ messages)

[B.A.T.M.A.N.] [PATCH] Add options for network coding managment
 2012-04-16 12:12 UTC 

[B.A.T.M.A.N.] Backwards Compatibility
 2012-04-15 10:10 UTC  (4+ messages)

[B.A.T.M.A.N.] [RFC] endianness bugs in net/batman-adv/
 2012-04-14 13:07 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox