aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-202-8/+14
|\
| * netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx2010-05-201-0/+10
| * netfilter: nf_ct_sip: handle non-linear skbsPatrick McHardy2010-05-141-8/+4
* | net: add a noref bit on skb dstEric Dumazet2010-05-171-0/+2
* | netfilter: xt_TEE depends on NF_CONNTRACKRandy Dunlap2010-05-141-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-1366-121/+118
|\ \ | |/
| * netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-133-3/+0
| * netfilter: cleanup printk messagesStephen Hemminger2010-05-1313-27/+27
| * Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-1152-91/+91
| |\
| | * netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-119-16/+16
| | * netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-1136-54/+46
| | * netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1152-73/+81
| | * netfilter: xtables: fix incorrect return codeJan Engelhardt2010-05-021-2/+2
* | | netfilter: xtables: add missing depends for xt_TEEJan Engelhardt2010-05-121-0/+1
|/ /
* | netfilter: use rcu_dereference_protected()Patrick McHardy2010-05-102-6/+26
* | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-101-1/+1
|\ \
| * | net: sk_sleep() helperEric Dumazet2010-04-201-1/+1
* | | netfilter: nf_conntrack_proto: fix warning with CONFIG_PROVE_RCUPatrick McHardy2010-05-101-1/+5
* | | netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()Patrick McHardy2010-05-011-2/+1
| |/ |/|
* | netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2010-04-232-4/+7
* | netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt2010-04-211-6/+6
* | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-2044-7/+50
|\ \ | |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3042-2/+40
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-03-252-2/+4
| |\
| | * netfilter: xt_hashlimit: IPV6 bugfixEric Dumazet2010-03-251-0/+1
| | * netfilter: xt_hashlimit: dl_seq_stop() fixEric Dumazet2010-03-251-1/+2
| | * netfilter: xt_recent: fix regression in rules using a zero hit_countPatrick McHardy2010-03-221-1/+1
| * | netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso2010-03-202-3/+5
| |/
* | netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy2010-04-201-23/+80
* | netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt2010-04-191-22/+18
* | netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-0/+77
* | netfilter: xtables: inclusion of xt_TEEJan Engelhardt2010-04-193-0/+264
* | netfilter: fix some coding styles and remove moduleparam.hZhitong Wang2010-04-131-2/+0
* | netfilter: xt_LED: add refcounts to LED targetAdam Nielsen2010-04-091-6/+63
* | netfilter: remove invalid rcu_dereference() callsPatrick McHardy2010-04-092-20/+6
* | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queueHerbert Xu2010-04-081-2/+1
* | IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy2010-04-082-24/+18
* | netfilter: xt_hashlimit: RCU conversionEric Dumazet2010-04-011-23/+47
* | netfilter: ctnetlink: compute message size properlyJiri Pirko2010-04-011-5/+12
* | netfilter: xtables: merge registration structure to NFPROTO_UNSPECJan Engelhardt2010-03-251-21/+10
* | netfilter: xtables: remove xt_string revision 0Jan Engelhardt2010-03-251-35/+18
* | netfilter: xtables: remove xt_multiport revision 0Jan Engelhardt2010-03-251-77/+0
* | netfilter: xtables: remove xt_hashlimit revision 0Jan Engelhardt2010-03-251-221/+0
* | netfilter: xtables: shorten up return clauseJan Engelhardt2010-03-255-25/+12
* | netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-2524-56/+101
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-2512-45/+50
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-2523-90/+96
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-2512-14/+14
* | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-2523-28/+28
* | netfilter: xtables: untangle spaghetti if clauses in checkentryJan Engelhardt2010-03-252-11/+19