Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
1b5bd543
Commit
1b5bd543
authored
Oct 02, 2002
by
Jeff Dike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A small network bug fix from 2.4.19-7.
parent
1c42c330
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/um/drivers/net_kern.c
arch/um/drivers/net_kern.c
+4
-0
No files found.
arch/um/drivers/net_kern.c
View file @
1b5bd543
...
...
@@ -317,6 +317,10 @@ static int eth_configure(struct uml_net *device, int n)
dev
->
set_config
=
NULL
;
dev
->
accept_fastpath
=
0
;
dev
->
br_port
=
0
;
dev
->
mem_start
=
0
;
dev
->
mem_end
=
0
;
dev
->
rmem_start
=
0
;
dev
->
rmem_end
=
0
;
rtnl_lock
();
err
=
register_netdevice
(
dev
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment