summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: use libnftablesPablo Neira Ayuso2013-06-246-642/+1210
* meta: replace rtnl_tc_handle2str and rtnl_tc_str2handlePablo Neira Ayuso2013-06-241-10/+43
* meta: use if_nametoindex and if_indextonamePablo Neira Ayuso2013-06-241-44/+4
* evaluate: fix range and comparison evaluationPablo Neira Ayuso2013-06-121-2/+2
* src: fix counter restorationEric Leblond2013-06-123-3/+31
* rule: display hook infoEric Leblond2013-06-121-0/+23
* datatype: concat expression only releases dynamically allocated datatypePablo Neira Ayuso2013-06-081-2/+13
* cli: reset terminal when CTRL+d is pressedEric Leblond2013-06-081-1/+4
* cli: add quit commandEric Leblond2013-06-081-0/+5
* rule: list elements in set in any caseEric Leblond2013-06-081-2/+1
* rule: add flag to display rule handle as commentEric Leblond2013-05-312-1/+14
* cli: complete basic functionality of the interactive modePablo Neira Ayuso2013-05-193-42/+66
* parser: fix size of internet protocol expressions matching keywordsPatrick McHardy2013-04-231-9/+9
* parser: include leading '.' in concat subexpression locationPatrick McHardy2013-04-221-0/+6
* expr: catch missing and excess elements in concatenationsPatrick McHardy2013-04-222-4/+19
* meta: accept uid/gid in numericalPablo Neira Ayuso2013-04-201-4/+12
* payload: accept ethertype in hexadecimalPablo Neira Ayuso2013-04-201-1/+21
* src: fix crash if nft -f wrong_file is passedPablo Neira Ayuso2013-04-191-1/+1
* mark: fix numeric mark value parsingPatrick McHardy2013-04-181-0/+7
* cmd/netlink: make sure we always have a location in netlink operationsPatrick McHardy2013-04-184-104/+132
* main: fix error checking in nft_parsePablo Neira Ayuso2013-04-181-1/+1
* netlink: return error if chain not foundPablo Neira Ayuso2013-04-181-1/+16
* rule: fix nft list chainPablo Neira Ayuso2013-04-181-1/+4
* rule: allow to list of existing tablesPablo Neira Ayuso2013-04-184-3/+31
* expr: fix concat expression type propagationPatrick McHardy2013-04-183-7/+65
* types: add ethernet address typePatrick McHardy2013-04-182-1/+11
* datatype: parse/print in all basetypes subsequentlyPatrick McHardy2013-04-181-9/+15
* expr: kill EXPR_F_PRIMARYPatrick McHardy2013-04-151-3/+1
* netlink_delinearize: don't reset source register after readPatrick McHardy2013-01-041-1/+0
* rule: add rule insertion (prepend) supportPatrick McHardy2012-12-145-6/+31
* chains: add chain rename supportPatrick McHardy2012-12-145-5/+65
* netlink: fix query requestsPatrick McHardy2012-12-141-6/+10
* cmd: fix handle use after free for implicit set declarationsPatrick McHardy2012-12-101-1/+4
* rule: reenable adjacent payload mergingPatrick McHardy2012-12-092-1/+8
* sets: fix sets using intervalsPatrick McHardy2012-12-091-1/+3
* netlink: fix endless loop on 64 bit when parsing binopsPatrick McHardy2012-12-091-1/+1
* expression: fix constant expression splicingPatrick McHardy2012-12-091-1/+3
* payload: kill redundant payload protocol expressions during netlink postproce...Patrick McHardy2012-12-091-5/+34
* seqtree: update mapping data when keeping the basePatrick McHardy2012-12-081-3/+8
* segtree: fix segtree to properly support mappingsPatrick McHardy2012-12-082-33/+60
* debug: include verbose message in all BUG statementsroot2012-12-088-37/+39
* evaluate: reintroduce type chekcs for relational expressionsPatrick McHardy2012-12-051-0/+27
* parser: fix parsing protocol names for protocols which are also keywordsPatrick McHardy2012-12-051-0/+63
* expression: Differentiate expr among anonymous structures in struct exprTomasz Bursztyka2012-08-035-24/+24
* erec: Handle returned value properly in erec_printTomasz Bursztyka2012-08-031-3/+4
* evaluate: Remove useless variable in expr_evaluate_bitwise()Tomasz Bursztyka2012-08-031-2/+1
* netlink: Use the right datatype for verdictTomasz Bursztyka2012-08-031-1/+1
* help: fix of the -I option in help displayRomain Bignon2010-07-061-1/+1
* datatype: reject incompletely parsed integers in integer_type_parse()Patrick McHardy2010-07-061-1/+3
* don't use internal_location for files specified on command linePatrick McHardy2010-07-061-1/+1