Page MenuHomeFreeBSD
Feed Advanced Search

Thu, Dec 26

p.mousavizadeh_protonmail.com requested review of D48204: Add IPv6 support for address parsing and unparsing in ng_ksocket..
Thu, Dec 26, 8:27 PM · network

Wed, Dec 25

lwhsu added inline comments to D48167: Introduce the USB umb(4) network driver.
Wed, Dec 25, 6:41 AM · network, USB

Tue, Dec 24

khorben_defora.org updated the diff for D48167: Introduce the USB umb(4) network driver.

Address feedback from lwhsu@; thanks!

Tue, Dec 24, 12:10 AM · network, USB
khorben_defora.org added inline comments to D48167: Introduce the USB umb(4) network driver.
Tue, Dec 24, 12:09 AM · network, USB

Mon, Dec 23

khorben_defora.org added a reviewer for D48167: Introduce the USB umb(4) network driver: olce.
Mon, Dec 23, 4:50 PM · network, USB
adrian added a comment to D48167: Introduce the USB umb(4) network driver.

i could forsee someone writing something like a network manager plugin that doesn't specifically just want to call and parse shell output.

Mon, Dec 23, 3:46 AM · network, USB
imp added a comment to D48167: Introduce the USB umb(4) network driver.

Where would it be reused?

Mon, Dec 23, 3:42 AM · network, USB
adrian added a comment to D48167: Introduce the USB umb(4) network driver.

(also nice work!)

Mon, Dec 23, 3:35 AM · network, USB
adrian added a comment to D48167: Introduce the USB umb(4) network driver.

out of curiousity - what do people think about extracting a bunch of code out of umbctl and stuffing it in a library that can be reused?

Mon, Dec 23, 3:33 AM · network, USB
zlei added a reviewer for D48167: Introduce the USB umb(4) network driver: network.
Mon, Dec 23, 3:15 AM · network, USB

Sun, Dec 22

lwhsu added inline comments to D48167: Introduce the USB umb(4) network driver.
Sun, Dec 22, 1:31 PM · network, USB

Sat, Dec 21

khorben_defora.org requested review of D48167: Introduce the USB umb(4) network driver.
Sat, Dec 21, 2:10 AM · network, USB

Fri, Dec 6

thj closed D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).
Fri, Dec 6, 9:22 AM · network

Thu, Dec 5

thj added a comment to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

just and fyi, I've broken this down to 5 commits and only pushed the first so far

Thu, Dec 5, 4:27 PM · network

Nov 15 2024

igoro accepted D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

Looks good to me too.

Nov 15 2024, 1:29 PM · network

Nov 14 2024

thj accepted D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

From my testing this seems good. From there I will break this down a bit so the commits are smaller and start adding stuff next week

Nov 14 2024, 4:14 PM · network

Nov 12 2024

concussious.bugzilla_runbox.com added a comment to D47510: Release Notes: Hardware Compat: Move u3g to misc.

Thank you!

Nov 12 2024, 11:29 PM · doceng, network, manpages, wireless, docs, releng
bz closed D47510: Release Notes: Hardware Compat: Move u3g to misc.
Nov 12 2024, 9:54 PM · doceng, network, manpages, wireless, docs, releng
concussious.bugzilla_runbox.com added a comment to D47510: Release Notes: Hardware Compat: Move u3g to misc.

I'm sorry, I won't do it again. I thought it would be a hilarious way to ping.

Nov 12 2024, 2:16 AM · doceng, network, manpages, wireless, docs, releng
bz added a comment to D47510: Release Notes: Hardware Compat: Move u3g to misc.

Please don't accept your own revisions. That's implied ;-)

Nov 12 2024, 2:11 AM · doceng, network, manpages, wireless, docs, releng
concussious.bugzilla_runbox.com accepted D47510: Release Notes: Hardware Compat: Move u3g to misc.
Nov 12 2024, 1:52 AM · doceng, network, manpages, wireless, docs, releng

Nov 11 2024

concussious.bugzilla_runbox.com added reviewers for D47510: Release Notes: Hardware Compat: Move u3g to misc: Doc Committers, doceng.
Nov 11 2024, 7:57 PM · doceng, network, manpages, wireless, docs, releng
concussious.bugzilla_runbox.com requested review of D47510: Release Notes: Hardware Compat: Move u3g to misc.
Nov 11 2024, 2:25 AM · doceng, network, manpages, wireless, docs, releng

Nov 8 2024

damjan.jov_gmail.com added a comment to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).
In D46689#1083011, @thj wrote:

This update:

  • Makes EIM opt-in, off by default, although I still think this decision needs broader discussion, or even a vote.

To be clear your position is that eim should be on by default?

Nov 8 2024, 5:18 PM · network
damjan.jov_gmail.com updated the diff for D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

And this one adds more context to the patch.

Nov 8 2024, 5:08 PM · network
damjan.jov_gmail.com updated the diff for D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

This update also changes NG_NAT_UDP_EIM from 0x800 to 0x200.

Nov 8 2024, 5:07 PM · network
thj added a comment to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

This update:

  • Makes EIM opt-in, off by default, although I still think this decision needs broader discussion, or even a vote.
Nov 8 2024, 4:10 PM · network

Nov 5 2024

damjan.jov_gmail.com updated the diff for D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

This update:

  • Makes EIM opt-in, off by default, although I still think this decision needs broader discussion, or even a vote.
  • Adds "udp_eim" options to all the libalias uses: ipfw, natd, ng_nat, and ppp.
  • Rewrites the man pages and header files so they are shorter and clearer.
  • Man pages don't introduce new errors in igor.
  • Uses PKT_ALIAS_UDP_EIM instead of PKT_ALIAS_ENDPOINT_INDEPENDENT.
  • Renames the splay tree from "source" to "internal_endpoint" in the source code.
  • Simplifies some conditions.
Nov 5 2024, 4:53 PM · network
damjan.jov_gmail.com added a comment to D47410: Fix the pf.conf(5) man page "endpoint-independent" section.
In D47410#1082152, @thj wrote:

Is there a reason this moves in the ordering of nat rules? We tend to aim for roughly alphabetical ordering if there isn't a reason for something different?

Nov 5 2024, 4:05 PM · network
damjan.jov_gmail.com updated the diff for D47410: Fix the pf.conf(5) man page "endpoint-independent" section.

Moves the "endpoint-independent" section to come after "bitmask", so they're in alphabetical order.

Nov 5 2024, 4:01 PM · network
thj added a comment to D47410: Fix the pf.conf(5) man page "endpoint-independent" section.

Is there a reason this moves in the ordering of nat rules? We tend to aim for roughly alphabetical ordering if there isn't a reason for something different?

Nov 5 2024, 11:02 AM · network
thj added a reviewer for D47410: Fix the pf.conf(5) man page "endpoint-independent" section: manpages.
Nov 5 2024, 11:00 AM · network

Nov 3 2024

damjan.jov_gmail.com updated the diff for D47410: Fix the pf.conf(5) man page "endpoint-independent" section.

Also fix the typo: "caues" -> "causes".

Nov 3 2024, 1:22 PM · network
damjan.jov_gmail.com requested review of D47410: Fix the pf.conf(5) man page "endpoint-independent" section.
Nov 3 2024, 12:12 PM · network

Oct 29 2024

igoro added inline comments to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).
Oct 29 2024, 7:05 PM · network
igoro added a member for network: igoro.
Oct 29 2024, 6:07 PM

Oct 22 2024

igoro added inline comments to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).
Oct 22 2024, 4:37 PM · network
igoro added inline comments to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).
Oct 22 2024, 2:19 PM · network

Oct 18 2024

damjan.jov_gmail.com added a comment to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

I also need to patch ipfw and natd with user-settable options for the new flag, before this patch is fully ready... I am busy so that will probably take a few more weeks.

Oct 18 2024, 4:36 PM · network
damjan.jov_gmail.com added inline comments to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).
Oct 18 2024, 4:35 PM · network
thj edited reviewers for D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT), added: igoro, manpages; removed: glebius.

Generally looks good, there are some small nits, but I'm happy for this to land once you've made the changes to the man page and the comment at the top.

Oct 18 2024, 3:50 PM · network
thj added a comment to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

Sorry one more thing, can you upload future diffs with full context. It makes reviewing on phabricator much easier.

Oct 18 2024, 1:33 PM · network
thj added a comment to D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

Two small things, I will start testing now

Oct 18 2024, 1:01 PM · network

Oct 15 2024

damjan.jov_gmail.com updated the diff for D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

This new version adds a flag that can be used to turn this feature on and off (it is on by default for greater compatibility), adds documentation to the header file and man page, and wraps lines at 80 characters.

Oct 15 2024, 2:09 AM · network

Oct 10 2024

cmiller_netapp.com added a watcher for network: cmiller_netapp.com.
Oct 10 2024, 8:43 PM

Sep 24 2024

glebius resigned from D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).

I really don't remember much of libalias internals. Trusting your expertise, Tom! Thanks, Damjan!

Sep 24 2024, 8:18 PM · network

Sep 23 2024

thj added a member for network: thj.
Sep 23 2024, 2:31 PM
thj added reviewers for D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT): donner, glebius.

So far this generally looks ok to me and the tests seem to work.

Sep 23 2024, 12:25 PM · network

Sep 17 2024

damjan.jov_gmail.com requested review of D46689: LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT).
Sep 17 2024, 6:44 PM · network

Aug 22 2024

p.mousavizadeh_protonmail.com added a watcher for network: p.mousavizadeh_protonmail.com.
Aug 22 2024, 3:19 PM

May 22 2024

yan.jurak_gmail.com removed a watcher for network: yan.jurak_gmail.com.
May 22 2024, 9:09 PM

May 20 2024

yan.jurak_gmail.com added a watcher for network: yan.jurak_gmail.com.
May 20 2024, 10:15 PM

May 6 2024

wollman added a comment to D25380: syslogd: allow network and local messages to use different formats.

Do you intend to proceed with this?

May 6 2024, 8:40 PM · network, manpages
emaste added a comment to D25380: syslogd: allow network and local messages to use different formats.

Do you intend to proceed with this?

May 6 2024, 5:39 PM · network, manpages

Feb 20 2024

zarychtam_plan-b.pwste.edu.pl added a comment to D41318: Add the "missing" WireGuard rc.d script.

That's the way how DragonFlyBSD devs solved the problem
https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/451640b7cf6bcf7826b901ac9a51647442adb96b

Feb 20 2024, 3:45 PM · manpages, rc, network

Feb 7 2024

crest_freebsd_rlwinm.de added inline comments to D41318: Add the "missing" WireGuard rc.d script.
Feb 7 2024, 4:06 PM · manpages, rc, network

Jan 16 2024

kevans resigned from D41318: Add the "missing" WireGuard rc.d script.

Resigning from this; I tried to provide feedback over IRC, but that was seemingly not well-received (and questions unanswered) and I'm not interested in reviewing this as-is. I'd much prefer splitting it into two scripts, one with, e.g., verbs, that manages wireguard interfaces and then the rc script that simply drives that in an obvious way. The last objection I heard was that there's too much state to pass around, but it's not at all clear why unless this is trying to mix way too much rc.conf configuration in with wg config.

Jan 16 2024, 4:15 PM · manpages, rc, network
rpokala added inline comments to D41318: Add the "missing" WireGuard rc.d script.
Jan 16 2024, 4:09 PM · manpages, rc, network

Jan 15 2024

crest_freebsd_rlwinm.de added inline comments to D41318: Add the "missing" WireGuard rc.d script.
Jan 15 2024, 12:48 PM · manpages, rc, network
crest_freebsd_rlwinm.de added inline comments to D41318: Add the "missing" WireGuard rc.d script.
Jan 15 2024, 12:41 PM · manpages, rc, network
crest_freebsd_rlwinm.de added inline comments to D41318: Add the "missing" WireGuard rc.d script.
Jan 15 2024, 12:20 PM · manpages, rc, network

Dec 29 2023

crest_freebsd_rlwinm.de added a comment to D41318: Add the "missing" WireGuard rc.d script.

No manual page to review, yet manpages is a group reviewer. Did a file get accidentally left out?

Dec 29 2023, 9:49 PM · manpages, rc, network

Dec 12 2023

pauamma_gundo.com added a comment to D41318: Add the "missing" WireGuard rc.d script.

No manual page to review, yet manpages is a group reviewer. Did a file get accidentally left out?

Dec 12 2023, 1:59 AM · manpages, rc, network

Oct 16 2023

michael_galassi.us added a comment to D41318: Add the "missing" WireGuard rc.d script.

This is my first review here, I hope to not be stepping on any toes. If I have, please correct me so I might do better next time. Overall your wireguard startup mechanism looks good and my suggestions are strictly cosmetic in nature. I would not be at all disappointed if this patch were committed unaltered.

Oct 16 2023, 1:00 AM · manpages, rc, network

Sep 13 2023

rcm added a member for network: rcm.
Sep 13 2023, 3:54 PM

Aug 23 2023

crest_freebsd_rlwinm.de added a comment to D41318: Add the "missing" WireGuard rc.d script.

The interface name restriction function is a judgment call restricting users from creating problematic (for shell scripts) interface names. Applying the same restrictions to existing services like netif and routing could break (partly) working configurations.

Aug 23 2023, 6:46 PM · manpages, rc, network

Aug 21 2023

pauamma_gundo.com accepted D25380: syslogd: allow network and local messages to use different formats.

Manual page English LGTM.

Aug 21 2023, 6:11 PM · network, manpages

Aug 18 2023

freebsd_igalic.co added a comment to D41318: Add the "missing" WireGuard rc.d script.

first pass…

Aug 18 2023, 2:59 PM · manpages, rc, network
crest_freebsd_rlwinm.de added a reviewer for D41318: Add the "missing" WireGuard rc.d script: manpages.
Aug 18 2023, 11:21 AM · manpages, rc, network

Aug 7 2023

wollman added a comment to D25380: syslogd: allow network and local messages to use different formats.

In our repo this is two separate commits, one for adding the enum and a second for the -r option. Anyone who wants to commit this, I'd be happy to provide git format-patch format.

Aug 7 2023, 10:51 PM · network, manpages
wollman updated the diff for D25380: syslogd: allow network and local messages to use different formats.

Restructured to use an enum for output formats rather than a bool, making it easier to change the defaults or add additional formats in the future. This was rebased onto 13.2 as a part of our migration; I haven't checked whether it still applies to 14-current.

Aug 7 2023, 10:45 PM · network, manpages
wollman added a comment to D25380: syslogd: allow network and local messages to use different formats.

I rewrote this to use an enum for the format type rather than a boolean, making it more flexible in the future. Will re-upload some day.

Aug 7 2023, 9:49 PM · network, manpages

Aug 4 2023

bapt added a reviewer for D41318: Add the "missing" WireGuard rc.d script: olivier.
Aug 4 2023, 11:35 AM · manpages, rc, network
bapt added reviewers for D41318: Add the "missing" WireGuard rc.d script: kevans, jhb, bapt.
Aug 4 2023, 11:30 AM · manpages, rc, network
crest_freebsd_rlwinm.de requested review of D41318: Add the "missing" WireGuard rc.d script.
Aug 4 2023, 10:44 AM · manpages, rc, network

May 4 2023

delphij added a watcher for network: delphij.
May 4 2023, 5:10 PM

Apr 25 2023

melifaro closed D39555: [fw]mark implementation for ipfw.
Apr 25 2023, 12:43 PM · network, manpages

Apr 19 2023

pauamma_gundo.com accepted D39555: [fw]mark implementation for ipfw.
Apr 19 2023, 8:06 PM · network, manpages
melifaro accepted D39555: [fw]mark implementation for ipfw.
Apr 19 2023, 12:29 PM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 19 2023, 12:06 PM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 19 2023, 7:37 AM · network, manpages
pauamma_gundo.com accepted D39555: [fw]mark implementation for ipfw.

Minor nits, fixable on commit if nothing else requires another round.

Apr 19 2023, 1:47 AM · network, manpages

Apr 18 2023

lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 18 2023, 7:39 AM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.

Upated ipfw.8, fix some mandoc -T lint warnings.

Apr 18 2023, 7:37 AM · network, manpages
pauamma_gundo.com requested changes to D39555: [fw]mark implementation for ipfw.
Apr 18 2023, 3:32 AM · network, manpages

Apr 17 2023

lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 17 2023, 3:16 PM · network, manpages
lytboris_gmail.com updated the diff for D39555: [fw]mark implementation for ipfw.
Apr 17 2023, 1:29 PM · network, manpages
lytboris_gmail.com added reviewers for D39555: [fw]mark implementation for ipfw: manpages, network.
Apr 17 2023, 12:20 PM · network, manpages
lytboris_gmail.com added a project to D39555: [fw]mark implementation for ipfw: network.
Apr 17 2023, 12:20 PM · network, manpages

Mar 26 2023

guest-patmaddox removed a watcher for network: guest-patmaddox.
Mar 26 2023, 6:50 PM
guest-patmaddox added a watcher for network: guest-patmaddox.
Mar 26 2023, 11:29 AM

Mar 15 2023

jlduran added a member for network: jlduran.
Mar 15 2023, 4:43 PM

Mar 14 2023

marcnarc_gmail.com removed a watcher for network: marcnarc_gmail.com.
Mar 14 2023, 1:55 PM

Mar 2 2023

enweiwu abandoned D36242: ifconfig: 80211, add assoc parameter.

This patch is no longer needed since I'm trying to use wpa_supplicant(8) on wtap(4). See D38508.

Mar 2 2023, 12:17 PM · network

Jan 16 2023

firk_cantconnect.ru added a comment to D34557: UNIX-socket bind(): distinguish between alive listening socket and random garbage.

@glebius ?

Jan 16 2023, 12:05 AM · network

Nov 30 2022

ghislain_smartix.llc added a watcher for network: ghislain_smartix.llc.
Nov 30 2022, 2:56 AM

Nov 25 2022

zlei added a comment to D36872: ifnet: Make if_inc_counter() a static inline function.

Ref the wiki of ifnet project: https://wiki.freebsd.org/projects/ifnet

Nov 25 2022, 12:54 AM · network

Nov 1 2022

zlei removed a watcher for network: zlei.
Nov 1 2022, 6:21 PM
zlei added a member for network: zlei.
Nov 1 2022, 6:20 PM

Oct 20 2022

enweiwu added a comment to D37070: ifconfig(8): scan list SSID UTF-32 support.
In D37070#841801, @bz wrote:
Oct 20 2022, 4:57 PM · network, wireless