summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Break API some moreThomas Graf2008-05-144-12/+0
| * Thread-safe error handlingThomas Graf2008-05-1424-454/+440
| * Added two new functions to facilitate processing the nexthop entries for routes.Ben Gamsa2008-05-081-0/+6
| * ignore more temporary filesThomas Graf2008-05-051-0/+1
| * Route cache supportThomas Graf2008-05-051-1/+5
| * New netem funtionality and TBF fixTad Kollar2008-04-303-0/+29
| * version.h.in should be in tree not the generated versionThomas Graf2008-04-301-2/+2
| * Provide libnl version in <netlink/version.h>Thomas Graf2008-04-302-0/+19
| * libnl: recvmsgs doesn't necessarily free the message dataInaky Perez-Gonzalez2008-04-291-0/+14
| * Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-296-64/+75
| * Export nl_dump_line() and automatically count lines while dumpingThomas Graf2008-04-293-18/+21
| * [LIBNL]: Install netlink/route/link headersPatrick McHardy2008-03-291-0/+2
| * [PATCH] Remove usage of C++ keyword 'class' on htb.h header.Rui Tiago Cação Matos2008-03-051-3/+3
| * Update local copy of linux/rtnetlink.hThomas Graf2008-03-051-1/+43
| * Fix nfnl_queue_msg_get_packetid() return typePatrick McHardy2008-02-071-1/+1
| * [LIBNL]: Install netfilter headersPatrick McHardy2008-02-071-0/+2
| * [LIBNL]: Support conntrack add/delete/query requestsPatrick McHardy2008-02-071-0/+9
| * [LIBNL]: Split up nfnetlink_log into log and msg objectsPatrick McHardy2008-02-073-75/+186
| * [LIBNL]: nfnetlink_log: support NUFLA_GID attributePatrick McHardy2008-02-073-0/+6
| * [LIBNL]: Add nfnetlink_queue supportPatrick McHardy2008-02-074-0/+311
| * [LIBNL]: Generic netfilter stuffPatrick McHardy2008-02-072-0/+70
| * [LIBNL]: Add if_vlan.hPatrick McHardy2008-02-071-0/+61
| * Detailed attribute documentationThomas Graf2008-01-302-118/+108
| * Abstract address allocation based on netlink attributeThomas Graf2008-01-301-0/+1
| * Abstract data allocation based on netlink attributeThomas Graf2008-01-301-0/+1
* | Adding support for netlink API and quota in nfaccountingMathieu Poirier2014-01-062-0/+31
* | compiles for froyo with Android.mkArik Nemtsov2011-02-093-1/+13
|/
* Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf2008-01-141-0/+2
* Fix stale data pointers when constructing messagesThomas Graf2008-01-142-0/+3
* Added additional parsing and validation functions for generic netlinkThomas Graf2008-01-102-0/+9
* Link info interface and vlan supportThomas Graf2008-01-085-0/+181
* Support link operstate and linkmodeThomas Graf2007-12-194-3/+49
* Include linux/ip_mg_alg.h internally for compatibility onlyThomas Graf2007-12-182-1/+1
* Cache message type association interface cleanupsThomas Graf2007-10-111-3/+4
* Use linux/types.h to fix amd64 buildPhilip Craig2007-09-181-6/+1
* Allow filtering by name for conntrack status flagsPhilip Craig2007-09-182-1/+2
* Export interface to define cachesThomas Graf2007-09-173-64/+200
* Export interface to define objectsThomas Graf2007-09-154-89/+345
* Add missing declarations for genlmsg_data() and genlmsg_len()Thomas Graf2007-09-151-0/+2
* Initial importThomas Graf2007-09-1571-0/+7947