summaryrefslogtreecommitdiff
path: root/src/ippool.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-20ippool: Fix endless loop issue with 32 prefix lengthGuillaume Zajac1-1/+5
2012-02-28ippool: Fix NULL pointer accessMario Domenech Goulart1-1/+1
2012-02-28ippool: Fix typo in error messageMario Domenech Goulart1-1/+1
2012-02-24ippool: Add error and warning messagesDaniel Wagner1-2/+6
2012-02-13ippool: Fix collision detection altorithmDaniel Wagner1-63/+169
2012-02-13ippool: Fix 16 bit block iteratorDaniel Wagner1-3/+2
2012-02-13ippool: Add prefixlen argument to __connman_ippool_new/deladdr()Daniel Wagner1-2/+4
2012-02-01ippool: Add API to notify when IP is externally assignedDaniel Wagner1-3/+75
2012-02-01ippool: Add IP pool layerDaniel Wagner1-0/+289