CVS commit: [thorpej-ifq] src/sys/net

2023-11-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 14:45:40 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c Log Message: - Rename if_transmit() -> if_transmit_default() - In if_enqueue(), handle the ALTQ-is-enabled case by creating a sort of chimera from ifq

CVS commit: [thorpej-ifq] src/sys/net

2023-11-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 14:45:40 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c Log Message: - Rename if_transmit() -> if_transmit_default() - In if_enqueue(), handle the ALTQ-is-enabled case by creating a sort of chimera from ifq

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 05:13:14 UTC 2023 Modified Files: src/sys/dev/usb [thorpej-ifq]: if_umb.c if_upl.c src/sys/net [thorpej-ifq]: if.c if.h if_bridge.c if_gif.c if_ieee1394subr.c if_loop.c if_spppsubr.c if_vlan.c

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 05:13:14 UTC 2023 Modified Files: src/sys/dev/usb [thorpej-ifq]: if_umb.c if_upl.c src/sys/net [thorpej-ifq]: if.c if.h if_bridge.c if_gif.c if_ieee1394subr.c if_loop.c if_spppsubr.c if_vlan.c

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 05:02:23 UTC 2023 Modified Files: src/sys/altq [thorpej-ifq]: if_altq.h src/sys/net [thorpej-ifq]: if_bridge.c if_ethersubr.c if_vlan.c src/sys/net80211 [thorpej-ifq]: ieee80211_input.c Log Message: Cle

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 05:02:23 UTC 2023 Modified Files: src/sys/altq [thorpej-ifq]: if_altq.h src/sys/net [thorpej-ifq]: if_bridge.c if_ethersubr.c if_vlan.c src/sys/net80211 [thorpej-ifq]: ieee80211_input.c Log Message: Cle

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 04:30:22 UTC 2023 Modified Files: src/sys/dev/ic [thorpej-ifq]: hd64570.c src/sys/dev/ppbus [thorpej-ifq]: if_plip.c src/sys/dev/qbus [thorpej-ifq]: if_dmc.c src/sys/dev/usb [thorpej-ifq]: if_umb

CVS commit: [thorpej-ifq] src/sys

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 04:30:22 UTC 2023 Modified Files: src/sys/dev/ic [thorpej-ifq]: hd64570.c src/sys/dev/ppbus [thorpej-ifq]: if_plip.c src/sys/dev/qbus [thorpej-ifq]: if_dmc.c src/sys/dev/usb [thorpej-ifq]: if_umb

CVS commit: [thorpej-ifq] src/sys/net

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 12:39:46 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if_wg.c Log Message: wg_output(): Use ifq_classify_packet(), and let that function check for ALTQ-enabled. Acquire KERNEL_LOCK before calling ALTQ_ENQUEUE()

CVS commit: [thorpej-ifq] src/sys/net

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 12:39:46 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if_wg.c Log Message: wg_output(): Use ifq_classify_packet(), and let that function check for ALTQ-enabled. Acquire KERNEL_LOCK before calling ALTQ_ENQUEUE()

CVS commit: [thorpej-ifq] src/sys

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 02:19:00 UTC 2023 Modified Files: src/sys/altq [thorpej-ifq]: altq_cdnr.c altq_subr.c src/sys/net [thorpej-ifq]: if.c if.h Log Message: Protect the ALTQ state that's exposed to the ifqueue if the ifq->ifq_lock.

CVS commit: [thorpej-ifq] src/sys

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 02:19:00 UTC 2023 Modified Files: src/sys/altq [thorpej-ifq]: altq_cdnr.c altq_subr.c src/sys/net [thorpej-ifq]: if.c if.h Log Message: Protect the ALTQ state that's exposed to the ifqueue if the ifq->ifq_lock.

CVS commit: [thorpej-ifq] src/sys

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 02:08:34 UTC 2023 Modified Files: src/sys/dev/pci [thorpej-ifq]: xmm7360.c src/sys/dev/usb [thorpej-ifq]: uhso.c src/sys/net [thorpej-ifq]: if.c if.h if_arcsubr.c if_ethersubr.c if_ppp.c if_s

CVS commit: [thorpej-ifq] src/sys

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 02:08:34 UTC 2023 Modified Files: src/sys/dev/pci [thorpej-ifq]: xmm7360.c src/sys/dev/usb [thorpej-ifq]: uhso.c src/sys/net [thorpej-ifq]: if.c if.h if_arcsubr.c if_ethersubr.c if_ppp.c if_s

CVS commit: [thorpej-ifq] src/sys/net

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 14 14:47:04 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c if.h Log Message: New network interface output queue API. To generate a diff of this commit: cvs rdiff -u -r1.529.2.1 -r1.529.2.1.2.1 src/sys/net/if.c

CVS commit: [thorpej-ifq] src/sys/net

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 14 14:47:04 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c if.h Log Message: New network interface output queue API. To generate a diff of this commit: cvs rdiff -u -r1.529.2.1 -r1.529.2.1.2.1 src/sys/net/if.c