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

Add pcnet driver #82

Merged
merged 22 commits into from
Oct 31, 2020
Merged

Add pcnet driver #82

merged 22 commits into from
Oct 31, 2020

Commits on Jul 21, 2020

  1. Update crates

    vinc committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a8ad9fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b590193 View commit details
    Browse the repository at this point in the history
  3. Refactor rtl8139 driver

    vinc committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    5f3b0a7 View commit details
    Browse the repository at this point in the history
  4. Add draft PCNET driver

    vinc committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    10e6698 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Add compilation option nic

    vinc committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    48644fe View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Add module file

    vinc committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    63b09bb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    2fedc5f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Move State to net

    vinc committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    c45ffe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c0fe9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    9ac4360 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Copy buffer for RxToken

    vinc committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a504b84 View commit details
    Browse the repository at this point in the history
  2. Use only Device inside TxToken

    vinc committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    eec3105 View commit details
    Browse the repository at this point in the history
  3. Fix error in packet transmission

    vinc committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    67c84b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Update driver code

    vinc committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    20a1a13 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Refactor driver

    vinc committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a3936ce View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Fix transmit packet length

    vinc committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    9460ddf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    74316ff View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    10ed4d8 View commit details
    Browse the repository at this point in the history
  2. Add ip set subcommand

    vinc committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a66eb73 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Fix MTU

    vinc committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    8f6302d View commit details
    Browse the repository at this point in the history
  2. Refactor drivers

    vinc committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    b300b69 View commit details
    Browse the repository at this point in the history
  3. Update readme

    vinc committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    c18c7ee View commit details
    Browse the repository at this point in the history