summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* nft: family_ops: Pass nft_handle to 'add' callbackPhil Sutter2019-11-257-12/+14
* nft: Fix -Z for rules with NFTA_RULE_COMPATPhil Sutter2019-11-151-0/+39
* nft: CMD_ZERO needs a rule cachePhil Sutter2019-11-152-0/+3
* tests: shell: Add ipt-restore/0007-flush-noflush_0Phil Sutter2019-11-061-0/+42
* xtables-restore: Improve performance of --noflush operationPhil Sutter2019-11-061-7/+82
* xtables-restore: Allow lines without trailing newline characterPhil Sutter2019-11-062-1/+7
* xtables-restore: Remove some pointless linebreaksPhil Sutter2019-11-061-15/+10
* xtables-restore: Introduce line parsing functionPhil Sutter2019-11-061-170/+177
* xtables-restore: Introduce struct nft_xt_restore_statePhil Sutter2019-11-061-31/+35
* xtables-restore: Integrate restore callbacks into struct nft_xt_restore_parsePhil Sutter2019-11-063-16/+21
* nft-arp: Use xtables_print_mac_and_mask()Phil Sutter2019-10-301-27/+4
* xtables-arp: Use xtables_parse_interface()Phil Sutter2019-10-301-44/+6
* xtables-arp: Drop some unused variablesPhil Sutter2019-10-301-17/+0
* xtables-arp: Integrate OPT_* defines into xshared.hPhil Sutter2019-10-302-29/+21
* Replace TRUE/FALSE with true/falsePhil Sutter2019-10-304-42/+12
* xtables-arp: Drop generic_opt_check()Phil Sutter2019-10-301-66/+0
* Merge CMD_* definesPhil Sutter2019-10-306-73/+20
* xshared: Share a common implementation of parse_rulenumber()Phil Sutter2019-10-306-50/+13
* xshared: Share a common add_command() implementationPhil Sutter2019-10-306-91/+31
* ip6tables, xtables-arp: Drop unused struct pprotPhil Sutter2019-10-302-13/+0