index
:
firewall3
master
OpenWrt firewall configuration utility
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-01-29
iptables: fix inversion flags
Len White
2016-01-24
Remove commented code
Jo-Philipp Wich
2016-01-24
Use xt_id match to track own rules
Jo-Philipp Wich
2015-05-26
redirects: only emit REDIRECT rules if dest_ip is unset
Jo-Philipp Wich
2015-05-26
Rework match initialization
Jo-Philipp Wich
2015-05-26
Link libext dynamically
Jo-Philipp Wich
2015-05-22
iptables: initialize multiport match
Jo-Philipp Wich
2015-05-21
ubus: allow proto handlers to override device in announced rules
Jo-Philipp Wich
2015-04-18
ubus: print rule name when reporting errors
Jo-Philipp Wich
2015-04-18
ubus: store rule origin as comment
Jo-Philipp Wich
2015-02-26
firewall3: fix null pointer access when no target is present
Hans Dedecker
2015-01-13
redirects: fix possible null pointer access
Jo-Philipp Wich
2015-01-08
firewall3: fix left shift on 64 bit systems in fw3_bitlen2netmask
Ulrich Weber
2015-01-08
redirects: respect src_dip option for reflection rules
Jo-Philipp Wich
2014-09-19
options: allow '*' as value for protocols and families
Jo-Philipp Wich
2014-09-18
utils: rework fw3_bitlen2netmask() IPv6 mask calculation
Jo-Philipp Wich
2014-09-17
redirect: emit -j REDIRECT rules for local port forwards
Jo-Philipp Wich
2014-09-17
utils: fix invalid memory access in fw3_bitlen2netmask()
Jo-Philipp Wich
2014-08-11
utils: ifa_addr may be NULL, skip such entries
Jo-Philipp Wich
2014-08-11
Selectively flush conntrack
Jo-Philipp Wich
2014-07-21
zones: make forward policy destination bound
Jo-Philipp Wich
2014-07-19
options: fix logic flaw when parsing ipaddr/mask notation
Jo-Philipp Wich
2014-07-19
Use netmasks instead of prefix lengths internally
Jo-Philipp Wich
2014-07-10
ubus: handle attribute access after NULL check in parse_subnets()
Jo-Philipp Wich
2014-07-10
ubus: fix fw3_ubus_address()
Jo-Philipp Wich
2014-07-10
ubus: fix fw3_ubus_device() to only return a pointer if a device was found
Jo-Philipp Wich
2014-07-03
options: fix fw3_parse_network() when destination pointer is not a list
Jo-Philipp Wich
2014-07-02
ubus: add support for fetching firewall rules from procd
Felix Fietkau
2014-06-30
ubus: use blobmsg_parse to validate device attributes and decouple the found device name from the order in which elements appear
Felix Fietkau
2014-06-30
make fw3_ubus_address take a list_head * argument instead of allocating & returning one
Felix Fietkau
2014-06-30
use calloc instead of malloc+memset
Felix Fietkau
2014-06-30
ubus: use blobmsg_parse to validate data from network.interface:dump
Felix Fietkau
2014-06-26
Add fw3 zone call to list devices in a zone
Steven Barth
2014-04-14
Add support for netifd-generated rules
Steven Barth
2014-04-14
Add support for device and direction parameters
Steven Barth
2014-04-14
snat: add support for connlimiting port-range SNAT
Steven Barth
2014-04-14
Fix building with newer toolchains
Steven Barth
2014-04-14
snat: ICMP can be port-natted as well
Steven Barth
2014-04-14
nat: allow ACCEPT-target to explicitely disable NAT
Steven Barth
2014-04-11
Reapply SNAT/MASQUERADE rules on firewall reloads
Jo-Philipp Wich
2014-04-06
Initial support for "config nat" rules - this allows configuring zone-independant SNAT and MASQUERADE rules
Jo-Philipp Wich
2014-03-20
utils: define _GNU_SOURCE to get clearenv()
Felix Fietkau
2014-02-21
Several ipset bugfixes
Jo-Philipp Wich
2013-12-17
Change set_default() to take value as integer, required for tcp_ecn > 1
Jo-Philipp Wich
2013-12-17
Treat option tcp_ecn as integer, not bool
Jo-Philipp Wich
2013-12-17
Properly check strtol() results when paring values as integers
Jo-Philipp Wich
2013-11-18
Clean up dead code
Jo-Philipp Wich
2013-11-18
Skip redirects with invalid options
Jo-Philipp Wich
2013-11-18
Skip rules with invalid options
Jo-Philipp Wich
2013-11-18
Change fw3_parse_options() to indicate whether all options where parsed successfully
Jo-Philipp Wich
[next]