summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+2
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-14/+13
* netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-021-17/+5
* netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-191-2/+0
* netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-34/+22
* 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-5/+4
* 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-118/+61
* netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-241-56/+104
* netfilter: xtables: add const qualifiersJan Engelhardt2010-02-151-40/+48
* 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-17/+20
* | netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-181-6/+8
|/
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-21/+21
* 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-5/+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: 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-5/+8
* netfilter: xtables: remove another level of indentJan Engelhardt2009-05-081-23/+21
* netfilter: xtables: remove some gotoJan Engelhardt2009-05-081-5/+2
* netfilter: xtables: reduce indent level by oneJan Engelhardt2009-05-081-68/+64
* 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-86/+37
* netfilter: ip6tables regression fixEric Dumazet2009-04-061-0/+2
* 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: iptables: lock free countersStephen Hemminger2009-02-201-35/+84
* netfilter: ip6_tables: unfold two loops in ip6_packet_match()Eric Dumazet2009-02-191-12/+21
* netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2008-10-081-2/+8
* netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-081-3/+7
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-6/+10
OpenPOWER on IntegriCloud