| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: x_tables: use pr ratelimiting in all remaining spots | Florian Westphal | 2018-02-14 | 1 | -2/+2 |
* | netfilter: kill the fake untracked conntrack objects | Florian Westphal | 2017-04-15 | 1 | -6/+5 |
* | netfilter: add and use nf_ct_netns_get/put | Florian Westphal | 2016-12-04 | 1 | -2/+2 |
* | netfilter: x_tables: move hook state into xt_action_param structure | Pablo Neira Ayuso | 2016-11-03 | 1 | -4/+4 |
* | netfilter: use_nf_conn_expires helper in more places | Florian Westphal | 2016-08-12 | 1 | -3/+1 |
* | netfilter: add my copyright statements | Patrick McHardy | 2013-04-18 | 1 | -0/+1 |
* | netfilter: revert a2361c8735e07322023aedc36e4938b35af31eb0 | Pablo Neira Ayuso | 2011-05-10 | 1 | -5/+0 |
* | netfilter: xt_conntrack: fix inverted conntrack direction test | Florian Westphal | 2011-04-04 | 1 | -1/+1 |
* | netfilter: xt_conntrack: warn about use in raw table | Jan Engelhardt | 2011-02-14 | 1 | -0/+5 |
* | netfilter: xt_conntrack: support matching on port ranges | Patrick McHardy | 2011-01-13 | 1 | -2/+73 |
* | netfilter: nf_conntrack: IPS_UNTRACKED bit | Eric Dumazet | 2010-06-08 | 1 | -5/+6 |
* | netfilter: xtables: deconstify struct xt_action_param for matches | Jan Engelhardt | 2010-05-11 | 1 | -3/+3 |
* | netfilter: xtables: substitute temporary defines by final name | Jan Engelhardt | 2010-05-11 | 1 | -3/+3 |
* | netfilter: xtables: shorten up return clause | Jan Engelhardt | 2010-03-25 | 1 | -4/+2 |
* | netfilter: xtables: slightly better error reporting | Jan Engelhardt | 2010-03-25 | 1 | -2/+5 |
* | netfilter: xtables: change matches to return error code | Jan Engelhardt | 2010-03-25 | 1 | -2/+2 |
* | netfilter: xtables: change xt_match.checkentry return type | Jan Engelhardt | 2010-03-25 | 1 | -1/+1 |
* | netfilter: xt extensions: use pr_<level> | Jan Engelhardt | 2010-03-18 | 1 | -3/+3 |
* | netfilter: xtables: fix conntrack match v1 ipt-save output | Florian Westphal | 2009-11-23 | 1 | -44/+17 |
* | netfilter: xtables: remove xt_conntrack v0 | Jan Engelhardt | 2009-08-10 | 1 | -154/+1 |
* | netfilter: xtables: conntrack match revision 2 | Jan Engelhardt | 2009-06-29 | 1 | -6/+60 |
* | netfilter: xtables: cut down on static data for family-independent extensions | Jan Engelhardt | 2008-10-08 | 1 | -18/+8 |
* | netfilter: xtables: move extension arguments into compound structure (3/6) | Jan Engelhardt | 2008-10-08 | 1 | -3/+2 |
* | netfilter: xtables: move extension arguments into compound structure (2/6) | Jan Engelhardt | 2008-10-08 | 1 | -6/+3 |
* | netfilter: xtables: move extension arguments into compound structure (1/6) | Jan Engelhardt | 2008-10-08 | 1 | -14/+8 |
* | netfilter: x_tables: use NFPROTO_* in extensions | Jan Engelhardt | 2008-10-08 | 1 | -5/+5 |
* | netfilter: Use unsigned types for hooknum and pf vars | Jan Engelhardt | 2008-10-08 | 1 | -4/+4 |
* | [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors | Patrick McHardy | 2008-04-14 | 1 | -2/+2 |
* | [NETFILTER]: xt_conntrack: fix IPv4 address comparison | Jan Engelhardt | 2008-02-27 | 1 | -1/+1 |
* | [NETFILTER]: xt_conntrack: fix missing boolean clamping | Jan Engelhardt | 2008-02-27 | 1 | -1/+1 |
* | [NETFILTER]: xt_conntrack: add port and direction matching | Jan Engelhardt | 2008-01-31 | 1 | -5/+45 |
* | [NETFILTER]: Update modules' descriptions | Jan Engelhardt | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: xt_conntrack match, revision 1 | Jan Engelhardt | 2008-01-28 | 1 | -25/+182 |
* | [NETFILTER]: Parenthesize macro parameters | Jan Engelhardt | 2008-01-28 | 1 | -1/+2 |
* | [NETFILTER]: x_tables: use %u format specifiers | Jan Engelhardt | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: x_tables: consistent and unique symbol names | Jan Engelhardt | 2008-01-28 | 1 | -28/+23 |
* | [NETFILTER]: x_tables: mark matches and targets __read_mostly | Patrick McHardy | 2007-07-10 | 1 | -1/+1 |
* | [NETFILTER]: add some consts, remove some casts | Jan Engelhardt | 2007-07-10 | 1 | -4/+4 |
* | [NETFILTER]: x_tables: switch xt_match->checkentry to bool | Jan Engelhardt | 2007-07-10 | 1 | -3/+3 |
* | [NETFILTER]: x_tables: switch xt_match->match to bool | Jan Engelhardt | 2007-07-10 | 1 | -12/+12 |
* | [NETFILTER]: x_tables: switch hotdrop to bool | Jan Engelhardt | 2007-07-10 | 1 | -1/+1 |
* | [NETFILTER]: xt_conntrack: add compat support | Patrick McHardy | 2007-05-10 | 1 | -0/+54 |
* | [NETFILTER]: Remove IPv4 only connection tracking/NAT | Patrick McHardy | 2007-04-25 | 1 | -109/+1 |
* | [NETFILTER]: Fix whitespace errors | YOSHIFUJI Hideaki | 2007-02-12 | 1 | -16/+16 |
* | [NETFILTER]: x_tables: error if ip_conntrack is asked to handle IPv6 packets | Yasuyuki Kozakai | 2006-12-13 | 1 | -6/+2 |
* | [NETFILTER]: xt_conntrack: clean up overly long lines | Patrick McHardy | 2006-09-22 | 1 | -81/+98 |
* | [NETFILTER]: x_tables: remove unused size argument to check/destroy functions | Patrick McHardy | 2006-09-22 | 1 | -2/+1 |
* | [NETFILTER]: x_tables: make use of mass registation helpers | Patrick McHardy | 2006-09-22 | 1 | -4/+1 |
* | [NETFILTER]: Rename init functions. | Andrew Morton | 2006-03-28 | 1 | -4/+4 |
* | [NETFILTER]: nf_conntrack: support for layer 3 protocol load on demand | Pablo Neira Ayuso | 2006-03-22 | 1 | -0/+28 |