Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys: net: add netdev device driver using dev_eth low-level ethernet driver API #2770

Closed
wants to merge 35 commits into from

Conversation

kaspar030
Copy link
Contributor

Based on #2558. Depends on #2766.

This PR makes any ethernet device that implements #2766 available for the new network stack.

miri64 and others added 30 commits April 3, 2015 16:05
part of this work was paid by our friends from ELL-i
@kaspar030 kaspar030 added Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation Area: network Area: Networking CI: needs squashing Commits in this PR need to be squashed; If set, CI systems will mark this PR as unmergable Area: drivers Area: Device drivers labels Apr 9, 2015
@miri64
Copy link
Member

miri64 commented Apr 9, 2015

There ended somehow parts of #2600 up in here to. Can you please mention this in the description? ;-)

@kaspar030
Copy link
Contributor Author

Sorry, that was transitive from #2558 if I understand correctly.
I'll try to refactor out unrelated commits.

@miri64
Copy link
Member

miri64 commented Apr 9, 2015

Well you need it, if you want to implement multicast and broadcast. It's also very important that this stays in as examplary code for ethernet multicast address generation

@kaspar030
Copy link
Contributor Author

I'll try to cut out dependencies in order to make reviewing easier...

@kaspar030
Copy link
Contributor Author

Obsoleted by #2776.

@miri64
Copy link
Member

miri64 commented Apr 9, 2015

(Can you close it then please)

@miri64 miri64 closed this Apr 9, 2015
@kaspar030 kaspar030 deleted the add_dev_eth_netdev branch April 9, 2015 17:32
@LudwigKnuepfer LudwigKnuepfer added the State: waiting for other PR State: The PR requires another PR to be merged first label Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers Area: network Area: Networking CI: needs squashing Commits in this PR need to be squashed; If set, CI systems will mark this PR as unmergable State: waiting for other PR State: The PR requires another PR to be merged first Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants