summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: bridge-netfilter: fix crash in br_nf_forward_finish()Bart De Schuymer2010-05-131-1/+1
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-1198-367/+316
|\
| * netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-113-92/+78
| * netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-1122-47/+47
| * netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-1159-82/+70
| * netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1197-123/+133
| * netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-115-79/+68
| * netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-022-34/+10
| * netfilter: xtables: fix incorrect return codeJan Engelhardt2010-05-021-2/+2
| * netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt2010-05-021-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-11154-2114/+2033
|\ \
| * | netfilter: use rcu_dereference_protected()Patrick McHardy2010-05-102-6/+26
| * | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-10744-17661/+38108
| |\ \
| * | | 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: x_tables: rectify XT_FUNCTION_MAXNAMELEN usageJan Engelhardt2010-04-271-8/+6
| * | netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2010-04-234-7/+12
| * | netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy2010-04-221-5/+5
| * | netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt2010-04-211-6/+6
| * | netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPP...Bart De Schuymer2010-04-203-1/+12
| * | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-205616-34765/+132342
| |\ \
| * | | netfilter: xt_TEE: resolve oif using netdevice notifiersPatrick McHardy2010-04-202-23/+83
| * | | netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-194-10/+0
| * | | netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt2010-04-193-24/+18
| * | | netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-195-66/+145
| * | | netfilter: xtables: inclusion of xt_TEEJan Engelhardt2010-04-197-0/+276
| * | | netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as defaultPatrick McHardy2010-04-152-2/+2
| * | | netfilter: ipv6: move xfrm_lookup at end of ip6_route_me_harderUlrich Weber2010-04-151-14/+11
| * | | netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer2010-04-153-26/+83
| * | | netfilter: bridge-netfilter: simplify IP DNATBart De Schuymer2010-04-153-100/+40
| * | | netfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocationJan Engelhardt2010-04-132-2/+4
| * | | netfilter: ipv6: move POSTROUTING invocation before fragmentationJan Engelhardt2010-04-131-26/+23
| * | | Restore __ALIGN_MASK()Alexey Dobriyan2010-04-131-0/+1
| * | | netfilter: bridge-netfilter: update a comment in br_forward.c about ip_fragme...Bart De Schuymer2010-04-131-1/+1
| * | | netfilter: bridge-netfilter: cleanup br_netfilter.cBart De Schuymer2010-04-131-56/+2
| * | | netfilter: fix some coding styles and remove moduleparam.hZhitong Wang2010-04-133-5/+1
| * | | netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Alexey Dobriyan2010-04-132-5/+6
| * | | 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
| * | | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queueHerbert Xu2010-04-081-2/+1
| * | | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_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: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet2010-04-011-1/+2
| * | | 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-252-36/+19
| * | | netfilter: xtables: remove xt_multiport revision 0Jan Engelhardt2010-03-251-77/+0
| * | | netfilter: xtables: remove xt_hashlimit revision 0Jan Engelhardt2010-03-251-221/+0