Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49110 Details for
Bug 78945
ARP Problem with Kernel 2.4.28 (gentoo-sources-2.4.28-r5 and also hardened-sources-2.4.28-r2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for neighbor.c of gentoo-sources-2.4.28-r5
arp-problem_diff2 (text/plain), 1.02 KB, created by
Horst Prote
on 2005-01-21 07:55:33 UTC
(
hide
)
Description:
Patch for neighbor.c of gentoo-sources-2.4.28-r5
Filename:
MIME Type:
Creator:
Horst Prote
Created:
2005-01-21 07:55:33 UTC
Size:
1.02 KB
patch
obsolete
>*** /usr/src/linux-2.4.28-gentoo-r5/net/core/neighbour.c.orig Mon Jan 17 13:16:22 2005 >--- /usr/src/linux-2.4.28-gentoo-r5/net/core/neighbour.c Fri Jan 21 15:33:56 2005 >*************** >*** 427,437 **** > > n->confirmed = jiffies - (n->parms->base_reachable_time<<1); > >- hash_val = tbl->hash(pkey, dev) & tbl->hash_mask; >- > write_lock_bh(&tbl->lock); > if (atomic_read(&tbl->entries) > (tbl->hash_mask + 1)) > neigh_hash_grow(tbl, (tbl->hash_mask + 1) << 1); > for (n1 = tbl->hash_buckets[hash_val]; n1; n1 = n1->next) { > if (dev == n1->dev && > memcmp(n1->primary_key, pkey, key_len) == 0) { >--- 427,438 ---- > > n->confirmed = jiffies - (n->parms->base_reachable_time<<1); > > write_lock_bh(&tbl->lock); > if (atomic_read(&tbl->entries) > (tbl->hash_mask + 1)) > neigh_hash_grow(tbl, (tbl->hash_mask + 1) << 1); >+ >+ hash_val = tbl->hash(pkey, dev) & tbl->hash_mask; >+ > for (n1 = tbl->hash_buckets[hash_val]; n1; n1 = n1->next) { > if (dev == n1->dev && > memcmp(n1->primary_key, pkey, key_len) == 0) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78945
:
49106
| 49110