messages from 2012-03-30 20:02:37 to 2012-04-14 11:15:25 UTC [more...]
[B.A.T.M.A.N.] [PATCH 0/2] Fixes reported by Al Viro
2012-04-14 11:15 UTC
[B.A.T.M.A.N.] [RFC] endianness bugs in net/batman-adv/
2012-04-14 9:34 UTC (2+ messages)
[B.A.T.M.A.N.] Migration to Batman
2012-04-14 9:06 UTC (34+ 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
[B.A.T.M.A.N.] Backwards Compatibility
2012-04-13 16:26 UTC (2+ messages)
[B.A.T.M.A.N.] [PATCH 0/3] clean up patches
2012-04-12 7:02 UTC (11+ messages)
` [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix comments ending style
` [B.A.T.M.A.N.] [PATCH 2/3] batman-adv: use static const for STP constant address
` [B.A.T.M.A.N.] [PATCH 3/3] batman-adv: use static inline functions to fake not compiled-in routines
[B.A.T.M.A.N.] pull request: batman-adv 2012-04-11
2012-04-11 14:50 UTC (23+ 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 03/16] batman-adv: use ETH_ALEN instead of hardcoded numeric constants
` [B.A.T.M.A.N.] [PATCH 04/16] batman-adv: Replace bitarray operations with bitmap
` [B.A.T.M.A.N.] [PATCH 05/16] batman-adv: Remove declaration of only locally used functions
` [B.A.T.M.A.N.] [PATCH 06/16] batman-adv: encourage batman to take shorter routes by changing the default hop penalty
` [B.A.T.M.A.N.] [PATCH 07/16] batman-adv: remove old bridge loop avoidance code
` [B.A.T.M.A.N.] [PATCH 08/16] batman-adv: add basic "
` [B.A.T.M.A.N.] [PATCH 09/16] batman-adv: make bridge loop avoidance switchable
` [B.A.T.M.A.N.] [PATCH 10/16] batman-adv: export claim tables through debugfs
` [B.A.T.M.A.N.] [PATCH 11/16] batman-adv: allow multiple entries in tt_global_entries
` [B.A.T.M.A.N.] [PATCH 12/16] batman-adv: don't let backbone gateways exchange tt entries
` [B.A.T.M.A.N.] [PATCH 13/16] batman-adv: add broadcast duplicate check
` [B.A.T.M.A.N.] [PATCH 14/16] batman-adv: drop STP over batman
` [B.A.T.M.A.N.] [PATCH 15/16] batman-adv: form groups in the bridge loop avoidance
` [B.A.T.M.A.N.] [PATCH 16/16] batman-adv: add bridge loop avoidance compile option
[B.A.T.M.A.N.] pull request: batman-adv 2012-04-07
2012-04-10 18:26 UTC (20+ 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 03/16] batman-adv: use ETH_ALEN instead of hardcoded numeric constants
` [B.A.T.M.A.N.] [PATCH 04/16] batman-adv: Replace bitarray operations with bitmap
` [B.A.T.M.A.N.] [PATCH 05/16] batman-adv: Remove declaration of only locally used functions
` [B.A.T.M.A.N.] [PATCH 06/16] batman-adv: encourage batman to take shorter routes by changing the default hop penalty
` [B.A.T.M.A.N.] [PATCH 07/16] batman-adv: remove old bridge loop avoidance code
` [B.A.T.M.A.N.] [PATCH 08/16] batman-adv: add basic "
` [B.A.T.M.A.N.] [PATCH 09/16] batman-adv: make bridge loop avoidance switchable
` [B.A.T.M.A.N.] [PATCH 10/16] batman-adv: export claim tables through debugfs
` [B.A.T.M.A.N.] [PATCH 11/16] batman-adv: allow multiple entries in tt_global_entries
` [B.A.T.M.A.N.] [PATCH 12/16] batman-adv: don't let backbone gateways exchange tt entries
` [B.A.T.M.A.N.] [PATCH 13/16] batman-adv: add broadcast duplicate check
` [B.A.T.M.A.N.] [PATCH 14/16] batman-adv: drop STP over batman
` [B.A.T.M.A.N.] [PATCH 15/16] batman-adv: form groups in the bridge loop avoidance
` [B.A.T.M.A.N.] [PATCH 16/16] batman-adv: add bridge loop avoidance compile option
[B.A.T.M.A.N.] [PATCH 0/4] batman-adv: tt code fixes and temporary client detection
2012-04-10 18:17 UTC (8+ 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.] [RFC 0/2] Create counters for measuring behaviour
2012-04-10 11:31 UTC (12+ 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.] Security for batman-adv
2012-04-09 7:38 UTC (2+ messages)
[B.A.T.M.A.N.] Question howto build batman-adv Openwrt Kamikaze 8.09 rev 2012 build
2012-04-08 11:38 UTC (2+ messages)
[B.A.T.M.A.N.] Subject: batman-adv Openwrt Kamikaze / 8.09 problem
2012-04-08 7:53 UTC (2+ messages)
[B.A.T.M.A.N.] [RFC] ELP
2012-04-06 18:04 UTC (25+ 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 5/5] batman-adv: ELP - add configurable minimum ELP packet length (def: 300B)
[B.A.T.M.A.N.] [batman-adv] - remote access
2012-04-06 6:43 UTC (2+ messages)
[B.A.T.M.A.N.] pull request: batman-adv 2012-04-05
2012-04-05 23:15 UTC (18+ 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 03/16] batman-adv: use ETH_ALEN instead of hardcoded numeric constants
` [B.A.T.M.A.N.] [PATCH 04/16] batman-adv: Replace bitarray operations with bitmap
` [B.A.T.M.A.N.] [PATCH 05/16] batman-adv: Remove declaration of only locally used functions
` [B.A.T.M.A.N.] [PATCH 06/16] batman-adv: encourage batman to take shorter routes by changing the default hop penalty
` [B.A.T.M.A.N.] [PATCH 07/16] batman-adv: remove old bridge loop avoidance code
` [B.A.T.M.A.N.] [PATCH 08/16] batman-adv: add basic "
` [B.A.T.M.A.N.] [PATCH 09/16] batman-adv: make bridge loop avoidance switchable
` [B.A.T.M.A.N.] [PATCH 10/16] batman-adv: export claim tables through debugfs
` [B.A.T.M.A.N.] [PATCH 11/16] batman-adv: allow multiple entries in tt_global_entries
` [B.A.T.M.A.N.] [PATCH 12/16] batman-adv: don't let backbone gateways exchange tt entries
` [B.A.T.M.A.N.] [PATCH 13/16] batman-adv: add broadcast duplicate check
` [B.A.T.M.A.N.] [PATCH 14/16] batman-adv: drop STP over batman
` [B.A.T.M.A.N.] [PATCH 15/16] batman-adv: form groups in the bridge loop avoidance
` [B.A.T.M.A.N.] [PATCH 16/16] batman-adv: add bridge loop avoidance compile option
[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.] 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)
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