aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-1/+1
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller4-27/+51
2010-06-28netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy1-14/+40
2010-06-28netfilter: ipt_LOG/ip6t_LOG: remove comparison within loopPatrick McHardy1-6/+6
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa1-0/+5
2010-06-17netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy3-13/+11
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+1
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet1-19/+29
2010-06-09netfilter: ip_queue: rwlock to spinlock conversionEric Dumazet1-32/+25
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet2-2/+2
2010-06-04netfilter: vmalloc_node cleanupEric Dumazet2-6/+5
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet1-1/+1
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-13netfilter: cleanup printk messagesStephen Hemminger7-27/+27
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2-12/+2
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt2-58/+48
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt4-10/+9
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt4-6/+5
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt15-18/+19
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2-25/+23
2010-05-02netfilter: xtables: dissolve do_match functionJan Engelhardt1-17/+5
2010-05-02netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt1-2/+2
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer1-3/+4
2010-04-22netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy1-5/+5
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy14-2/+16
2010-04-19netfilter: xtables: remove old comments about reentrancyJan Engelhardt2-5/+0
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt2-32/+39
2010-04-15netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as defaultPatrick McHardy1-1/+1
2010-04-13netfilter: fix some coding styles and remove moduleparam.hZhitong Wang2-3/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller14-0/+14
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queueHerbert Xu1-2/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-2/+2
2010-04-01netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo14-0/+14
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt1-5/+2
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-5/+6
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt9-34/+34
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt4-11/+11
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt10-11/+11
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt4-4/+4
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt1-10/+8
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2-24/+16
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt12-89/+76
2010-03-25netfilter: xtables: make use of caller family rather than target familyJan Engelhardt1-3/+3
2010-03-19netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.cZhitong Wang1-1/+0
2010-03-18netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt1-12/+6
2010-02-26netfilter: xtables: restore indentationJan Engelhardt2-19/+29
2010-02-24netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2-54/+30
2010-02-24netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt1-62/+31
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt1-17/+61