aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ippool.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-22fix format string error in ippool_printaddr()Stefan Sperling1-1/+1
2018-11-22initialize local variable addr in ippool_new()Stefan Sperling1-1/+1
2018-11-22replace bogus memcpy() call in ippool_newip()Stefan Sperling1-1/+9
2018-11-22fix allocation of ippool's hash tableStefan Sperling1-3/+2
2018-10-21ippool.c: Use "%td" format string for ptrdiff_tHarald Welte1-6/+6
2017-11-06ippool: Correctly compute size of static poolHarald Welte1-1/+1
2017-10-17ippool: Implement and use blacklist instead of blindly using IPPOOL_NOGATEWAYPau Espin Pedrol1-12/+24
2017-10-16lib/ippool: Fix listsize calculated 1 elem too smallPau Espin Pedrol1-1/+1
2017-10-13Remove trailing whitespacePau Espin Pedrol1-2/+2
2017-09-05lib/ippool: Move ippool_aton() out of ippool_new()Harald Welte1-17/+11
2017-09-05lib/ippool: Add back-pointer from pool member to poolHarald Welte1-0/+2
2017-08-09ippool: Extend pool to work with /64 prefixesHarald Welte1-7/+10
2017-08-09ggsn: Send proper errors in create_context_ind()Harald Welte1-8/+8
2017-08-09ippool_new(): const-ify input argumentsHarald Welte1-1/+1
2017-08-09ippool: Add IPv6 support to IP pool implementationHarald Welte1-102/+136
2014-12-04logging: Switch to using libosmocore logging for all the codeHolger Hans Peter Freyther1-23/+22
2011-11-02Convert all code to Linux coding styleHarald Welte1-463/+476
2010-10-20Move common sgsnemu/ggsn files to directory "lib"Emmanuel Bretelle1-0/+526