summaryrefslogtreecommitdiffstats
path: root/src/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: fix nft flush operationEric Leblond2013-10-031-2/+0
* netlink: only flush asked table/chainEric Leblond2013-10-031-0/+8
* netlink: suppress useless variableEric Leblond2013-10-031-3/+0
* netlink: fix IPv6 prefix computationEric Leblond2013-09-301-4/+7
* src: add rule batching supportPablo Neira Ayuso2013-09-231-11/+35
* src: Fix base chain printingTomasz Bursztyka2013-08-301-0/+1
* src: allow to specify the base chain typePablo Neira Ayuso2013-08-271-6/+20
* src: Add support for insertion inside rule listEric Leblond2013-07-191-0/+2
* netlink: fix network address prefixPablo Neira Ayuso2013-06-241-0/+24
* src: use libnftablesPablo Neira Ayuso2013-06-241-427/+419
* cmd/netlink: make sure we always have a location in netlink operationsPatrick McHardy2013-04-181-45/+64
* netlink: return error if chain not foundPablo Neira Ayuso2013-04-181-1/+16
* rule: allow to list of existing tablesPablo Neira Ayuso2013-04-181-1/+2
* rule: add rule insertion (prepend) supportPatrick McHardy2012-12-141-2/+2
* chains: add chain rename supportPatrick McHardy2012-12-141-1/+22
* netlink: fix query requestsPatrick McHardy2012-12-141-6/+10
* debug: include verbose message in all BUG statementsroot2012-12-081-1/+1
* netlink: Use the right datatype for verdictTomasz Bursztyka2012-08-031-1/+1
* netlink: add debugging for missing objectsPatrick McHardy2010-07-061-1/+4
* netlink: fix creation of base chains with hooknum and priority 0Patrick McHardy2010-07-061-1/+1
* debug: allow runtime control of debugging outputPatrick McHardy2009-07-281-23/+13
* add support for new set API and standalone setsPatrick McHardy2009-07-281-1/+365
* netlink: move data related functions to netlink.cPatrick McHardy2009-03-311-0/+113
* netlink: use libnl OBJ_CAST macroPatrick McHardy2009-03-311-8/+4
* netlink: consistent naming fixesPatrick McHardy2009-03-311-4/+4
* netlink: add helper function for socket callback modificationPatrick McHardy2009-03-311-6/+8
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+476