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
/
lib
/
ip.h
Age
Commit message (
Expand
)
Author
2019-02-27
link-local: WIP
old/ipv4-link-local
Mikael Magnusson
2018-12-04
Changed IPv4 hash function to simple multiplication.
Jan Maria Matejka
2018-10-25
Lib: Force output type in ip4_addr constructor
Ondrej Zajicek (work)
2018-07-28
BSD: Use MSG_DONTROUTE for unicast packets on FreeBSD
Ondrej Zajicek (work)
2017-03-17
Nexthop: Fixed recursive route mpls label merging
Jan Moskyto Matejka
2016-12-22
Netlink: MPLS routes in kernel
Jan Moskyto Matejka
2016-12-07
BGP redesign
Ondrej Zajicek (work)
2016-05-12
Merge remote-tracking branch 'origin/master' into int-new
Ondrej Zajicek (work)
2016-05-10
Build system reworked to one global Makefile with includes and no nesting
Jan Moskyto Matejka
2016-04-28
Add the Babel routing protocol (RFC 6126)
Ondrej Zajicek (work)
2015-12-24
Follow-up work on integration
Ondrej Zajicek (work)
2015-12-21
Follow-up work on integration
Ondrej Zajicek (work)
2015-12-20
Integrated address print lengths
Jan Moskyto Matejka
2015-12-19
Stop perusing f_prefix for non-prefix-set uses
Jan Moskyto Matejka
2015-12-19
Removed BITS_PER_IP_ADDRESS, MAX_PREFIX_LENGTH, BIRD_AF
Jan Moskyto Matejka
2015-11-25
Merge branch 'master' into int-new
Ondrej Zajicek (work)
2015-11-24
Merge branch 'master' into rip-new
Ondrej Zajicek (work)
2015-11-24
Some consts for function arguments
Ondrej Zajicek (work)
2015-11-05
Initial commit on integrated BIRD
Ondrej Zajicek (work)
2015-10-05
Major RIP redesign
Ondrej Zajicek (work)
2015-06-08
unsigned [int] -> uint
Pavel TvrdĂk
2014-10-24
Integrated IP functions.
Ondrej Zajicek
2012-03-18
Route Origin Authorization basics.
Ondrej Zajicek
2011-09-24
Use undefined scope for undefined IPv6 addresses.
Ondrej Zajicek
2010-02-26
Many changes in (mainly) kernel syncers.
Ondrej Zajicek
2010-02-21
Fix configure to enable warnings and fix most of them.
Ondrej Zajicek
2000-05-13
Unified parsing of prefixes.
Martin Mares
1999-11-25
Added ip_scope_text() for translating of scopes to strings.
Martin Mares
1999-08-03
Basic support for IPv6. The system-dependent part doesn't work yet,
Martin Mares
1998-11-27
Implemented ip_pton()
Martin Mares
1998-06-17
Added function for converting of IP addresses to printable form.
Martin Mares
1998-06-01
Added ipa_xor() and ipa_in_net().
Martin Mares
1998-05-15
The library is now glued together from generic and OS-dependent parts
Martin Mares
1998-05-03
BIRD library: The story continues.
Martin Mares
1998-04-28
Changed #include <x/y> to #include "x/y" for our local includes, so that
Martin Mares
1998-04-23
Added IP address manipulation macros, interface declarations and logging.
Martin Mares