Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160958 Details for
Bug 248821
ADSL does not work in dom0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[PACKET]: Remove skb_checksum_setup
p (text/plain), 829 bytes, created by
Herbert Xu
on 2007-08-09 09:32:59 UTC
(
hide
)
Description:
[PACKET]: Remove skb_checksum_setup
Filename:
MIME Type:
Creator:
Herbert Xu
Created:
2007-08-09 09:32:59 UTC
Size:
829 bytes
patch
obsolete
>--- net/packet/af_packet.c.orig 2007-08-09 17:24:48.000000000 +0800 >+++ net/packet/af_packet.c 2007-08-09 17:25:12.000000000 +0800 >@@ -226,8 +226,6 @@ > > #define PACKET_SKB_CB(__skb) ((struct packet_skb_cb *)((__skb)->cb)) > >-extern int skb_checksum_setup(struct sk_buff *skb); >- > #ifdef CONFIG_PACKET_MMAP > > static inline char *packet_lookup_frame(struct packet_sock *po, unsigned int position) >@@ -540,9 +538,6 @@ > if (dev->hard_header_parse) > sll->sll_halen = dev->hard_header_parse(skb, sll->sll_addr); > >- if (skb_checksum_setup(skb)) >- goto drop_n_acct; >- > PACKET_SKB_CB(skb)->origlen = skb->len; > > if (pskb_trim(skb, snaplen)) >@@ -617,8 +612,6 @@ > if (snaplen > res) > snaplen = res; > >- if (skb_checksum_setup(skb)) >- goto drop; > if (skb->ip_summed == CHECKSUM_PARTIAL) > status |= TP_STATUS_CSUMNOTREADY; >
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 248821
: 160958