| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis | 2020-03-08 | 1 | -5/+5 |
* | *: Remove break after return | Donatas Abraitis | 2020-02-13 | 1 | -1/+0 |
* | bgpd, lib: Remove SO_MARK | Donald Sharp | 2019-05-24 | 1 | -15/+0 |
* | vrrpd: ipv6 support | Quentin Young | 2019-05-17 | 1 | -1/+1 |
* | lib: ZEBRA_NUM_OF -> array_size | David Lamparter | 2019-04-18 | 1 | -1/+1 |
* | *: spelchek | David Lamparter | 2018-10-25 | 1 | -1/+1 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -2/+1 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -12/+12 |
* | *: style for flog_warn conversions | Quentin Young | 2018-09-06 | 1 | -14/+15 |
* | lib: Convert sockunion.c to use flog_err | Donald Sharp | 2018-09-06 | 1 | -27/+35 |
* | *: use frr_elevate_privs() (2/2: manual) | David Lamparter | 2018-08-14 | 1 | -10/+4 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -2/+2 |
* | bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES | Donald Sharp | 2018-08-14 | 1 | -2/+5 |
* | lib: null check (Coverity 1399277) | paco | 2018-06-21 | 1 | -0/+3 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -7/+7 |
* | lib: optimize sockunion_connect() | Renato Westphal | 2017-10-24 | 1 | -14/+2 |
* | lib: Remove sockopt_cork functionality | Donald Sharp | 2017-08-02 | 1 | -4/+10 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -534/+473 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 1 | -20/+17 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -43/+0 |
* | lib: replace strlcpy & strlcat with glibc versions | David Lamparter | 2016-11-15 | 1 | -1/+0 |
* | build: massively remove needless checks | David Lamparter | 2016-11-15 | 1 | -89/+0 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+2 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -1/+1 |
* | lib: constify sockunion api | Timo Teräs | 2016-06-08 | 1 | -10/+10 |
* | build: remove INRIA, NRL and MUSICA IPv6 quirks | David Lamparter | 2016-06-03 | 1 | -6/+1 |
* | lib: make sockunion2str safer to use | Timo Teräs | 2016-05-26 | 1 | -5/+12 |
* | sockunion: add accessors for sockunion address | Timo Teräs | 2016-05-26 | 1 | -0/+56 |
* | Quagga: Fixup some compile warnings | Donald Sharp | 2015-11-23 | 1 | -3/+3 |
* | Quagga needs better debugs in lib/sockunion.c | Daniel Walton | 2015-10-23 | 1 | -23/+27 |
* | Use a hash to store BGP peer structures | Daniel Walton | 2015-10-23 | 1 | -0/+6 |
* | sockunion: add hash function | Timo Teräs | 2015-09-08 | 1 | -0/+16 |
* | bgpd-set-somark.patch | Donald Sharp | 2015-06-12 | 1 | -0/+19 |
* | bgpd-ttl-fix.patch | Donald Sharp | 2015-05-20 | 1 | -13/+3 |
* | bgpd-ebgp-multihop-fix.patch | Donald Sharp | 2015-05-20 | 1 | -0/+10 |
* | BGP: For sessions based on interface/LL addr, use ifindex to identify peer | Donald Sharp | 2015-05-20 | 1 | -1/+7 |
* | BGP: Add dynamic update group support | Donald Sharp | 2015-05-20 | 1 | -1/+1 |
* | lib: Add back sockunion_str2su | Paul Jakma | 2012-06-14 | 1 | -0/+12 |
* | lib, zebra: extend use of sockunion2ip macro | Jorge Boncompte [DTI2] | 2012-05-02 | 1 | -3/+3 |
* | bgpd: Fix memory leak of some "show ip bgp neighbor" commands | Jorge Boncompte [DTI2] | 2012-05-02 | 1 | -33/+0 |
* | lib: remove last uses of sockunion_su2str() | Jorge Boncompte [DTI2] | 2012-05-02 | 1 | -19/+0 |
* | lib: add sockopt helper for setting IPV6_V6ONLY and use it | David Lamparter | 2011-12-13 | 1 | -0/+24 |
* | lib: fix memory leak on connect() failure | Stephen Hemminger | 2011-12-06 | 1 | -12/+11 |
* | lib: Add support for IPv6 ttl security | Stephen Hemminger | 2011-03-24 | 1 | -11/+19 |
* | bgpd: Cleanups & fixes for minttl / GTSM | Stephen Hemminger | 2011-03-24 | 1 | -8/+8 |
* | bgpd: RFC 5082 Generalized TTL Security Mechanism support | Nick Hilliard | 2011-03-23 | 1 | -0/+22 |
* | lib: add TCP_CORK wrapper | Stephen Hemminger | 2011-03-21 | 1 | -0/+10 |
* | [lib] Fix IPv6 normalisation | Stephen Hemminger | 2009-07-16 | 1 | -0/+1 |
* | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger | 2009-06-12 | 1 | -2/+1 |