summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
cache-nonexcl-routexxxxThomas Haller8 years
mainMakefile.am: avoid use of non-portable echo argumentsSam James8 months
th/pr/338fixup! route: Add support for 'seg6 local' encapThomas Haller9 months
th/test-routesm4Thomas Haller24 months
th/tmpbuild: replace old "NOTE" in configure output and add summaryThomas Haller8 months
 
TagDownloadAuthorAge
libnl3_8_0libnl3_8_0.zip  libnl3_8_0.tar.gz  libnl3_8_0.tar.bz2  Thomas Haller8 months
libnl3_7_0libnl3_7_0.zip  libnl3_7_0.tar.gz  libnl3_7_0.tar.bz2  Thomas Haller22 months
libnl3_6_0libnl3_6_0.zip  libnl3_6_0.tar.gz  libnl3_6_0.tar.bz2  Thomas Haller2 years
libnl3_5_0libnl3_5_0.zip  libnl3_5_0.tar.gz  libnl3_5_0.tar.bz2  Thomas Haller5 years
libnl3_4_0libnl3_4_0.zip  libnl3_4_0.tar.gz  libnl3_4_0.tar.bz2  Thomas Haller7 years
libnl3_4_0rc1libnl3_4_0rc1.zip  libnl3_4_0rc1.tar.gz  libnl3_4_0rc1.tar.bz2  Thomas Haller7 years
libnl3_3_0libnl3_3_0.zip  libnl3_3_0.tar.gz  libnl3_3_0.tar.bz2  Thomas Haller7 years
libnl3_3_0rc1libnl3_3_0rc1.zip  libnl3_3_0rc1.tar.gz  libnl3_3_0rc1.tar.bz2  Thomas Haller7 years
libnl3_2_29libnl3_2_29.zip  libnl3_2_29.tar.gz  libnl3_2_29.tar.bz2  Thomas Haller7 years
libnl3_2_29rc1libnl3_2_29rc1.zip  libnl3_2_29rc1.tar.gz  libnl3_2_29rc1.tar.bz2  Thomas Haller7 years
[...]
 
AgeCommit messageAuthorFilesLines
2016-07-08xxxxcache-nonexcl-routeThomas Haller6-8/+42
2016-07-08route/route-obj: fix debug logging in route_update()Thomas Haller1-7/+13
2016-07-08lib: fix return value UINT_MAX for nl_object_diff_mask()Thomas Haller1-1/+1
2016-07-08cache: don't decide cache operation based on NL_OBJ_DUMP in ce_flagsThomas Haller5-31/+56
2016-07-08hashtable: let caller decide whether to append/prepend object to hashtableThomas Haller3-3/+11
2016-07-08hashtable: remove internal data structures from public APIThomas Haller2-11/+14
2016-07-08route: cache and object changes to support non-exclusive and append routesRoopa Prabhu5-14/+120
2016-07-08obj_ops: add new oo_hash_attrs_get to get hash key attributes of any objectRoopa Prabhu1-0/+5
2016-07-08cache: modify nl_cache_search to look at cache provided attributes for searchRoopa Prabhu7-0/+124
2016-07-08hashtable: convert hashtable bucket list to a circular doubly linked listRoopa Prabhu2-45/+68
[...]