summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-17/+15
* netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-021-17/+5
* netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt2010-05-021-2/+2
* netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy2010-04-221-5/+5
* netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-191-2/+0
* netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-30/+35
* netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-1/+1
* netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-251-10/+8
* netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-251-12/+8
* netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-10/+8
* netfilter: xtables: restore indentationJan Engelhardt2010-02-261-10/+15
* netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-241-27/+15
* netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt2010-02-241-62/+31
* netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-17/+61
* netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt2010-02-241-120/+63
* netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-241-56/+104
* netfilter: xtables: add const qualifiersJan Engelhardt2010-02-151-39/+49
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-151-2/+2
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-101-0/+7
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-101-2/+2
|\
| * netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-081-2/+2
* | netfilter: add struct net * to target parametersPatrick McHardy2010-02-031-3/+5
* | netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-181-12/+13
* | netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-181-10/+14
|/
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-23/+23
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-241-1/+2
* netfilter: xtables: check for standard verdicts in policiesJan Engelhardt2009-08-101-2/+19
* netfilter: xtables: check for unconditionality of policiesJan Engelhardt2009-08-101-4/+7
* netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt2009-08-101-1/+4
* netfilter: xtables: use memcmp in unconditional checkJan Engelhardt2009-08-101-8/+3
* netfilter: iptables: remove unused datalen variableJan Engelhardt2009-08-101-4/+0
* netfilter: ip_tables: fix build errorPatrick McHardy2009-06-121-1/+1
* netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov2009-06-041-1/+1
* netfilter: xtables: consolidate comefrom debug cast accessJan Engelhardt2009-05-081-4/+9
* netfilter: xtables: remove another level of indentJan Engelhardt2009-05-081-27/+25
* netfilter: xtables: remove some gotoJan Engelhardt2009-05-081-5/+2
* netfilter: xtables: reduce indent level by oneJan Engelhardt2009-05-081-69/+65
* netfilter: xtables: consolidate open-coded logicJan Engelhardt2009-05-081-4/+10
* netfilter: xtables: fix const inconsistencyJan Engelhardt2009-05-081-7/+7
* netfilter: xtables: remove redundant castsJan Engelhardt2009-05-081-1/+1
* netfilter: xtables: use NFPROTO_ in standard targetsJan Engelhardt2009-05-081-3/+3
* netfilter: xtables: use NFPROTO_ for xt_proto_init callsitesJan Engelhardt2009-05-081-2/+2
* netfilter: revised locking for x_tablesStephen Hemminger2009-04-281-91/+35
* netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet2009-04-021-2/+2
* netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2009-03-251-1/+3
* netfilter: factorize ifname_compare()Eric Dumazet2009-03-251-21/+2
* netfilter: ip_tables: unfold two critical loops in ip_packet_match()Eric Dumazet2009-02-201-12/+21
* netfilter: iptables: lock free countersStephen Hemminger2009-02-201-33/+87
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-8/+4
OpenPOWER on IntegriCloud