index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proto
/
babel
Age
Commit message (
Expand
)
Author
2022-06-08
Merge commit '938742decc6e1d6d3a0375dd012b75172e747bbc' into haugesund
Maria Matejka
2022-06-08
Merge commit '950775f6fa3d569a9d7cd05e33538d35e895d688' into haugesund
Maria Matejka
2022-05-30
Merge commit 'f15f2fcee7eeb5a100bd204a0e67018e25953420' into haugesund
Maria Matejka
2022-05-30
Merge commit '1c30b689ddd032ef8000fb7836348a48ba3184ff' into haugesund
Maria Matejka
2022-05-30
Merge commit '702c04fbef222e802ca4dfac645dc75ede522db6' into haugesund
Maria Matejka
2022-05-30
Merge commit '337c04c45e1472d6d9b531a3c55f1f2d30ebf308' into haugesund
Maria Matejka
2022-05-30
Merge commit 'd8661a4397e4576ac404661b192dd99d928e7890' into haugesund
Maria Matejka
2022-05-30
Merge commit '17f91f9e6e70f7e3f29502e854823c0d48571eaa' into haugesund
Maria Matejka
2022-05-30
Merge commit '1d309c4ce6e95b68c64a8f007f6dd2f1830a5707' into haugesund
Maria Matejka
2022-05-30
Merge commit 'ef6a903e6f44b467f9606018446095521ad01ef1' into haugesund
Maria Matejka
2022-05-30
Merge commit '0d0f6554a5c233bf2bf830ae319191c4b1808d49' into haugesund
Maria Matejka
2022-05-30
Merge commit '652be92a21f5575e5f74f6abe98eb4200b86776c' into haugesund
Maria Matejka
2022-05-30
Merge commit '4a23ede2b056a41456790cc20a0c3d92a7137693' into haugesund
Maria Matejka
2022-05-30
Merge commit 'ebd807c0b8eb0b7a3dc3371cd4c87ae886c00885' into haugesund
Maria Matejka
2022-05-30
Merge remote-tracking branch 'origin/master' into haugesund-to-2.0
Maria Matejka
2022-05-30
Squashing the route attribute structure into one level.
Maria Matejka
2022-05-30
Route destination field merged with nexthop attribute; splitting flowspec val...
Maria Matejka
2022-05-26
Moved nexthop from struct rta to extended attribute.
Maria Matejka
2022-05-04
Moved route source attribute (RTS_*) to eattrs
Maria Matejka
2022-05-04
Removing the route scope attribute. Use custom attributes instead.
Maria Matejka
2022-05-04
Moved route preference to eattrs
Maria Matejka
2022-05-04
Conf: Allowing keyword redefinition
Maria Matejka
2022-05-04
Moved advertising router info (FROM attribute) to eattrs
Maria Matejka
2022-05-04
Explicit definition structures of route attributes
Maria Matejka
2022-05-04
Splitting route data structures out to lib
Maria Matejka
2022-05-04
Unified attribute and filter types
Maria Matejka
2022-05-04
Protocols use EA_LITERAL_* to set attributes
Maria Matejka
2022-04-22
Babel: Fix compilation when LOCAL_DEBUG is set in packets.c
Toke Høiland-Jørgensen
2022-04-22
Babel: Send out low-interval hello on shutdown
Toke Høiland-Jørgensen
2022-04-06
Protocols have their own explicit init routines
Maria Matejka
2022-04-06
Slab allocator can free the blocks without knowing the parent structure
Maria Matejka
2022-03-09
Merge commit '1b9189d5' into haugesund
Maria Matejka
2022-03-09
Merge commit 'e42eedb9' into haugesund
Maria Matejka
2022-03-09
Merge commit '5cff1d5f' into haugesund
Maria Matejka
2022-03-09
Merge commit 'd5a32563' into haugesund
Maria Matejka
2022-02-27
Babel: Fix bug in iface reconfiguration
Ondrej Zajicek (work)
2022-02-06
Nest: Attach prefix trie to rtable for faster LPM and interval queries
Ondrej Zajicek (work)
2021-11-09
Split route data structure to storage (ro) / manipulation (rw) structures.
Maria Matejka
2021-10-13
Route: moved rte_src pointer from rta to rte
Maria Matejka
2021-10-13
Preexport: No route modification, no linpool needed
Maria Matejka
2021-10-13
Preference moved to RTA and set explicitly in protocols
Maria Matejka
2021-10-13
Babel: Convert the rte-local attributes to extended attributes
Maria Matejka
2021-10-13
IGP metric getter refactoring to protocol callback
Maria Matejka
2021-06-09
Babel: Simplify auth expiration
Ondrej Zajicek (work)
2021-06-06
Babel: Add MAC authentication support - update
Ondrej Zajicek (work)
2021-06-06
Babel: Add MAC authentication support
Toke Høiland-Jørgensen
2021-06-06
Babel: Refactor TLV parsing code for easier reuse
Toke Høiland-Jørgensen
2021-05-30
Babel: Seqno requests are properly decoupled from neighbors when the underlyi...
Maria Matejka
2021-05-10
Babel: Log the reason when refusing to run on an interface
Ondrej Zajicek (work)
2020-11-24
lib/slab: introduce sl_allocz() function and use it in Babel
Toke Høiland-Jørgensen
[next]