messages from 2012-04-12 07:07:27 to 2012-04-25 11:51:43 UTC [more...]
[B.A.T.M.A.N.] [PATCH 0/3] Cleanups
2012-04-25 11:51 UTC (6+ 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.] [RFC] batman-adv: turn tt commit code into routing protocol agnostic API
2012-04-24 13:15 UTC (2+ messages)
[B.A.T.M.A.N.] [PATCH] batman-adv: Add cast to bat_counters in types.h
2012-04-24 8:30 UTC
[B.A.T.M.A.N.] [PATCH] batman-adv: make __alloc_percpu 2.6.29 compatible
2012-04-24 8:28 UTC
[B.A.T.M.A.N.] [PATCH] batman-adv: return added entries instead of number of possibly added entries
2012-04-23 8:38 UTC (2+ messages)
[B.A.T.M.A.N.] pull request: batman-adv 2012-04-18
2012-04-23 7:17 UTC (27+ 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] 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.] collaboration-group on batman-adv installation & application
2012-04-19 18:46 UTC (2+ 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 (8+ 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 (45+ 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)
[B.A.T.M.A.N.] [PATCHv2 0/3] clean up patches
2012-04-13 22:13 UTC (9+ messages)
` [B.A.T.M.A.N.] [PATCHv2 1/3] batman-adv: fix comments ending style
` [B.A.T.M.A.N.] [PATCHv2 2/3] batman-adv: use static const for STP constant address
` [B.A.T.M.A.N.] [PATCHv3 3/3] batman-adv: use static inline functions to fake not compiled-in routines
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox