Page MenuHomeFreeBSD
Feed Advanced Search

Oct 24 2019

donner added inline comments to D22140: netgraph/ng_tag: Variable length data can not be set for all length.
Oct 24 2019, 11:34 AM
donner updated the summary of D22140: netgraph/ng_tag: Variable length data can not be set for all length.
Oct 24 2019, 11:34 AM
donner added a reviewer for D22140: netgraph/ng_tag: Variable length data can not be set for all length: network.
Oct 24 2019, 11:28 AM
donner created D22140: netgraph/ng_tag: Variable length data can not be set for all length.
Oct 24 2019, 11:27 AM
donner added inline comments to D20655: Make use of stats(3) in the TCP stack.
Oct 24 2019, 6:51 AM

Oct 22 2019

donner added a reviewer for D22110: netgraph/ng_car: Add color marking code: network.
Oct 22 2019, 3:22 PM
donner created D22110: netgraph/ng_car: Add color marking code.
Oct 22 2019, 3:21 PM

Oct 21 2019

donner added a comment to D22076: netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph node type (new type).

Update inline notes.

Oct 21 2019, 8:05 AM
donner updated the diff for D22076: netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph node type (new type).

Fixed manpage bugs.

Oct 21 2019, 8:02 AM

Oct 18 2019

donner added a comment to D21923: netinet: In multicast/broadcast udp(6)_input(), compare the IP details after we lock inp as well.

The ip/uh data is fixed in this function, so only the inp structure might be modified.
My question is: How can the "ip/port" information of an pcb entry (inp) get changed?

Oct 18 2019, 9:53 PM
donner updated the diff for D22067: netgraph/ng_pipe: Add missing man page.

Update local working directory on my machine.

Oct 18 2019, 3:47 PM
donner updated the diff for D21965: usr.sbin/ngctl: Generate more compact GraphWiz output.

Change location of working directory locally at my machine.

Oct 18 2019, 3:41 PM
donner updated the diff for D21968: netgraph/ng_source: Allow ng_source to inject into any netgraph network.

Added documentation for the new behavior in the man page.

Oct 18 2019, 3:32 PM
donner updated the summary of D22076: netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph node type (new type).
Oct 18 2019, 1:54 PM
donner updated the summary of D22076: netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph node type (new type).
Oct 18 2019, 1:54 PM
donner created D22076: netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph node type (new type).
Oct 18 2019, 1:50 PM
donner updated the diff for D22067: netgraph/ng_pipe: Add missing man page.

Added copyright for the man page author

Oct 18 2019, 12:20 PM
donner added a comment to D22067: netgraph/ng_pipe: Add missing man page.

One last question, is the copyright correct? If you just used a different manpage as a template but you wrote all the content, you should be the sole copyright holder here.

Oct 18 2019, 11:34 AM
donner added a comment to D22067: netgraph/ng_pipe: Add missing man page.

Please commit, if you have rights.

Oct 18 2019, 11:23 AM
donner updated the diff for D22067: netgraph/ng_pipe: Add missing man page.

Added Makefile reference in order to allow installing the man page.

Oct 18 2019, 11:20 AM
donner updated the diff for D22067: netgraph/ng_pipe: Add missing man page.

Further fix.

Oct 18 2019, 9:59 AM
donner added a comment to D22067: netgraph/ng_pipe: Add missing man page.

Mark errors fixed.

Oct 18 2019, 9:58 AM
donner updated the diff for D22067: netgraph/ng_pipe: Add missing man page.

Fixing spelling and more as pointed out by brueffer.

Oct 18 2019, 9:57 AM
donner added inline comments to D21923: netinet: In multicast/broadcast udp(6)_input(), compare the IP details after we lock inp as well.
Oct 18 2019, 9:17 AM

Oct 17 2019

donner updated the diff for D22067: netgraph/ng_pipe: Add missing man page.

Fix igor issues.

Oct 17 2019, 7:02 PM
donner updated the diff for D22067: netgraph/ng_pipe: Add missing man page.

Fixed "mandoc -Tlint" issues. Thank you for the hint.

Oct 17 2019, 6:48 PM
donner created D22067: netgraph/ng_pipe: Add missing man page.
Oct 17 2019, 4:40 PM

Oct 16 2019

donner added a reviewer for D21965: usr.sbin/ngctl: Generate more compact GraphWiz output: network.
Oct 16 2019, 9:47 PM

Oct 10 2019

donner added reviewers for D21968: netgraph/ng_source: Allow ng_source to inject into any netgraph network: linimon, koobs, network.
Oct 10 2019, 1:13 PM
donner created D21968: netgraph/ng_source: Allow ng_source to inject into any netgraph network.
Oct 10 2019, 1:11 PM
donner added a reviewer for D21965: usr.sbin/ngctl: Generate more compact GraphWiz output: linimon.
Oct 10 2019, 12:27 PM
donner created D21965: usr.sbin/ngctl: Generate more compact GraphWiz output.
Oct 10 2019, 12:21 PM
donner added a comment to D21961: netgraph/ng_bridge: Reestablish old ABI.

Don't let me stop you from committing it ...

Oct 10 2019, 9:11 AM
donner added a comment to D21961: netgraph/ng_bridge: Reestablish old ABI.

I wasn't saing you shoudl force yourself to do the test.. just whether it is theoretically possible,, anyhow I'm happy with the result. Don't let me stop you from committing it and I would say that the only case for keeping it in 13 is for the brief period while an upgrade is occurring. (for example I know people who have their interface connected into a bridge so that if the bridge wasn't configured correctly they'd be off the air.. It would basically be for compatibility up the 12 line rather than being needed in the 13 line.

Oct 10 2019, 8:56 AM
donner added a comment to D21961: netgraph/ng_bridge: Reestablish old ABI.

It should be backward compatible for 12 at least. Probably not needed for 13 but no harm in carrying it for one release.

Oct 10 2019, 8:32 AM
donner added a comment to D21961: netgraph/ng_bridge: Reestablish old ABI.

Can you use both binaries? e.g. a script uses one and manually you use a newer one?

Oct 10 2019, 8:17 AM

Oct 9 2019

donner added reviewers for D21961: netgraph/ng_bridge: Reestablish old ABI: network, julian.
Oct 9 2019, 9:38 PM
donner created D21961: netgraph/ng_bridge: Reestablish old ABI.
Oct 9 2019, 9:35 PM

Oct 1 2019

donner updated the diff for D21803: netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with unlimited links.

Fix spelling and delayed allocation

Oct 1 2019, 8:15 AM

Sep 30 2019

donner added a comment to D21803: netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with unlimited links.

What is the next step?
Should I replace the patch by a new one in order to correct the remaining issues?

Sep 30 2019, 11:34 PM
donner added a member for transport: donner.
Sep 30 2019, 7:35 AM
donner updated the summary of D21803: netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with unlimited links.
Sep 30 2019, 7:06 AM
donner updated the test plan for D21846: Add 802.1Q ethertypes used in the wild.
Sep 30 2019, 7:03 AM
donner added a reviewer for D21846: Add 802.1Q ethertypes used in the wild: network.
Sep 30 2019, 7:01 AM
donner created D21846: Add 802.1Q ethertypes used in the wild.
Sep 30 2019, 7:00 AM

Sep 29 2019

donner added a reviewer for D21803: netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with unlimited links: network.
Sep 29 2019, 9:44 PM

Sep 27 2019

donner added a member for network: donner.
Sep 27 2019, 9:17 PM
donner updated the test plan for D21803: netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with unlimited links.
Sep 27 2019, 9:09 PM
donner updated the test plan for D21803: netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with unlimited links.
Sep 27 2019, 9:07 PM

Sep 26 2019

donner added inline comments to D21803: netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with unlimited links.
Sep 26 2019, 4:07 PM
donner created D21803: netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with unlimited links.
Sep 26 2019, 3:50 PM