summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: add rtnl-link-canHEADmasterDario Binacchi2023-04-292-0/+456
* doc: fix some non-native English usagesJeremy Sowden2022-12-283-10/+10
* Makefile: Create LZMA-compressed dist-filesPhil Sutter2022-12-091-1/+1
* doc: move man-page sym-link shell-script into a separate fileJeremy Sowden2022-09-212-33/+43
* doc: move doxygen config file into doxygen directoryJeremy Sowden2022-09-215-4/+17
* doc: change `INPUT` doxygen setting to `@top_srcdir@`Jeremy Sowden2022-09-212-12/+1
* doc: add .gitignore for Doxygen artefactsJeremy Sowden2022-09-211-0/+3
* build: add `make dist` tar-balls to .gitignoreJeremy Sowden2022-09-211-0/+2
* build: doc: refer to bash as bash, not /bin/bashMark Mentovai2022-09-211-1/+1
* libmnl: update attribute function comments to use \returnJacob Keller2022-08-081-59/+79
* nlmsg: Only print ECMA-48 colour sequences to terminalsKerin Millar2022-06-291-23/+53
* examples: format neigh dump correctlyStephen Hemminger2022-04-071-4/+4
* build: libmnl 1.0.5 releaselibmnl-1.0.5Pablo Neira Ayuso2022-04-051-1/+1
* src: doc: Fix messed-up Netlink message batch diagramDuncan Roe2021-08-101-9/+10
* build: If doxygen is not available, be sure to report "doxygen: no" to ./conf...Duncan Roe2021-08-101-2/+5
* build: doc: get rid of the need for manual updating of MakefileDuncan Roe2021-08-012-40/+32
* build: doc: "make" builds & installs a full set of man pagesDuncan Roe2021-06-234-172/+107
* doxygen: Fixed link to the git source tree on the website.igo958622020-09-221-1/+1
* include: add MNL_SOCKET_DUMP_SIZE definitionPablo Neira Ayuso2019-10-148-13/+14
* doxygen: remove EXPORT_SYMBOL from the outputPablo Neira Ayuso2019-10-071-1/+1
* nlmsg: Fix a missing doxygen section trailerDuncan Roe2019-10-031-0/+4
* src: fix doxygen function documentationFernando Fernandez Mancera2019-09-305-159/+113
* examples: Add rtnl-addr-add.cPetr Vorel2019-05-063-1/+125
* examples: reduce LOCs during neigh attributes validationLaura Garcia Liebana2018-05-231-5/+0
* examples: fix print line formatLaura Garcia Liebana2018-05-231-1/+3
* examples: fix neigh max attributesLaura Garcia Liebana2018-05-231-2/+2
* examples: add arp cache dump exampleLaura Garcia Liebana2018-05-182-1/+166
* libmnl: zero attribute paddingFlorian Westphal2018-03-201-0/+5
* examples: rtnl-addr-dump: fix typoStephen Hemminger2018-01-191-1/+1
* callback: mark cb_ctl_array 'const' in mnl_cb_run2()Guillaume Nault2016-08-082-3/+4
* examples: nfct-daemon: Fix test building on musl libcKylie McClain2016-07-211-0/+1
* build: libmnl 1.0.4 releaselibmnl-1.0.4Pablo Neira Ayuso2016-07-022-2/+2
* src: cleanup function definitionsPablo Neira Ayuso2016-07-014-72/+51
* Move declaration of visibility attributes before definition.Peter Foley2016-07-014-68/+68
* nlmsg: Improve payload printingCarlos Falgueras GarcĂ­a2016-06-081-4/+4
* socket: introduce mnl_socket_open2()Guillaume Nault2015-10-043-10/+35
* example: netfilter: get rid of aligned_be64 definitionsPablo Neira Ayuso2015-05-262-10/+0
* examples/netfilter: Include <endian.h> for be64tohFelix Janda2015-05-252-0/+2
* header: use sysconf() instead of getpagesize()Markus Teich2015-03-021-1/+1
* attr: minor doc fix in mnl_attr_next()Hisao Tanabe2015-01-101-1/+0
* doc: minor fixKen-ichirou MATSUZAWA2014-10-242-5/+3
* socket: creating a struct mnl_socket from a pre-existing socketKen-ichirou MATSUZAWA2014-09-253-0/+39
* socket: calloc expects struct size as second parameterPablo Neira Ayuso2014-09-241-1/+1
* include: cache copy of include/linux/socket.hPablo Neira Ayuso2014-06-132-1/+22
* examples: use mnl_socket_setsockoptKen-ichirou MATSUZAWA2013-12-071-4/+2
* examples: fix display conditionKen-ichirou MATSUZAWA2013-12-071-2/+3
* examples: made sub functions the sameKen-ichirou MATSUZAWA2013-12-072-6/+17
* attr: validate MNL_TYPE_MSEC same as MNL_TYPE_U64Ken-ichirou MATSUZAWA2013-12-071-0/+1
* examples: use mnl_nlmsg_get_payload()Ken-ichirou MATSUZAWA2013-12-071-1/+1
* examples: fix trivial error messageKen-ichirou MATSUZAWA2013-12-0715-34/+34