[Midnightbsd-cvs] [MidnightBSD/src] e11e13: axgbe: Fix setting promisc mode

Lucas Holt noreply at github.com
Tue Dec 16 18:32:50 EST 2025


  Branch: refs/heads/stable/4.0
  Home:   https://github.com/MidnightBSD/src
  Commit: e11e1310c7b903531fbe488b5c137606cb8ce00a
      https://github.com/MidnightBSD/src/commit/e11e1310c7b903531fbe488b5c137606cb8ce00a
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M sys/dev/axgbe/if_axgbe_pci.c
    M sys/dev/axgbe/xgbe-dev.c

  Log Message:
  -----------
  axgbe: Fix setting promisc mode
Ethernet drivers should respect IFF_PROMISC rather than IFF_PPROMISC.
The latter is for user-requested promisc mode, it implies the former
but not vice versa. Some in-kernel components such as if_bridge(4) and
bpf(4) will set promisc mode for interfaces on-demand.


  Commit: 4f0abd0127c246496598ab9c514c5caf4b28a1b3
      https://github.com/MidnightBSD/src/commit/4f0abd0127c246496598ab9c514c5caf4b28a1b3
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M contrib/mandoc/TODO
    M contrib/mandoc/apropos.1
    M contrib/mandoc/mandoc.1
    M contrib/mandoc/mandocdb.c
    M contrib/mandoc/mansearch.c
    M contrib/mandoc/mansearch.h
    M contrib/mandoc/mdoc.7
    M contrib/mandoc/mdoc_argv.c
    M contrib/mandoc/mdoc_html.c
    M contrib/mandoc/mdoc_macro.c
    M contrib/mandoc/mdoc_man.c
    M contrib/mandoc/mdoc_markdown.c
    M contrib/mandoc/mdoc_state.c
    M contrib/mandoc/mdoc_term.c
    M contrib/mandoc/mdoc_validate.c
    M contrib/mandoc/roff.c
    M contrib/mandoc/roff.h

  Log Message:
  -----------
  not ideal, but swap out matching to MidnightBSD for now to render
our stuff correctly


  Commit: 372c4be0b039a1b255133bacb2d83d9de2827355
      https://github.com/MidnightBSD/src/commit/372c4be0b039a1b255133bacb2d83d9de2827355
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M libexec/rc/rc.d/mountd

  Log Message:
  -----------
  Merge branch 'stable/4.0' of github.com:MidnightBSD/src into stable/4.0


Compare: https://github.com/MidnightBSD/src/compare/c1ee243c685e...372c4be0b039

To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list