b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-23 19:18:50 to 2015-04-21 03:48:37 UTC [more...]

[B.A.T.M.A.N.] [PATCHv4 1/4] batman-adv: Remove explicit compat.h include and split compat.h
 2015-04-21  3:48 UTC  (9+ messages)
` [B.A.T.M.A.N.] [PATCHv4 2/4] batman-adv: Add required to includes to all files
` [B.A.T.M.A.N.] [PATCHv4 3/4] batman-adv: Remove unused IFF_BRIDGE_PORT live patching hack
` [B.A.T.M.A.N.] [PATCHv4 4/4] batman-adv: Automatically create nested kfree_rcu helper functions
` [B.A.T.M.A.N.] [PATCHv5 1/4] batman-adv: Remove explicit compat.h include and split compat.h

[B.A.T.M.A.N.] [PATCH-next 0/6] Patches for batman-adv 2015.0 release
 2015-04-20 17:25 UTC  (28+ messages)
` [B.A.T.M.A.N.] [PATCH-next 1/6] batman-adv: ignore netdev_set_master() calls on kernels older than 2.6.39
  ` [B.A.T.M.A.N.] [PATCH-next 2/6] batman-adv: replace strnicmp with strncasecmp
  ` [B.A.T.M.A.N.] [PATCH-next 3/6] batman-adv: Use kasprintf
  ` [B.A.T.M.A.N.] [PATCH-next 4/6] dev: introduce dev_get_iflink()
    ` [B.A.T.M.A.N.] [PATCH-nextv2 "
    ` [B.A.T.M.A.N.] [PATCH-nextv2 4/6] batman-adv: "
  ` [B.A.T.M.A.N.] [PATCH-next 5/6] Revert "batman-adv: fix var name to keep compatibility with old kernels"
    ` [B.A.T.M.A.N.] [PATCH-nextv2 5/6] batman-adv: Revert "fix "
  ` [B.A.T.M.A.N.] [PATCH-next 6/6] batman-adv: Use kernel variable declaration order in batadv_send_skb_unicast

[B.A.T.M.A.N.] [PATCHv2 1/4] batman-adv: Use kernel-like folder structure
 2015-04-20 16:56 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv2 2/4] batman-adv: Add Kconfig to the sources
` [B.A.T.M.A.N.] [PATCHv2 3/4] batman-adv: Add link to kernel README
` [B.A.T.M.A.N.] [PATCHv2 4/4] batman-adv: Document multicast compile time option

[B.A.T.M.A.N.] [PATCH v2 0/2] batctl: musl build fixes
 2015-04-20  7:28 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH v2 1/2] batctl: update packet.h to match batman-adv
` [B.A.T.M.A.N.] [PATCH v2 2/2] batctl: use netinet/if_ether.h instead of linux/if_ether.h

[B.A.T.M.A.N.] [RFC] batman-adv: Use kernel-like folder structure
 2015-04-20  6:26 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: Remove manual \0 terminator after snprintf
 2015-04-20  4:02 UTC  (2+ messages)

[B.A.T.M.A.N.] batman-adv: increased default hop penalty
 2015-04-19 18:25 UTC  (3+ messages)

[B.A.T.M.A.N.] gateway_common.c:47:3: error: implicit declaration of function 'strnicmp'
 2015-04-18  7:43 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv2 net-next 0/2] Exporting IGMP/MLD checking from bridge code
 2015-04-14 18:27 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv2 net-next 1/2] bridge: multicast: call skb_checksum_{simple_, }validate
` [B.A.T.M.A.N.] [PATCHv2 net-next 2/2] net: Export IGMP/MLD message validation code

[B.A.T.M.A.N.] [PATCH 1/2] bridge: multicast: call skb_checksum_{simple_, }validate
 2015-04-13 17:32 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] net: Export IGMP/MLD message validation code

[B.A.T.M.A.N.] [PATCH RFCv3 0/4] batman-adv: Unicasting multicast reports to querier-node only
 2015-04-08  3:22 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH RFCv3 1/4] bridge: multicast: call skb_checksum_{simple_, }validate
` [B.A.T.M.A.N.] [PATCH RFCv3 2/4] net: Export IGMP/MLD message validation code
` [B.A.T.M.A.N.] [PATCH RFCv3 3/4] batman-adv: Forward IGMP/MLD reports to selected querier (only)
` [B.A.T.M.A.N.] [PATCH RFCv3 4/4] batman-adv: Increase BATADV_TVLV_MCAST version number to 2

[B.A.T.M.A.N.] musl build fixes
 2015-04-06 14:27 UTC  (7+ messages)

[B.A.T.M.A.N.] [PATCHv3 1/4] batman-adv: Remove explicit compat.h include and split compat.h
 2015-04-02  6:34 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv3 2/4] batman-adv: Add required to includes to all files
` [B.A.T.M.A.N.] [PATCHv3 3/4] batman-adv: Remove unused IFF_BRIDGE_PORT live patching hack
` [B.A.T.M.A.N.] [PATCHv3 4/4] batman-adv: Automatically create nested kfree_rcu helper functions

[B.A.T.M.A.N.] [PATCH RFCv2 0/4] batman-adv: Unicasting multicast reports to querier-node only
 2015-04-01 17:44 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH RFCv2 1/4] bridge: multicast: call skb_checksum_{simple_, }validate
` [B.A.T.M.A.N.] [PATCH RFCv2 2/4] net: Export IGMP/MLD message validation code
` [B.A.T.M.A.N.] [PATCH RFCv2 3/4] batman-adv: Forward IGMP/MLD reports to selected querier (only)
` [B.A.T.M.A.N.] [PATCH RFCv2 4/4] batman-adv: Increase BATADV_TVLV_MCAST version number to 2

[B.A.T.M.A.N.] [PATCH] batctl: musl build fixes
 2015-04-01 17:32 UTC 

[B.A.T.M.A.N.] [PATCH] alfred: Make sure only link-local EUI64 is used as source
 2015-03-25 18:51 UTC 

[B.A.T.M.A.N.] [PATCHv2 1/4] batman-adv: Remove explicit compat.h include and split compat.h
 2015-03-24 17:46 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv2 2/4] batman-adv: Add required to includes to all files
` [B.A.T.M.A.N.] [PATCHv2 3/4] batman-adv: Remove unused IFF_BRIDGE_PORT live patching hack
` [B.A.T.M.A.N.] [PATCHv2 4/4] batman-adv: Automatically create nested kfree_rcu helper functions

[B.A.T.M.A.N.] Fwd: [Battlemesh] Announcing Battlemesh V8 Maribor, Slovenia
 2015-03-24 15:31 UTC 

[B.A.T.M.A.N.] [PATCH v2 00/26] batman-adv: Cleanups
 2015-03-24 11:47 UTC  (28+ messages)
` [B.A.T.M.A.N.] [PATCH v2 15/26] batman-adv: iv_ogm_queue_add, Simplify expressions
` [B.A.T.M.A.N.] [PATCH v2 16/26] batman-adv: iv_ogm_orig_update, style, add missin brackets
` [B.A.T.M.A.N.] [PATCH v2 17/26] batman-adv: iv_ogm, Fix dup_status comment
` [B.A.T.M.A.N.] [PATCH v2 18/26] batman-adv: iv_ogm, fix coding style
` [B.A.T.M.A.N.] [PATCH v2 19/26] batman-adv: iv_ogm, fix comment function name
` [B.A.T.M.A.N.] [PATCH v2 20/26] batman-adv: types, Fix comment on bcast_own
` [B.A.T.M.A.N.] [PATCH v2 21/26] batman-adv: main, Convert is_my_mac() to bool
` [B.A.T.M.A.N.] [PATCH v2 22/26] batman-adv: main, batadv_compare_eth return bool
` [B.A.T.M.A.N.] [PATCH v2 23/26] batman-adv: Remove unnecessary ret variable
` [B.A.T.M.A.N.] [PATCH v2 24/26] batman-adv: Remove unnecessary ret variable in algo_register
` [B.A.T.M.A.N.] [PATCH v2 25/26] batman-adv: packet.h, add some missing includes

[B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Remove explicit compat.h include and split compat.h
 2015-03-24 11:39 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: Add required to includes to all files
` [B.A.T.M.A.N.] [PATCH 3/4] batman-adv: Remove unused IFF_BRIDGE_PORT live patching hack
` [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: Automatically create nested kfree_rcu helper functions

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Remove dynamically allocated hashtables
 2015-03-22 15:23 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCHv5 2/2] batman-adv: Define the size of hashtables by hash bits

[B.A.T.M.A.N.] [PATCH v5] alfred: Add "--update-command" parameter
 2015-03-19 17:21 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH] alfred: Remove manual \0 terminator after snprintf
 2015-03-19 17:21 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: bugfix for kernel crash in batadv_tt_local_table_free
 2015-03-19 16:54 UTC  (3+ messages)
  ` [B.A.T.M.A.N.] Antwort: "

[B.A.T.M.A.N.] [PATCH] dat optimization test
 2015-03-19  7:05 UTC 

[B.A.T.M.A.N.] DAT broken in 2014.4.0?
 2015-03-19  6:10 UTC  (5+ messages)

[B.A.T.M.A.N.] [PATCH v4] alfred: Add "--update-command" parameter
 2015-03-17  6:52 UTC  (4+ messages)

[B.A.T.M.A.N.] alfred: checkpatch cleanup
 2015-03-16 16:10 UTC  (16+ messages)
` [B.A.T.M.A.N.] [PATCH 01/14] alfred: Add spaces around operators
` [B.A.T.M.A.N.] [PATCH 02/14] alfred: checkpatch - else is not generally useful after a break or return
` [B.A.T.M.A.N.] [PATCH 03/14] alfred: Reduce number of lines with more than 80 chars
` [B.A.T.M.A.N.] [PATCH 04/14] alfred: Remove double semicolons
` [B.A.T.M.A.N.] [PATCH 05/14] alfred: Remove trailing whitespace at end of line
` [B.A.T.M.A.N.] [PATCH 06/14] alfred: Remove spaces before tabs
` [B.A.T.M.A.N.] [PATCH 07/14] alfred: Remove else and break after return
` [B.A.T.M.A.N.] [PATCH 08/14] alfred: Remove multiple blank lines
` [B.A.T.M.A.N.] [PATCH 09/14] alfred: Fix typo transfered -> transferred
` [B.A.T.M.A.N.] [PATCH 10/14] alfred: Fix alignment of multi-line statements
` [B.A.T.M.A.N.] [PATCH 11/14] alfred: Simplify comparison of pointer with NULL
` [B.A.T.M.A.N.] [PATCH 12/14] alfred: Remove spaces before ','
` [B.A.T.M.A.N.] [PATCH 13/14] alfred: Remove empty lines after '{'
` [B.A.T.M.A.N.] [PATCH 14/14] alfred: Use Linux-net style comment blocks

[B.A.T.M.A.N.] RFC: Unicasting multicast reports to querier-node only
 2015-03-15 13:48 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH RFC 1/4] bridge: multicast: call skb_checksum_{simple_, }validate
` [B.A.T.M.A.N.] [PATCH RFC 2/4] Export IGMP/MLD message validation code
` [B.A.T.M.A.N.] [PATCH RFC 3/4] batman-adv: Forward IGMP/MLD reports to selected querier (only)
` [B.A.T.M.A.N.] [PATCH RFC 4/4] batman-adv: increase BATADV_TVLV_MCAST version number to 2

[B.A.T.M.A.N.] [PATCH v3] alfred: Add "--update-script" parameter
 2015-03-14  1:07 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv2] Added "--update-script" flag for specifying a command for running when new data piece is receviced
 2015-03-13 12:02 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH] alfred: "--update-script" flag for specifying a command for, running when new data piece is receviced
 2015-03-12  8:47 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 1/2] alfred: Update version when adding data to dataset
 2015-03-11 12:08 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] alfred: Add option to the client to print extra data information
` [B.A.T.M.A.N.] [PATCHv2 "

[B.A.T.M.A.N.] [PATCH] alfred: Add explanation how to run alfred as non-root user
 2015-03-11 12:08 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCHv2] "

[B.A.T.M.A.N.] [PATCH] alfred: Drop capabilities when not needed
 2015-03-11 12:07 UTC  (5+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Remove unnecessary check for orig_ifinfo == NULL
 2015-03-09  0:31 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv4 1/2] batman-adv: Remove dynamically allocated hashtables
 2015-03-06 15:57 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCHv4 2/2] batman-adv: Define the size of hashtables by hash bits

[B.A.T.M.A.N.] [RFCv3 1/3] batman-adv: Define the size of hashtables by hash bits
 2015-03-01 13:15 UTC  (3+ messages)
` [B.A.T.M.A.N.] [RFCv3 2/3] batman-adv: Remove size information from hash table
` [B.A.T.M.A.N.] [RFCv3 3/3] batman-adv: Remove wrapper structure for hash tables

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: split name from variable for uint mesh attributes
 2015-03-01 10:22 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: add bat_neigh_free API

[B.A.T.M.A.N.] [PATCHv3] batman-adv: Use common Jenkins Hash implementation
 2015-03-01  9:17 UTC  (4+ messages)

[B.A.T.M.A.N.] use_count = 1 / device stuck on reboot or netifd restart
 2015-02-25  8:51 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).