summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
AgeCommit message (Expand)AuthorLines
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches-1/+0
2010-05-13netfilter: cleanup printk messagesStephen Hemminger-27/+27
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger-12/+2
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt-58/+48
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt-10/+9
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt-6/+5
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt-18/+19
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt-25/+23
2010-05-02netfilter: xtables: dissolve do_match functionJan Engelhardt-17/+5
2010-05-02netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt-2/+2
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer-3/+4
2010-04-22netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy-5/+5
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-2/+16
2010-04-19netfilter: xtables: remove old comments about reentrancyJan Engelhardt-5/+0
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt-32/+39
2010-04-15netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as defaultPatrick McHardy-1/+1
2010-04-13netfilter: fix some coding styles and remove moduleparam.hZhitong Wang-3/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+14
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queueHerbert Xu-2/+1
2010-04-03net: convert multicast list to list_headJiri Pirko-2/+2
2010-04-01netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+14
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt-5/+2
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt-5/+6
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt-34/+34
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt-11/+11
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt-11/+11
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt-4/+4
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt-10/+8
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt-24/+16
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt-89/+76
2010-03-25netfilter: xtables: make use of caller family rather than target familyJan Engelhardt-3/+3
2010-03-19netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.cZhitong Wang-1/+0
2010-03-18netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt-12/+6
2010-02-26netfilter: xtables: restore indentationJan Engelhardt-19/+29
2010-02-24netfilter: xtables: reduce arguments to translate_tableJan Engelhardt-54/+30
2010-02-24netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt-62/+31
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt-17/+61
2010-02-24netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt-242/+121
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt-109/+202
2010-02-18netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy-1/+5
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy-18/+32
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy-1/+2
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt-69/+88
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt-6/+6
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt-7/+3
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan-1/+3
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy-6/+47
2010-02-11netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy-16/+23
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy-1/+1