summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nft: cache: Fix iptables-save segfault under stressPhil Sutter2020-03-161-14/+2
* nft: cache: Fix for unused variable warningsPhil Sutter2020-03-161-3/+1
* nft: cache: Review flush_cache()Phil Sutter2020-03-061-9/+11
* nft: cache: Simplify chain list allocationPhil Sutter2020-03-061-27/+19
* nft: cache: Make nft_rebuild_cache() respect fake cachePhil Sutter2020-03-062-4/+10
* nft: cache: Fix nft_release_cache() under stressPhil Sutter2020-03-061-2/+8
* connlabel: Allow numeric labels even if connlabel.conf existsPhil Sutter2020-03-061-5/+2
* xtables: Review nft_init()Phil Sutter2020-02-2410-42/+24
* xtables: Drop -4 and -6 support from xtables-{save,restore}Phil Sutter2020-02-242-18/+2
* xtables: Align effect of -4/-6 options with legacyPhil Sutter2020-02-242-13/+96
* iptables-test.py: Fix --host modePhil Sutter2020-02-241-3/+2
* nft: Drop pointless assignmentPhil Sutter2020-02-181-1/+0
* ebtables: among: Support mixed MAC and MAC/IP entriesPhil Sutter2020-02-184-11/+21
* xtables-translate: Fix for iface++Phil Sutter2020-02-142-3/+7
* tests: shell: Fix skip checks with --host modePhil Sutter2020-02-1413-84/+88
* xtables-restore: fix for --noflush and empty linesPhil Sutter2020-02-122-3/+21
* xtables-translate: Fix for interface name corner-casesPhil Sutter2020-02-112-5/+40
* .gitignore: add nano/vim swap fileArturo Borrero Gonzalez2020-02-101-0/+3
* extensions: time: add translation and testsJose M. Guisado Gomez2020-02-042-0/+98
* Fixed some man pages typos ('This modules' -> 'This module')Álvaro Santos2020-01-163-3/+3
* extensions: AUDIT: fix man-page typo.Jeremy Sowden2019-12-301-1/+1
* extensions: among: Check call to fstat()Phil Sutter2019-12-061-1/+5
* xtables-translate: Guard strcpy() call in xlate_ifname()Phil Sutter2019-12-061-3/+2
* libxtables: Avoid buffer overrun in xtables_compatible_revision()Phil Sutter2019-12-061-1/+2
* extensions: cluster: Avoid undefined shiftPhil Sutter2019-12-061-1/+1
* extensions: time: Avoid undefined shiftPhil Sutter2019-12-061-1/+1
* xtables-restore: Avoid access of uninitialized dataPhil Sutter2019-12-061-1/+1
* iptables-apply: script and manpage updategw.2010@tnode.com2019-12-052-106/+242
* extensions: libxt_sctp: add manpage descriptionLaurence J. Lane2019-12-051-0/+1
* iptables: mention iptables-apply(8) in manpagesLaurence J. Lane2019-12-052-2/+2
* libipq: fix spelling in manpageLaurence J. Lane2019-12-051-1/+1
* extensions: manpages: cleanup hyphensLaurence J. Lane2019-12-059-10/+10
* iptables: cleanup "allows to" usageLaurence J. Lane2019-12-058-9/+9
* iptables: install iptables-apply script and manpageLaurence J. Lane2019-12-052-1/+7
* xtables-restore: Fix parser feed from line bufferPhil Sutter2019-12-042-1/+13
* Fix DEBUG buildPhil Sutter2019-12-041-1/+1
* extensions: CLUSTERIP: Mark as deprecated in man pagePhil Sutter2019-12-041-0/+3
* build: bump dependency on libnftnlPablo Neira Ayuso2019-12-021-1/+1
* configure: bump version for 1.8.4 releasev1.8.4Pablo Neira Ayuso2019-12-021-1/+1
* nft: bridge: Rudimental among extension supportPhil Sutter2019-11-257-31/+710
* nft: Support parsing lookup expressionPhil Sutter2019-11-253-1/+13
* nft: Embed rule's table name in nft_xt_ctxPhil Sutter2019-11-252-0/+2
* nft: Bore up nft_parse_payload()Phil Sutter2019-11-252-1/+11
* nft: Support NFT_COMPAT_SET_ADDPhil Sutter2019-11-251-0/+58
* nft: Introduce NFT_CL_SETS cache levelPhil Sutter2019-11-253-9/+200
* nft: Eliminate pointless calls to nft_family_ops_lookup()Phil Sutter2019-11-251-10/+5
* nft: Keep nft_handle pointer in nft_xt_ctxPhil Sutter2019-11-252-27/+15
* nft: family_ops: Pass nft_handle to 'rule_to_cs' callbackPhil Sutter2019-11-2510-26/+43
* nft: family_ops: Pass nft_handle to 'print_rule' callbackPhil Sutter2019-11-256-18/+20
* nft: family_ops: Pass nft_handle to 'rule_find' callbackPhil Sutter2019-11-255-11/+10