summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nft: remove cache build callsPablo Neira Ayuso2020-05-113-42/+0
* nft: restore among supportPablo Neira Ayuso2020-05-113-2/+32
* nft: calculate cache requirements from list of commandsPablo Neira Ayuso2020-05-118-127/+119
* nft: split parsing from netlink commandsPablo Neira Ayuso2020-05-1115-143/+726
* ebtables-restore: Table line to trigger implicit commitPhil Sutter2020-05-111-0/+4
* nft: cache: Fetch sets per tablePhil Sutter2020-05-111-11/+15
* nft: cache: Init per table set list along with chain listPhil Sutter2020-05-111-15/+4
* nft: cache: Eliminate init_chain_cache()Phil Sutter2020-05-111-12/+4
* ebtables-restore: Drop custom table flush routinePhil Sutter2020-05-113-30/+1
* iptables: flush stdout after every verbose log.Maciej Żenczykowski2020-05-112-2/+6
* libiptc: do not typedef socklen_t on AndroidMaciej Żenczykowski2020-05-112-2/+2
* tests: shell: Add test for nfbz#1391Phil Sutter2020-04-281-0/+7
* libxt_IDLETIMER: fix target v1 help alignment and docMaciej Żenczykowski2020-04-281-1/+1
* iptables: include sys/time.h to fix lack of struct timeval declarationMaciej Żenczykowski2020-04-281-0/+1
* extensions: include strings.h for the definition of ffs()Maciej Żenczykowski2020-04-282-0/+2
* tests: shell: Test -F in dump filesPhil Sutter2020-04-231-0/+12
* tests: shell: Extend ipt-restore/0004-restore-race_0Phil Sutter2020-04-231-3/+2
* tests: shell: Improve ipt-restore/0001load-specific-table_0 a bitPhil Sutter2020-04-231-1/+1
* xshared: Drop pointless assignment in add_param_to_argv()Phil Sutter2020-04-231-1/+0
* extensions: IDLETIMER: Add alarm timer optionManoj Basapathi2020-04-163-13/+100
* nft-shared: skip check for jumpto if cs->target is unsetPablo Neira Ayuso2020-04-152-3/+3
* extensions: libxt_CT: add translation for NOTRACKPablo Neira Ayuso2020-04-152-0/+18
* iptables: open eBPF programs in read only modeMaciej Żenczykowski2020-04-151-7/+19
* 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