public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
 messages from 2012-11-14 20:16:25 to 2012-12-04 14:51:55 UTC [more...]

[B.A.T.M.A.N.] net, batman: lockdep circular dependency warning
 2012-12-04 14:51 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] net: fix possible deadlocks in rtnl_trylock/unlock
 2012-12-03 20:50 UTC  (9+ messages)

[B.A.T.M.A.N.] [RFC] batman-adv boot setup scheme on OpenWRT
 2012-12-02 13:19 UTC  (6+ messages)

[B.A.T.M.A.N.] [PATCHv2 1/5] batman-adv: Use common Jenkins Hash implementation
 2012-12-01 17:07 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCHv2 2/5] batman-adv: Define the size of hashtables by hash bits
` [B.A.T.M.A.N.] [PATCHv2 3/5] batman-adv: Remove size information from hash table
` [B.A.T.M.A.N.] [PATCHv2 4/5] batman-adv: Remove wrapper structure for hash tables
` [B.A.T.M.A.N.] [PATCHv2 5/5] batman-adv: Allow to use different sized hash locks array

[B.A.T.M.A.N.] [PATCH] batman-adv: don't compile the BLA switch if not requested
 2012-12-01 15:32 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 1/7] batman-adv: Move soft-interface initialization to ndo_init
 2012-12-01 14:54 UTC  (14+ messages)
` [B.A.T.M.A.N.] [PATCH 2/7] batman-adv: Move deinitialization of soft-interface to destructor
` [B.A.T.M.A.N.] [PATCH 3/7] batman-adv: Don't always delete softif when last slave was removed
` [B.A.T.M.A.N.] [PATCH 4/7] batman-adv: Remove slave interfaces before removing master interface
` [B.A.T.M.A.N.] [PATCH 5/7] batman-adv: Allow to postpone softif unregistration
` [B.A.T.M.A.N.] [PATCH 6/7] batman-adv: Allow to use rntl_link for device creation/deletion
` [B.A.T.M.A.N.] [PATCH 7/7] batman-adv: Allow to modify slaves of soft-interfaces through rntl_link

[B.A.T.M.A.N.] [PATCHv2] batman-adv: don't print the last_seen time for bat0 TT local entry
 2012-12-01 13:27 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: remove useless NULL check
 2012-12-01 13:19 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: remove useless blank lines before and after brackets
 2012-12-01 13:15 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Initialize lockdep class keys for hashes
 2012-12-01 13:11 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 0/6] CATWOMAN: Network coding in batman-adv
 2012-12-01 11:14 UTC  (13+ messages)
` [B.A.T.M.A.N.] [PATCH 1/6] batman-adv: Add the initial code for network coding
` [B.A.T.M.A.N.] [PATCH 2/6] batman-adv: Detect coding nodes and remove these after timeout
` [B.A.T.M.A.N.] [PATCH 3/6] batman-adv: Buffer unicast packets before forward
` [B.A.T.M.A.N.] [PATCH 4/6] batman-adv: Code and transmit packets if possible
` [B.A.T.M.A.N.] [PATCH 5/6] batman-adv: Save overheard and tx packets for decoding
` [B.A.T.M.A.N.] [PATCH 6/6] batman-adv: Receive coded packets and decode them

[B.A.T.M.A.N.] pull request: batman-adv 2012-11-30
 2012-11-30 17:22 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH] batman-adv: use ETH_P_BATMAN

[B.A.T.M.A.N.] [PATCH] batctl: use ETH_P_BATMAN
 2012-11-30  9:42 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH next] batman-adv: use ETH_P_BATMAN
 2012-11-30  9:39 UTC  (4+ messages)

[B.A.T.M.A.N.] batman-adv: Raw Socket Communication
 2012-11-30  2:41 UTC  (18+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: don't print the last_seen time for bat0 TT local entry
 2012-11-29  3:18 UTC  (2+ messages)

[B.A.T.M.A.N.] [RFC 0/6] CATWOMAN: Network coding in batman-adv
 2012-11-27  8:24 UTC  (12+ messages)
` [B.A.T.M.A.N.] [RFC 1/6] batman-adv: Add the initial code for network coding
` [B.A.T.M.A.N.] [RFC 2/6] batman-adv: Detect coding nodes and remove these after timeout
` [B.A.T.M.A.N.] [RFC 3/6] batman-adv: Buffer unicast packets before forward
` [B.A.T.M.A.N.] [RFC 4/6] batman-adv: Code and transmit packets if possible
` [B.A.T.M.A.N.] [RFC 5/6] batman-adv: Save overheard and tx packets for decoding
` [B.A.T.M.A.N.] [RFC 6/6] batman-adv: Receive coded packets and decode them

[B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Use common Jenkins Hash implementation
 2012-11-26 12:46 UTC  (11+ messages)
` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: Define the size of hashtables by hash bits
` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: Remove size information from hash table
` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: Remove wrapper structure for hash tables
` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: Allow to use different sized hash locks array

[B.A.T.M.A.N.] trigger events
 2012-11-25 16:59 UTC  (3+ messages)

[B.A.T.M.A.N.] Compile batman-adv code
 2012-11-22 21:40 UTC  (6+ messages)

[B.A.T.M.A.N.] pull request: batman-adv 2012-11-21
 2012-11-22  8:28 UTC  (17+ messages)
` [B.A.T.M.A.N.] [PATCH 1/9] batman-adv: Mark best gateway in transtable_global debugfs
` [B.A.T.M.A.N.] [PATCH 2/9] batman-adv: fix bla compare function
` [B.A.T.M.A.N.] [PATCH 3/9] batman-adv: support array of debugfs general attributes
` [B.A.T.M.A.N.] [PATCH 4/9] batman-adv: Add wrapper to look up neighbor and send skb
` [B.A.T.M.A.N.] [PATCH 5/9] batman-adv: sysfs documentation should keep alphabetical order
` [B.A.T.M.A.N.] [PATCH 6/9] batman-adv: Add function to calculate crc32c for the skb payload
` [B.A.T.M.A.N.] [PATCH 7/9] batman-adv: Fix broadcast duplist for fragmentation
` [B.A.T.M.A.N.] [PATCH 8/9] batman-adv: Start new development cycle
` [B.A.T.M.A.N.] [PATCH 9/9] batman-adv: Use packing of 2 for all headers before an ethernet header

[B.A.T.M.A.N.] batman-adv: node socket communication
 2012-11-21 21:21 UTC  (3+ messages)

[B.A.T.M.A.N.] [B.A.T.M.A.N] batman-adv : client to client communication
 2012-11-21 21:13 UTC 

[B.A.T.M.A.N.] Batman-adv compatibility with FullMAC devices
 2012-11-21  8:29 UTC 

[B.A.T.M.A.N.] [PATCH batctl-next] Revert "batctl: Print compat version when querying the version"
 2012-11-21  6:39 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH next] Revert "batman-adv: export compatibility version via debugfs"
 2012-11-21  6:37 UTC  (3+ messages)

[B.A.T.M.A.N.] batman over 802.15.4 
 2012-11-20 23:41 UTC  (6+ messages)

[B.A.T.M.A.N.] [PATCH] net, batman: don't crash on zero length strings in routing_algo
 2012-11-19 22:07 UTC  (2+ messages)

[B.A.T.M.A.N.] A batman-adv success story
 2012-11-19 21:32 UTC  (4+ messages)

[B.A.T.M.A.N.] pull request: batman-adv 2012-11-19
 2012-11-19 21:09 UTC  (18+ messages)
` [B.A.T.M.A.N.] [PATCH 01/10] batman-adv: Mark best gateway in transtable_global debugfs
` [B.A.T.M.A.N.] [PATCH 02/10] batman-adv: fix bla compare function
` [B.A.T.M.A.N.] [PATCH 03/10] batman-adv: support array of debugfs general attributes
` [B.A.T.M.A.N.] [PATCH 04/10] batman-adv: export compatibility version via debugfs
` [B.A.T.M.A.N.] [PATCH 05/10] batman-adv: Add wrapper to look up neighbor and send skb
` [B.A.T.M.A.N.] [PATCH 06/10] batman-adv: sysfs documentation should keep alphabetical order
` [B.A.T.M.A.N.] [PATCH 07/10] batman-adv: Add function to calculate crc32c for the skb payload
` [B.A.T.M.A.N.] [PATCH 08/10] batman-adv: Fix broadcast duplist for fragmentation
` [B.A.T.M.A.N.] [PATCH 09/10] batman-adv: Start new development cycle
` [B.A.T.M.A.N.] [PATCH 10/10] batman-adv: Use packing of 2 for all headers before an ethernet header

[B.A.T.M.A.N.] [PATCHv2 1/3] batman-adv: print the CRC together with the translation tables
 2012-11-19  8:17 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCHv2 2/3] batman-adv: unify and properly print hex values
` [B.A.T.M.A.N.] [PATCHv2 3/3] batman-adv: remove useless assignment in tt_local_add()

[B.A.T.M.A.N.] [PATCH next] batman-adv: use batadv_compare_eth instead of memcmp
 2012-11-19  3:44 UTC  (3+ messages)

[B.A.T.M.A.N.] Web-based Visualisation Tool
 2012-11-17  3:21 UTC  (2+ messages)
      ` [B.A.T.M.A.N.] Fwd: [Interop-dev] "

[B.A.T.M.A.N.] [RFC] batman-adv: Reorder structs to reduce padding
 2012-11-16 19:17 UTC  (3+ messages)

[B.A.T.M.A.N.] batman-adv on ethernet
 2012-11-16  9:26 UTC  (4+ messages)

[B.A.T.M.A.N.] Misconfigured mail-server, anyone?
 2012-11-15 14:52 UTC  (2+ messages)

[B.A.T.M.A.N.] pull request: batman-adv 2012-11-14
 2012-11-15  3:11 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCH 07/11] batman-adv: substitute tt_poss_change with a per-tt_entry flag
` [B.A.T.M.A.N.] [PATCH 08/11] batman-adv: refactor code to simplify long lines
` [B.A.T.M.A.N.] [PATCH 09/11] batman-adv: refactor tt_global_del_struct()
` [B.A.T.M.A.N.] [PATCH 10/11] batman-adv: roaming handling mechanism redesign
` [B.A.T.M.A.N.] [PATCH 11/11] batman-adv: Remove instant overwritten variable initialization


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