aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/ip_tables.c
AgeCommit message (Expand)Author
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet
2010-05-13netfilter: cleanup printk messagesStephen Hemminger
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt
2010-05-02netfilter: xtables: dissolve do_match functionJan Engelhardt
2010-05-02netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt
2010-04-22netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy
2010-04-19netfilter: xtables: remove old comments about reentrancyJan Engelhardt
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt
2010-02-26netfilter: xtables: restore indentationJan Engelhardt
2010-02-24netfilter: xtables: reduce arguments to translate_tableJan Engelhardt
2010-02-24netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt
2010-02-24netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt
2009-08-10netfilter: iptables: remove unused datalen variableJan Engelhardt
2009-06-12netfilter: ip_tables: fix build errorPatrick McHardy
2009-06-04netfilter: x_tables: added hook number into match extension parameter structure.Evgeniy Polyakov
2009-05-08netfilter: xtables: consolidate comefrom debug cast accessJan Engelhardt
2009-05-08netfilter: xtables: remove another level of indentJan Engelhardt
2009-05-08netfilter: xtables: remove some gotoJan Engelhardt
2009-05-08netfilter: xtables: reduce indent level by oneJan Engelhardt
2009-05-08netfilter: xtables: consolidate open-coded logicJan Engelhardt
2009-05-08netfilter: xtables: fix const inconsistencyJan Engelhardt
2009-05-08netfilter: xtables: remove redundant castsJan Engelhardt
2009-05-08netfilter: xtables: use NFPROTO_ in standard targetsJan Engelhardt
2009-05-08netfilter: xtables: use NFPROTO_ for xt_proto_init callsitesJan Engelhardt