summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* src: add --check option flagPablo M. Bermudo Garay2017-06-261-2/+12
* src: add new generic context structure nft_ctxPablo M. Bermudo Garay2017-06-261-13/+13
* src: Pass stateless, numeric, ip2name and handle variables as structure members.Varsha Rao2017-06-181-13/+13
* src: error reporting for nested ruleset representationPablo Neira Ayuso2017-06-161-0/+4
* src: display default directory for file inclusion in -h/--helpPablo Neira Ayuso2017-06-071-2/+2
* src: remove global nftnl_batch structure in mnl layerPablo Neira Ayuso2017-05-291-6/+8
* main: Validate the number of numeric optionsElise Lennion2017-02-051-1/+6
* src: Honor obligatory stateless printing of flow tablesElise Lennion2017-01-231-2/+2
* src: Allow to list ruleset without stateful informationElise Lennion2017-01-161-1/+11
* Correct description of -n/--numeric optionJon Jensen2016-10-291-3/+2
* src: meta priority support using tc classidPablo Neira Ayuso2016-08-181-1/+2
* src: revisit cache population logicPablo Neira Ayuso2016-03-141-0/+4
* nft: Modified punctuation used in nft's show_helpPiyush Pangtey2016-03-091-7/+7
* src: get rid of EINTR handling for nft_netlink()Pablo Neira Ayuso2015-08-181-5/+0
* src: add cache infrastructure and use it for table objectsPablo Neira Ayuso2015-08-181-1/+1
* main: return error to shell on evaluation problemsPablo Neira Ayuso2015-07-141-3/+5
* src: restore interface to index cachePablo Neira Ayuso2015-04-111-1/+3
* main: display errors through stderrPablo Neira Ayuso2015-03-021-1/+1
* include: add cli.hPablo Neira Ayuso2014-11-101-0/+1
* nft: don't resolve hostnames by defaultArturo Borrero2014-11-061-3/+13
* build: allow disabling libreadline-supportSteven Barth2014-10-101-1/+5
* mnl: consistency checks across several netlink dumpsPablo Neira Ayuso2014-09-191-0/+1
* main: propagate error to shellPablo Neira Ayuso2014-07-251-0/+2
* src: rework batching logic to fix possible use of uninitialized pagesPablo Neira Ayuso2014-07-221-12/+14
* mnl: check for NLM_F_DUMP_INTR when dumping object listsPablo Neira Ayuso2014-07-141-1/+7
* src: add set netlink message to the batchPablo Neira Ayuso2014-05-191-0/+2
* parser: evaluate commands immediately after parsingPatrick McHardy2014-02-041-7/+1
* parser: recover from errors in any blockPatrick McHardy2014-02-041-1/+2
* Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-161-1/+5
|\
| * src: add new --debug=mnl option to enable libmnl debuggingPablo Neira Ayuso2014-01-161-1/+5
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-151-1/+5
|\|
| * segtree: add new segtree debugging optionPablo Neira Ayuso2014-01-151-1/+5
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-101-2/+2
|\|
| * nftables: shorten "could not process rule in batch" messagePatrick McHardy2014-01-101-2/+2
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-091-4/+8
|\|
| * nftables: fix supression of "permission denied" errorsPatrick McHardy2014-01-091-4/+8
* | proto: add debugging for protocol context updatesPatrick McHardy2014-01-081-1/+5
|/
* src: fix return codeArturo Borrero Gonzalez2013-10-171-3/+4
* src: add rule batching supportPablo Neira Ayuso2013-09-231-18/+50
* nftables: add additional --numeric levelPhil Oester2013-08-221-2/+3
* rule: add flag to display rule handle as commentEric Leblond2013-05-311-1/+11
* cli: complete basic functionality of the interactive modePablo Neira Ayuso2013-05-191-31/+40
* src: fix crash if nft -f wrong_file is passedPablo Neira Ayuso2013-04-191-1/+1
* main: fix error checking in nft_parsePablo Neira Ayuso2013-04-181-1/+1
* help: fix of the -I option in help displayRomain Bignon2010-07-061-1/+1
* don't use internal_location for files specified on command linePatrick McHardy2010-07-061-1/+1
* debug: properly parse debug levelsPatrick McHardy2010-07-061-2/+54
* debug: allow runtime control of debugging outputPatrick McHardy2009-07-281-0/+19
* Fix some memory leaksPatrick McHardy2009-03-201-2/+4
* Release scopes during cleanupPatrick McHardy2009-03-201-0/+1