Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
7c13a0d9
Commit
7c13a0d9
authored
14 years ago
by
David S. Miller
Browse files
Options
Downloads
Plain Diff
Merge
git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
parents
369cf77a
22e091e5
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/linux/netfilter.h
+1
-1
1 addition, 1 deletion
include/linux/netfilter.h
net/ipv6/netfilter/nf_conntrack_reasm.c
+1
-1
1 addition, 1 deletion
net/ipv6/netfilter/nf_conntrack_reasm.c
with
2 additions
and
2 deletions
include/linux/netfilter.h
+
1
−
1
View file @
7c13a0d9
...
@@ -215,7 +215,7 @@ NF_HOOK_COND(uint8_t pf, unsigned int hook, struct sk_buff *skb,
...
@@ -215,7 +215,7 @@ NF_HOOK_COND(uint8_t pf, unsigned int hook, struct sk_buff *skb,
int
ret
;
int
ret
;
if
(
!
cond
||
if
(
!
cond
||
(
ret
=
nf_hook_thresh
(
pf
,
hook
,
skb
,
in
,
out
,
okfn
,
INT_MIN
)
==
1
))
(
(
ret
=
nf_hook_thresh
(
pf
,
hook
,
skb
,
in
,
out
,
okfn
,
INT_MIN
)
)
==
1
))
ret
=
okfn
(
skb
);
ret
=
okfn
(
skb
);
return
ret
;
return
ret
;
}
}
...
...
This diff is collapsed.
Click to expand it.
net/ipv6/netfilter/nf_conntrack_reasm.c
+
1
−
1
View file @
7c13a0d9
...
@@ -286,7 +286,7 @@ found:
...
@@ -286,7 +286,7 @@ found:
/* Check for overlap with preceding fragment. */
/* Check for overlap with preceding fragment. */
if
(
prev
&&
if
(
prev
&&
(
NFCT_FRAG6_CB
(
prev
)
->
offset
+
prev
->
len
)
-
offset
>
0
)
(
NFCT_FRAG6_CB
(
prev
)
->
offset
+
prev
->
len
)
>
offset
)
goto
discard_fq
;
goto
discard_fq
;
/* Look for overlap with succeeding segment. */
/* Look for overlap with succeeding segment. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment