summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* extensions: libebt_ip{, 6}: Drop pointless error checkingPhil Sutter2018-09-242-8/+0
* libxt_time: Drop initialization of variable 'year'Phil Sutter2018-09-241-4/+4
* libxt_ipvs: Avoid potential buffer overrunPhil Sutter2018-09-241-10/+12
* libxt_conntrack: Avoid potential buffer overrunPhil Sutter2018-09-241-7/+7
* libxt_conntrack: Version 0 does not support XT_CONNTRACK_DIRECTIONPhil Sutter2018-09-241-8/+0
* libxt_LED: Avoid string overrun while parsing led-trigger-idPhil Sutter2018-09-241-2/+1
* Mark fall through cases in switch() statementsPhil Sutter2018-09-242-15/+18
* libxtables: Integrate getethertype.c from xtables corePhil Sutter2018-09-242-142/+2
* libxt_string: Fix array out of bounds checkPhil Sutter2018-09-181-2/+4
* extensions: add cgroup revision 2Pablo Neira Ayuso2018-09-181-0/+76
* extensions: REJECT: Merge reject tablesPhil Sutter2018-09-132-111/+112
* libxt_string: Avoid potential array out of bounds accessPhil Sutter2018-09-131-2/+1
* doc: Improve layout of u32 instructionsJoseph C. Sible2018-09-101-10/+15
* ip6tables-translate: Fix libip6t_mh.txlate testPhil Sutter2018-08-241-2/+2
* ebtables-translate: Fix for libebt_limit.txlatePhil Sutter2018-08-241-1/+9
* extensions: libebt_mark: Drop mark_supplied checkPhil Sutter2018-08-241-7/+0
* extensions: AUDIT: Provide translationPhil Sutter2018-08-242-0/+19
* xtables: Fix for segfault when registering hashlimit extensionHeena Sirwani2018-08-211-0/+1
* arptables: Drop extensions/libxt_mangle.cPhil Sutter2018-08-161-396/+0
* ebtables: Merge libebt_limit.c into libxt_limit.cPhil Sutter2018-08-162-219/+88
* arptables: Fix for trailing spaces in outputPhil Sutter2018-08-041-24/+16
* Consolidate DEBUGP macrosPhil Sutter2018-08-042-10/+2
* extensions: don't bother to build libebt/libarp extensions if nft backend was...Florian Westphal2018-07-101-2/+2
* ebtables-nft: add stp matchFlorian Westphal2018-07-021-0/+391
* doc: Fix spelling error in hashlimit sectionMajor Hayden2018-06-261-1/+1
* ebtables-compat: add arp match extensionFlorian Westphal2018-05-211-0/+490
* ebtables-compat: add redirect match extensionFlorian Westphal2018-05-211-0/+109
* ebtables-compat: add nat match extensionsFlorian Westphal2018-05-214-0/+298
* xtables-compat: extend generic tests for masks and wildcardsFlorian Westphal2018-05-151-0/+15
* xtables-compat: ip6table-save: fix save of ip6 address masksFlorian Westphal2018-05-111-0/+2
* ebtables-translate: suppress redundant protocolsFlorian Westphal2018-05-105-26/+26
* extensions: libip6t_srh.t: Add test cases for psid, nsid, and lsidAhmed Abdelsalam2018-05-091-0/+2
* extensions: libxt_CONNMARK: incorrect translation after v2Pablo Neira Ayuso2018-05-081-3/+3
* extensions: libxt_CONNMARK: Support bit-shifting for --restore,set and save-markJack Ma2018-05-081-13/+279
* extensions: libip6t_srh: support matching previous, next and last SIDAhmed Abdelsalam2018-05-081-14/+273
* extensions: libipt_DNAT: tests added for shifted portmap rangeThierry Du Tre2018-05-082-0/+10
* extensions: libipt_DNAT: use size of nf_nat_range2 for rev2Florian Westphal2018-05-072-4/+4
* extensions: add xlate test for ipables -fFlorian Westphal2018-05-051-0/+6
* extensions: libipt_DNAT: support shifted portmap rangesThierry Du Tre2018-04-292-51/+408
* xtables: Introduce and use common function to print val[/mask] argumentsSerhey Popovych2018-04-274-64/+19
* xtables: Introduce and use common function to parse val[/mask] argumentsSerhey Popovych2018-04-272-51/+13
* extensions: Initialize linear mapping of symbols in _init() of extensionSerhey Popovych2018-04-272-21/+14
* extensions: ULOG: remove testFlorian Westphal2018-04-271-19/+0
* ebtables-compat: add 'vlan' match extensionFlorian Westphal2018-04-222-0/+237
* ebtables-compat: add 'pkttype' match extensionFlorian Westphal2018-04-222-0/+139
* ebtables-compat: add 'ip6' match extensionFlorian Westphal2018-04-192-0/+665
* libebt_ip: fix translations for tos and icmpFlorian Westphal2018-04-192-7/+7
* libebt_ip: add icmp supportFlorian Westphal2018-04-192-2/+304
* xt-translate: quote interface names in translated outputFlorian Westphal2018-04-199-29/+29
* icmp: split icmp type printing to header fileFlorian Westphal2018-04-193-58/+35