public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
 messages from 2013-06-26 21:00:04 to 2013-08-12 17:51:02 UTC [more...]

[B.A.T.M.A.N.] [PATCHv2 0/9] Improving the routing protocol abstraction
 2013-08-12 17:51 UTC  (14+ messages)
` [B.A.T.M.A.N.] [PATCHv2 1/9] batman-adv: make struct batadv_neigh_node algorithm agnostic
` [B.A.T.M.A.N.] [PATCHv2 2/9] batman-adv: make struct batadv_orig_node "
` [B.A.T.M.A.N.] [PATCHv2 3/9] batman-adv: add bat_orig_print function API
` [B.A.T.M.A.N.] [PATCHv2 4/9] batman-adv: add bat_metric_get API function
` [B.A.T.M.A.N.] [PATCHv2 5/9] batman-adv: add bat_metric_is_equiv_or_better "
` [B.A.T.M.A.N.] [PATCHv2 6/9] batman-adv: adapt bonding to use the new API functions
` [B.A.T.M.A.N.] [PATCHv2 7/9] batman-adv: adapt the neighbor purging routine "
` [B.A.T.M.A.N.] [PATCHv2 8/9] batman-adv: provide orig_node routing API
` [B.A.T.M.A.N.] [PATCHv2 9/9] batman-adv: adapt the TT component to use the new API functions

[B.A.T.M.A.N.] [PATCH] alfred: handle failing write() in unix sockets
 2013-08-12  9:42 UTC  (2+ messages)

[B.A.T.M.A.N.] pull request for net: batman-adv 2013-08-10
 2013-08-10 22:39 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH] batman-adv: fix potential kernel paging errors for unicast transmissions

[B.A.T.M.A.N.] [RFC 1/6] batman-adv: Generalize DAT in order to support any type of data, not only IPv4
 2013-08-10 20:36 UTC  (14+ messages)
` [B.A.T.M.A.N.] [RFC 2/6] batman-adv: Renames batadv_dat_snoop_*_arp_* functions to batadv_dat_snoop_*_pkt_*
` [B.A.T.M.A.N.] [RFC 3/6] batman-adv: Adds IPv6 to DAT and generic struct in distributed-arp-table.c
` [B.A.T.M.A.N.] [RFC 4/6] batman-adv: Adds necessary functions for NDP, like checking if a packet is valid or creating a Neighbor Advertisement
` [B.A.T.M.A.N.] [RFC 5/6] batman-adv: Generalize snooping mechanism in order to suport NDP too
` [B.A.T.M.A.N.] [RFC 6/6] batman-adv: Adds snooping of router and override flags for NA creation

[B.A.T.M.A.N.] [PATCH 00/10] Improving the routing protocol abstraction
 2013-08-10 17:05 UTC  (11+ messages)
` [B.A.T.M.A.N.] [PATCH 01/10] batman-adv: make struct batadv_neigh_node algorithm agnostic
` [B.A.T.M.A.N.] [PATCH 02/10] batman-adv: make struct batadv_orig_node "
` [B.A.T.M.A.N.] [PATCH 03/10] batman-adv: add bat_orig_print function API
` [B.A.T.M.A.N.] [PATCH 04/10] batman-adv: add bat_metric_get API function
` [B.A.T.M.A.N.] [PATCH 05/10] batman-adv: add bat_metric_is_equiv_or_better "
` [B.A.T.M.A.N.] [PATCH 06/10] batman-adv: add bat_metric_compare "
` [B.A.T.M.A.N.] [PATCH 07/10] batman-adv: adapt bonding to use the new API functions
` [B.A.T.M.A.N.] [PATCH 08/10] batman-adv: adapt the neighbor purging routine "
` [B.A.T.M.A.N.] [PATCH 09/10] batman-adv: provide orig_node routing API
` [B.A.T.M.A.N.] [PATCH 10/10] batman-adv: adapt the TT component to use the new API functions

[B.A.T.M.A.N.] [RFCv2 00/10] Improving the routing protocol abstraction
 2013-08-10 16:24 UTC  (19+ messages)
` [B.A.T.M.A.N.] [RFCv2 01/10] batman-adv: make struct batadv_neigh_node algorithm agnostic
` [B.A.T.M.A.N.] [RFCv2 02/10] batman-adv: make struct batadv_orig_node "
` [B.A.T.M.A.N.] [RFCv2 03/10] batman-adv: add bat_orig_print function API
` [B.A.T.M.A.N.] [RFCv2 04/10] batman-adv: add bat_metric_get API function
` [B.A.T.M.A.N.] [RFCv2 05/10] batman-adv: add bat_metric_is_equiv_or_better "
` [B.A.T.M.A.N.] [RFCv2 06/10] batman-adv: add bat_metric_compare "
` [B.A.T.M.A.N.] [RFCv2 07/10] batman-adv: adapt bonding to use the new API functions
` [B.A.T.M.A.N.] [RFCv2 08/10] batman-adv: adapt the neighbor purging routine "
` [B.A.T.M.A.N.] [RFCv2 09/10] batman-adv: provide orig_node routing API
` [B.A.T.M.A.N.] [RFCv2 10/10] batman-adv: adapt the TT component to use the new API functions

[B.A.T.M.A.N.] [PATCH] batman-adv: properly print the VID in DAT
 2013-08-10 10:57 UTC 

[B.A.T.M.A.N.] Alfred, Unix connections randomly refusing a connection
 2013-08-09  8:04 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv2 0/2] TT-VLAN: BLA2 integration
 2013-08-08 11:43 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCHv2 1/2] batman-adv: make the TT global purge routine VLAN specific
` [B.A.T.M.A.N.] [PATCHv2 2/2] batman-adv: make the backbone gw check "

[B.A.T.M.A.N.] [PATCH next] batman-adv: use proper network order conversion
 2013-08-08 11:37 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: fix compat compile error
 2013-08-08 11:36 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv2] batman-adv: fix memory leak in batadv_softif_create_vlan()
 2013-08-08 11:25 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: fix memory leak in batadv_softif_create_vlan()
 2013-08-08  8:27 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batctl: make the TT CRC logic VLAN specific
 2013-08-08  4:53 UTC  (2+ messages)

[B.A.T.M.A.N.] DAT issue
 2013-08-07 17:23 UTC  (8+ messages)

[B.A.T.M.A.N.] [PATCH-next] batman-adv: set skb priority according to content
 2013-08-07 16:43 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv9 0/2] per-VLAN TT CRC
 2013-08-07 11:29 UTC  (5+ messages)
` [B.A.T.M.A.N.] [PATCHv9 1/2] batman-adv: lock around TT operations to avoid sending inconsistent data
` [B.A.T.M.A.N.] [PATCHv9 2/2] batman-adv: make the TT CRC logic VLAN specific

[B.A.T.M.A.N.] [PATCHv4 next] batman-adv: fix potential kernel paging errors for unicast transmissions
 2013-08-07 11:12 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv3 next] batman-adv: fix potential kernel paging errors for unicast transmissions
 2013-08-06 14:15 UTC 

[B.A.T.M.A.N.] [PATCH 0/2] TT-VLAN: BLA2 integration
 2013-08-06  8:09 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: make the TT global purge routine VLAN specific
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: make the backbone gw check "

[B.A.T.M.A.N.] (no subject)
 2013-08-05  8:36 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCHv2 next] batman-adv: fix potential kernel paging errors for unicast transmissions

[B.A.T.M.A.N.] [PATCH next 1/2] batman-adv: check return type of unicast packet preparations
 2013-08-02  8:04 UTC  (8+ messages)
` [B.A.T.M.A.N.] [PATCH next 2/2] batman-adv: fix potential kernel paging error for unicast transmissions

[B.A.T.M.A.N.] [PATCHv8 0/2] per-VLAN TT CRC
 2013-07-30 20:03 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCHv8 1/2] batman-adv: lock around TT operations to avoid sending inconsistent data
` [B.A.T.M.A.N.] [PATCHv8 2/2] batman-adv: make the TT CRC logic VLAN specific

[B.A.T.M.A.N.] batman-adv 2013.3.0 released
 2013-07-29 15:27 UTC 

[B.A.T.M.A.N.] [PATCH] batman-adv: set skb priority according to content
 2013-07-29 14:50 UTC 

[B.A.T.M.A.N.] [PATCHv7 0/2] per-VLAN TT CRC
 2013-07-29  8:10 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv7 1/2] batman-adv: lock around TT operations to avoid sending inconsistent data
` [B.A.T.M.A.N.] [PATCHv7 2/2] batman-adv: make the TT CRC logic VLAN specific

[B.A.T.M.A.N.] Complete netifd integration in openwrt
 2013-07-29  1:18 UTC  (3+ messages)

[B.A.T.M.A.N.] Important warnings from alfred 2013.3.0 release source
 2013-07-28 19:53 UTC  (2+ messages)

[B.A.T.M.A.N.] A.L.F.R.E.D.+vis manpages missing
 2013-07-28 19:44 UTC  (2+ messages)

[B.A.T.M.A.N.] Mangling broadcast packets
 2013-07-27 12:14 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: check return type of unicast packet preparations
 2013-07-26 19:19 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: fix potential kernel paging error for unicast transmissions

[B.A.T.M.A.N.] [PATCHv2] batman-adv: send GW_DEL event when the gw client mode is deselected
 2013-07-21 11:10 UTC  (2+ messages)

[B.A.T.M.A.N.] Alfred Open Beta
 2013-07-20 13:24 UTC  (3+ messages)

[B.A.T.M.A.N.] Location on the network
 2013-07-20  7:32 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: prepare and schedule initial OGM without rtnl_lock()
 2013-07-17 20:53 UTC  (2+ messages)

[B.A.T.M.A.N.] wpa/wpa2 adhoc + batman-adv not working
 2013-07-15 20:49 UTC  (3+ messages)

[B.A.T.M.A.N.] Basic Multicast Optimizations
 2013-07-14 16:25 UTC  (10+ messages)
` [B.A.T.M.A.N.] [PATCHv7 1/4] batman-adv: Multicast Listener Announcements via Translation Table
` [B.A.T.M.A.N.] [PATCHv7 2/4] batman-adv: Announce new capability via multicast TVLV
` [B.A.T.M.A.N.] [PATCHv7 3/4] batman-adv: Modified forwarding behaviour for multicast packets
` [B.A.T.M.A.N.] [PATCHv7 4/4] batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support

[B.A.T.M.A.N.] [PATCH] batman-adv: send GW_DEL event when the gw client mode is deselected
 2013-07-12 21:24 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: remove bogus comment
 2013-07-12 21:09 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCHv5] batman-adv: make the TT CRC logic VLAN specific
 2013-07-09 17:22 UTC  (3+ messages)

[B.A.T.M.A.N.] Suscribe
 2013-07-08  8:50 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: fix argument alignment
 2013-07-07  9:57 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: fix vlan compat code
 2013-07-06 10:34 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: properly start kernel doc
 2013-07-05 13:00 UTC 

[B.A.T.M.A.N.] [PATCHv3] batman-adv: refine API calls for unicast transmissions of SKBs
 2013-07-03 11:25 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCHv11 0/3] TT-VLAN: First patchset
 2013-07-03 10:21 UTC  (7+ messages)
` [B.A.T.M.A.N.] [PATCHv11 1/3] batman-adv: add per VLAN interface attribute framework
` [B.A.T.M.A.N.] [PATCHv11 2/3] batman-adv: add sysfs framework for VLAN
` [B.A.T.M.A.N.] [PATCHv11 3/3] batman-adv: make the AP isolation attribute VLAN specific

[B.A.T.M.A.N.] [PATCHv2] batman-adv: refine API calls for unicast transmissions of SKBs
 2013-07-03  6:31 UTC  (2+ messages)

[B.A.T.M.A.N.] B.A.T.M.A.N Digest, Vol 79, Issue 1
 2013-07-03  5:40 UTC  (2+ messages)

[B.A.T.M.A.N.] ttcrc value
 2013-07-02  7:25 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: refine API calls for unicast transmissions of SKBs
 2013-07-01 19:49 UTC  (2+ messages)

[B.A.T.M.A.N.] single radio routers and ap/adhoc interfaces
 2013-06-26 22:59 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCHv10 0/3] TT-VLAN: First patchset
 2013-06-26 21:12 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv10 1/3] batman-adv: add per VLAN interface attribute framework
` [B.A.T.M.A.N.] [PATCHv10 2/3] batman-adv: add sysfs framework for VLAN
` [B.A.T.M.A.N.] [PATCHv10 3/3] batman-adv: make the AP isolation attribute VLAN specific

[B.A.T.M.A.N.] [PATCHv9 0/3] TT-VLAN: First patchset
 2013-06-26 21:05 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCHv9 2/3] batman-adv: add sysfs framework for VLAN


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