summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Merge git://git.infradead.org/users/tgr/libnlPatrick McHardy32-720/+850
2013-03-24nl-route-add: Add NLM_F_EXCL flag to route addroopa1-1/+1
2013-02-28Use thread-safe strerror_r() instead of strerror()Thomas Graf1-1/+2
2013-01-24Merge pull request #29 from rmfought/natdir32Thomas Graf1-0/+18
2013-01-24Fix build warnings of nl-(qdisc|class|cls)-addThomas Graf3-0/+6
2013-01-24Move private header files to <netlink-private/*>Thomas Graf2-2/+2
2013-01-23netfilter: expectation NAT direction is 32 bit attributeRich Fought1-0/+18
2012-11-16cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf1-1/+4
2012-10-26Merge branch 'master' of https://github.com/rmfought/libnlThomas Graf7-1/+645
2012-10-19Source cleanup for upstreamRich Fought4-126/+122
2012-10-19nf-log example: correct copy-range parsingКоренберг Марк (дома)1-1/+1
2012-10-16Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought6-15/+249
2012-10-10BugfixesRich Fought4-2/+170
2012-10-09bugfixesRich Fought2-0/+10
2012-10-09update gitignoreRich Fought1-0/+1
2012-10-09Expectation get cli toolRich Fought2-1/+131
2012-10-09Compile CLIRich Fought2-23/+1
2012-10-08Starting CLI workRich Fought1-0/+127
2012-08-30"%llu" replaced with "%" PRIu64Коренберг Марк (дома)1-1/+1
2012-08-28nl_cli_route_parse_table fixed typo in codeКоренберг Марк (дома)1-1/+1
2012-06-13Fix types-related warnings based on clang diagnosticsКоренберг Марк1-3/+11
2012-06-01genl: Support registration of families without depending on cachesThomas Graf1-2/+2
2012-05-13FTBFS with musl libc: Missing includesIsaac1-0/+1
2012-04-20genl-ctrl-list: Mark for installationThomas Graf1-1/+1
2012-04-20genl-ctrl-list: fix copyright and summaryThomas Graf1-2/+2
2012-04-20genl-ctrl-list: Introduce -d|--details as a shortcut for --format=detailsThomas Graf1-3/+5
2011-09-19Ingnore src/nl-link-enslave and nl-link-releaseThomas Graf1-0/+2
2011-09-16bonding: API to create/enslave/releaseThomas Graf3-1/+98
2011-09-13tools: Use LDADD and link against .la files instead of LDFLAGS and -llibThomas Graf1-1/+7
2011-09-13Switch to libtool versioning systemThomas Graf1-7/+10
2011-09-08Remove GPL-3.0 license file.Thomas Graf1-676/+0
2011-08-30nl-link-name2ifindex: fix usage textJiri Pirko1-1/+1
2011-08-11Make some functions and global variables staticPavel Roskin8-10/+10
2011-08-113.1 releaseThomas Graf1-2/+0
2011-03-29trafic class/classifer API improvements and documentationThomas Graf1-4/+4
2011-03-24Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls()Thomas Graf1-1/+17
2011-03-24Allow NLSYSCONFDIR environment variable to overwrite built-in sysconfdirThomas Graf1-1/+1
2011-03-21Merge git://git.kernel.org/pub/scm/libs/netlink/libnlPatrick McHardy13-193/+108
2011-03-21fix module parent referencesThomas Graf1-1/+1
2011-03-21Unified TC APIThomas Graf13-192/+107
2011-03-19Merge 192.168.0.100:/repos/git/libnlPatrick McHardy26-556/+1670
2010-11-16Make syntax of nl-link-list consistent and install itThomas Graf2-33/+24
2010-11-11Add all libraries for libtool to improve linkageGery Kahn1-40/+1
2010-11-11Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2-3/+24
2010-11-11link: Support IFLA_IFALIAS attributeThomas Graf2-5/+20
2010-11-04pktloc: support to specify a shift operator for packet locationsThomas GraF1-5/+9
2010-11-03nl-qdisc-delete: Do not attempt to delete default qdiscsThomas GraF1-0/+4
2010-11-01nl-classid-lookup: Added --raw option to print classid without pretty printin...Thomas Graf1-2/+10
2010-11-01nl-qdisc-list: --recursive - print tc objects recursivelyThomas Graf1-7/+94
2010-11-01classid auto generation if provided tc name does not existThomas Graf10-17/+39