summaryrefslogtreecommitdiff
path: root/lib/ip.h
AgeCommit message (Expand)Author
2022-05-26Moved hostentry to eattrMaria Matejka
2022-05-05All outstanding MPLS label stacks are stored as adataMaria Matejka
2021-11-13Trie: Simplify network matching codeOndrej Zajicek (work)
2021-09-25Filter: Faster prefix setsOndrej Zajicek (work)
2021-05-17Filter: Add MPLS label route attributeTrisha Biswas
2019-11-03Support for address family constantsOndrej Zajicek (work)
2019-02-20Filter refactoring: dropped the recursion from the interpreterMaria Matejka
2018-12-04Changed IPv4 hash function to simple multiplication.Jan Maria Matejka
2018-10-25Lib: Force output type in ip4_addr constructorOndrej Zajicek (work)
2018-07-28BSD: Use MSG_DONTROUTE for unicast packets on FreeBSDOndrej Zajicek (work)
2017-03-17Nexthop: Fixed recursive route mpls label mergingJan Moskyto Matejka
2016-12-22Netlink: MPLS routes in kernelJan Moskyto Matejka
2016-12-07BGP redesignOndrej Zajicek (work)
2016-05-12Merge remote-tracking branch 'origin/master' into int-newOndrej Zajicek (work)
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
2016-04-28Add the Babel routing protocol (RFC 6126)Ondrej Zajicek (work)
2015-12-24Follow-up work on integrationOndrej Zajicek (work)
2015-12-21Follow-up work on integrationOndrej Zajicek (work)
2015-12-20Integrated address print lengthsJan Moskyto Matejka
2015-12-19Stop perusing f_prefix for non-prefix-set usesJan Moskyto Matejka
2015-12-19Removed BITS_PER_IP_ADDRESS, MAX_PREFIX_LENGTH, BIRD_AFJan Moskyto Matejka
2015-11-25Merge branch 'master' into int-newOndrej Zajicek (work)
2015-11-24Merge branch 'master' into rip-newOndrej Zajicek (work)
2015-11-24Some consts for function argumentsOndrej Zajicek (work)
2015-11-05Initial commit on integrated BIRDOndrej Zajicek (work)
2015-10-05Major RIP redesignOndrej Zajicek (work)
2015-06-08unsigned [int] -> uintPavel TvrdĂ­k
2014-10-24Integrated IP functions.Ondrej Zajicek
2012-03-18Route Origin Authorization basics.Ondrej Zajicek
2011-09-24Use undefined scope for undefined IPv6 addresses.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
2010-02-21Fix configure to enable warnings and fix most of them.Ondrej Zajicek
2000-05-13Unified parsing of prefixes.Martin Mares
1999-11-25Added ip_scope_text() for translating of scopes to strings.Martin Mares
1999-08-03Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares
1998-11-27Implemented ip_pton()Martin Mares
1998-06-17Added function for converting of IP addresses to printable form.Martin Mares
1998-06-01Added ipa_xor() and ipa_in_net().Martin Mares
1998-05-15The library is now glued together from generic and OS-dependent partsMartin Mares
1998-05-03BIRD library: The story continues.Martin Mares
1998-04-28Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares
1998-04-23Added IP address manipulation macros, interface declarations and logging.Martin Mares