summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nft: Move nft_rule_list_get() above nft_chain_list_get()Phil Sutter2018-12-271-55/+55
* nft: Introduce fetch_chain_cache()Phil Sutter2018-12-271-10/+17
* nft: Simplify nft_rule_insert() a bitPhil Sutter2018-12-271-4/+1
* nft: Simplify per table chain cache updatePhil Sutter2018-12-271-10/+13
* nft: Reduce indenting level in flush_chain_cache()Phil Sutter2018-12-271-9/+13
* nft: Reduce __nft_rule_del() signaturePhil Sutter2018-12-271-4/+3
* nft: Review is_*_compatible() routinesPhil Sutter2018-12-271-98/+55
* xtables-restore: Review chain handlingPhil Sutter2018-12-272-51/+19
* nft: Review unclear return pointsPhil Sutter2018-12-261-2/+2
* nft: Simplify nftnl_rule_list_chain_save()Phil Sutter2018-12-261-7/+3
* extensions: TRACE: Point at xtables-monitor in documentationPhil Sutter2018-12-181-7/+14
* include: extend the headers conflict workaround to in6.hBaruch Siach2018-12-031-1/+1
* extensions: libipt_realm: Document allowed realm valuesPhil Sutter2018-12-031-0/+2
* xtables: Don't use native nftables commentsPhil Sutter2018-11-275-50/+8
* ebtables: Use xtables_exit_err()Phil Sutter2018-11-232-14/+3
* arptables: Support --set-counters optionPhil Sutter2018-11-221-1/+2
* extensions: libip6t_mh: fix bogus translation errorPablo Neira Ayuso2018-11-191-2/+2
* xtables: make all nft_parse_ helpers staticFlorian Westphal2018-11-192-16/+8
* xtables: rename opcodes to arp_opcodesFlorian Westphal2018-11-193-5/+5
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-195-32/+32
* nft: move initialize to struct nft_handlePablo Neira Ayuso2018-11-192-5/+11
* nft: move chain_cache back to struct nft_handlePablo Neira Ayuso2018-11-192-14/+16
* nft: add type field to builtin_tablePablo Neira Ayuso2018-11-192-0/+9
* arptables-nft: use generic expression parsing functionFlorian Westphal2018-11-182-84/+12
* xtables-monitor: fix build with musl libcBaruch Siach2018-11-171-0/+1
* include: fix build with kernel headers before 4.2Baruch Siach2018-11-171-0/+2
* xtables: Introduce per table chain cachesPhil Sutter2018-11-175-106/+95
* xtables-monitor: fix build with older glibcBaruch Siach2018-11-161-16/+14
* extensions: format-security fixes in libip[6]t_icmpAdam Gołębiowski2018-11-142-3/+3
* ebtables: vlan: fix userspace/kernel headers collisionBaruch Siach2018-11-131-0/+1
* ip6tables-save: Merge into iptables-save.cPhil Sutter2018-11-133-261/+129
* ip6tables-restore: Merge into iptables-restore.cPhil Sutter2018-11-133-438/+113
* libiptc: Extend struct xtc_opsPhil Sutter2018-11-133-2/+11
* configure: bump versions for 1.8.2 releasev1.8.2Florian Westphal2018-11-131-3/+3
* xtables: add 'printf' attribute to xlate_addFlorian Westphal2018-11-125-14/+14
* libxtables: xlate: init buffer to zeroFlorian Westphal2018-11-121-0/+1
* tests: shell: fix expected arptables-save outputFlorian Westphal2018-11-121-3/+3
* arptables: fix --version infoFlorian Westphal2018-11-121-10/+15
* arptables: ignore --table argument.Florian Westphal2018-11-121-1/+4
* arptables: make uni/multicast mac masks staticFlorian Westphal2018-11-121-6/+6
* arptables: add test casesFlorian Westphal2018-11-124-0/+27
* arptables: pre-init hlen and ethertypeFlorian Westphal2018-11-122-14/+20
* arptables: fix src/dst mac handlingFlorian Westphal2018-11-121-9/+57
* arptables: fix target ip offsetFlorian Westphal2018-11-121-2/+3
* arptables: fix -s/-d handling for negation and maskFlorian Westphal2018-11-121-6/+14
* arptables: add basic test infra for arptables-nftFlorian Westphal2018-11-121-1/+10
* arptables: fix rule deletion/compareFlorian Westphal2018-11-121-1/+2
* arptables: remove code that is also commented-out in original arptablesFlorian Westphal2018-11-121-31/+3
* arptables-save: add -c option, like xtables-saveFlorian Westphal2018-11-122-9/+35
* arptables: use ->save for arptables-save, like xtablesFlorian Westphal2018-11-123-43/+43