Edit

IABSD.fr/src/sys/net

Branch :

  • Show log

    Commit

  • Author : jan
    Date : 2025-02-24 09:40:01
    Hash : 49f05fab
    Message : Refactor LRO turn off code Its easier to turn off LRO via ioctl calls inside of several hardware and pseudo interfaces. Thus, we avoid manipulating internal data structures form the outside and avoid unnecessary reinitializations. Tested by bluhm@ OK bluhm@