CVS commit: src/distrib/notes/common

2018-01-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jan 25 04:48:45 UTC 2018 Modified Files: src/distrib/notes/common: main Log Message: Added myself. To generate a diff of this commit: cvs rdiff -u -r1.540 -r1.541 src/distrib/notes/common/main Please note that diffs are

CVS commit: src/sys/netipsec

2018-04-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 9 06:26:05 UTC 2018 Modified Files: src/sys/netipsec: key.c Log Message: Removed the unnecessary order check of key_lookup_sa key_prefered_oldsa flag can change the sa to use if an sah has multiple sav. However the mu

CVS commit: src/sys/netipsec

2018-04-16 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 16 08:52:09 UTC 2018 Modified Files: src/sys/netipsec: key.c Log Message: Introduced a hash table to sahlist An saidx of sah included in the list is unique so that the search can use a hash list whose hash is calculate

CVS commit: src/sys/netipsec

2018-04-16 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 16 08:56:08 UTC 2018 Modified Files: src/sys/netipsec: key.c keydb.h Log Message: Added a lookup table to find an sav quickly key_sad.sahlists doesn't work well for inbound packets because its key includes source addre

CVS commit: src/sys/netipsec

2018-04-16 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Apr 17 04:22:59 UTC 2018 Modified Files: src/sys/netipsec: key.c Log Message: Fix panic of SADB when the state of sav is changed in timeout pointed out by ozaki-r@n.o, thanks To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/isa

2018-04-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Apr 25 08:29:45 UTC 2018 Modified Files: src/sys/dev/isa: wbsio.c Log Message: Use spin mutex to fix a panic The GPIO part of wbsio(4) has a lock to keep the register access order. In addition to the lock, gpio(4) has a lo

CVS commit: src/sys/net

2018-06-14 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jun 14 07:39:16 UTC 2018 Modified Files: src/sys/net: if_ether.h Log Message: Move macros related to multicast address into #ifdef _KERNEL Those macros and structure are only used in the kernel. reviewed by ozaki-r@n.o, th

CVS commit: src/sys/net

2018-06-14 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jun 14 07:44:31 UTC 2018 Modified Files: src/sys/net: if_ether.h Log Message: Replace macros related to multicast address with inline functions ok ozaki-r@ To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 sr

CVS commit: src/sys

2018-06-14 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jun 14 07:54:57 UTC 2018 Modified Files: src/sys/net: if_ethersubr.c if_vlan.c src/sys/netinet: ip_carp.c Log Message: Use ether_lookup_multi() instead of the macro ok ozaki-r@ To generate a diff of this commit:

CVS commit: src/sys/net

2018-06-14 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jun 14 08:00:24 UTC 2018 Modified Files: src/sys/net: if_ether.h Log Message: Remove ETHER_LOOKUP_MULTI() The macro has been replaced with a function. ok ozaki-r@ To generate a diff of this commit: cvs rdiff -u -r1.74 -r

CVS commit: src/sys

2018-06-14 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jun 14 08:06:07 UTC 2018 Modified Files: src/sys/net: if_vlan.c src/sys/netinet: ip_carp.c Log Message: Add the lock to refer the list included in ethercom for safety The lock is already held while adding and delet

CVS commit: src

2018-06-14 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jun 14 08:22:52 UTC 2018 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/net/if_vlan: Makefile t_vlan.sh Added Files: src/tests/net/if_vlan: siocXmulti.c L

CVS commit: src/sys/net

2018-06-14 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jun 14 08:33:18 UTC 2018 Modified Files: src/sys/net: if_vlan.c Log Message: Fix to check whether the address has been added before delete The list named ifv_mc_listhead saves multicast addresses that are added through SIO

CVS commit: src/tests/net/if_vlan

2018-06-14 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jun 14 08:38:24 UTC 2018 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: Update the error message in t_vlan (ENXIO => EINVAL) ok ozaki-r@ To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/te

CVS commit: src

2018-06-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Jun 15 09:54:02 UTC 2018 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: Add if_vlan directory to lists to fix the build failure build.sh was failed when using "-V MKD

CVS commit: src/sys/net

2018-06-18 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Jun 18 09:49:05 UTC 2018 Modified Files: src/sys/net: if_pppoe.c Log Message: Fix not to use PPPOE_UNLOCK before acccess to pppoe_softc to avoid a race condition According to the locking order of pppoe(4), the access to pp

CVS commit: src/sys/net

2018-06-18 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Jun 18 09:53:45 UTC 2018 Modified Files: src/sys/net: if_pppoe.c Log Message: Fix to aquire pppoe_softc_list_lock before read and write the list ok by knakahara@n.o To generate a diff of this commit: cvs rdiff -u -r1.139

CVS commit: src/sys

2020-07-13 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Jul 14 00:45:53 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: db_interface.c machdep.c src/sys/arch/amd64/conf: ALL src/sys/arch/amd64/include: segments.h src/sys/arch/i386/conf: ALL src/

CVS commit: src/sys/arch/amd64/conf

2020-07-13 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Jul 14 01:05:07 UTC 2020 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Enable PCPU_IDT option by default To generate a diff of this commit: cvs rdiff -u -r1.571 -r1.572 src/sys/arch/amd64/conf/GENERIC Ple

CVS commit: src/sys/dev/pci

2020-07-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jul 16 01:20:38 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Set PCI_COMMAND_MASTER_ENABLE and PCI_COMMAND_MEM_ENABLE to activate the pci devices This configuration is needed when BIOS or UEFI do not mak

CVS commit: src/doc

2020-07-16 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Jul 17 06:42:56 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Note x86 per-cpu IDTs change To generate a diff of this commit: cvs rdiff -u -r1.2715 -r1.2716 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/sys/dev/pci

2020-07-31 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Jul 31 09:07:17 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Added sysctl nodes for ixl(4) Interrupt throttling(ITR) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/if_ixl.

CVS commit: src/sys/dev/pci

2020-07-31 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Jul 31 09:25:42 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Added sysctl nodes for the number of descriptors in ixl(4) To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/dev/pci/if_i

CVS commit: src/sys/dev/pci

2020-07-31 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Jul 31 09:34:34 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Use if_initialize() and if_register() To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/dev/pci/if_ixl.c Please note tha

CVS commit: src/sys/dev/pci

2020-08-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Aug 19 09:03:50 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: whitespace fix >From msaitoh@, thanks. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/pci/if_ixl.c Please note t

CVS commit: src/sys/dev/pci

2020-08-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Aug 19 09:07:57 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Adjust the default descriptor sizes for ixl(4) These decreasements has no impact for throughput while forwarding 64-1518 byte packets. To ge

CVS commit: src/sys/dev/pci

2020-08-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Aug 19 09:22:05 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Make descriptor_num in ixl(4) readonly because ixl(4) does not support reallocating related resources pointed out by knakahara@, thanks. To

CVS commit: src

2020-09-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Sep 8 10:05:48 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/modules: md.amd64 md.evbarm md.i386 src/share/man/man4: Makefile src/sys/arch/amd64/conf: ALL GENERIC

CVS commit: src/sys/dev/pci

2020-09-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Sep 9 00:56:17 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Added the explain about locking order in iavf(4) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/if_iavf.c Plea

CVS commit: src/doc

2020-09-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Sep 9 05:16:01 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Note iavf(4) To generate a diff of this commit: cvs rdiff -u -r1.2734 -r1.2735 src/doc/CHANGES Please note that diffs are not public domain; they are

CVS commit: src/sys/dev

2020-09-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Sep 9 05:23:26 UTC 2020 Modified Files: src/sys/dev: DEVNAMES Log Message: Add ixl and iavf To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.329 src/sys/dev/DEVNAMES Please note that diffs are not public doma

CVS commit: src/sys/dev/pci

2020-09-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Sep 10 03:20:08 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Fix a possible deadlock in iavf(4) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_iavf.c Please note that d

CVS commit: src/sys/dev/pci

2020-09-16 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Sep 17 06:34:43 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Fix a panic caused while detaching iavf(4) The sequence of the panic is follow: 1. failed to disable queues in iavf_stop() 2. release ec-

CVS commit: src/sys/net

2020-09-18 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 18 09:48:56 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Use callout_setfunc and callout_schedule To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/sys/net/if_pppoe.c Please note th

CVS commit: src/sys/net

2020-09-18 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 18 09:53:50 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Do pppoe_timeout() in thread context OKed by knakahara@n.o fix port-amd64/55661 To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.15

CVS commit: src/tests/net/if_pppoe

2020-09-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Sep 23 05:56:55 UTC 2020 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/net/if_pppoe/t_pppoe.sh Please note that diffs are

CVS commit: src/tests/net/if_pppoe

2020-09-22 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Sep 23 06:18:20 UTC 2020 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Add a limit for auth at a test for invalid account To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/tests/net/if_pp

CVS commit: src/tests/net/if_pppoe

2020-09-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 25 06:07:31 UTC 2020 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Add test cases for AC-Name and Service-Name To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/tests/net/if_pppoe/t_p

CVS commit: src/sys/net

2020-09-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 25 06:12:33 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Clear AC-Name and Service-Name if params are not specified To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/net/if_pppoe

CVS commit: src/tests/net/if_pppoe

2020-09-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 25 06:15:30 UTC 2020 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: update test cases for AC-Name and Service-Name To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tests/net/if_pppoe/

CVS commit: src/sys/net

2020-09-24 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Sep 25 06:22:33 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Add a function to copy AC-Name and Service-Name To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/sys/net/if_pppoe.c Please

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:09:24 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: remove variable names in function declaration To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 src/sys/net/if_spppsubr.c Ple

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:12:50 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: Add a structure for params related to control protocols To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 src/sys

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:16:20 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Refactoring functions for RCR and RCN To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193 src/sys/net/if_spppsubr.c Please note

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:18:45 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: Add a function for RCR event To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/net/if_spppsubr.c cvs rdif

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:21:53 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Add a function for RCA and RCN event To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/net/if_spppsubr.c Please note

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:26:34 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Add a function for RTR and RTA event To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 src/sys/net/if_spppsubr.c Please note

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:30:49 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Add a function for RXJ event To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/sys/net/if_spppsubr.c Please note that dif

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:35:24 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: Change a state of control protocol in thread context reviewed by knakahara@n.o. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:38:39 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: call if_down() in workqueue instead of callout(9) To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/sys/net/i

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:41:20 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Insert an entry after initialization To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/sys/net/if_spppsubr.c Please note

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:46:05 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: implement auth protocols on the state-machine of control protocols reviewed by knakahara@n.o. To generate a diff of this commi

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:55:02 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Simplify commonly used functions reviewed by knakahara@n.o. To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/sys/net/if_

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:57:26 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Remove unused and unimplemented code related to CP_QUAL To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/sys/net/if_sppps

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 09:59:52 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Add a function to initialize parameters To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 src/sys/net/if_spppsubr.c Please no

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:03:39 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: change function name(RCR => parse_confreq) reviewed by knakahara@n.o. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/s

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:05:40 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: remove double newlines To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 src/sys/net/if_spppsubr.c Please note that diffs are

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:08:22 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Add the id check for TERM_ACK To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/sys/net/if_spppsubr.c Please note that d

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:12:04 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: Update ip addresses in the workqueue for control protocols reviewed by knakahara@n.o. To generate a diff of this commit: cvs r

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:18:50 UTC 2020 Modified Files: src/sys/net: if_pppoe.c if_spppsubr.c Log Message: Close lcp when the lower layer down if the interface is passive or on-demand reivewed by knakahara@n.o. To generate a diff of th

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:23:33 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Reconnect lcp after authentication or network phase finish To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/sys/net/if_sp

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:25:22 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Move code related to module to bottom To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/net/if_spppsubr.c Please note

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:27:18 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c if_spppvar.h Log Message: Reconnect when a down event caused by tlf caught To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/sys/net/if

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:30:51 UTC 2020 Modified Files: src/sys/net: if_sppp.h if_spppsubr.c if_spppvar.h Log Message: Add commands to refer params of control protocols in if_spppsubr.c reviewed by knakahara@n.o. To generate a diff of

CVS commit: src/sbin/pppoectl

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:32:54 UTC 2020 Modified Files: src/sbin/pppoectl: pppoectl.c Log Message: add -dd option for reference of the parameter about control protocols reviewed by knakahara@n.o. To generate a diff of this commit: cvs

CVS commit: src/tests/net/if_pppoe

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:35:07 UTC 2020 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Use a state of IPCP and IPv6CP to wait for connection established To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:37:04 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: stop callout even when the state is in PPPOE_STATE_INITIAL To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/net/if_pppoe

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:38:10 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: fix to remove trailing garbage To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/sys/net/if_pppoe.c Please note that diffs a

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:39:47 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: add a logging function used at debugging pppoe(4) To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/net/if_pppoe.c Pleas

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:42:35 UTC 2020 Modified Files: src/sys/net: if_pppoe.c Log Message: Fix to reconnect after PADT received To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/net/if_pppoe.c Please note that d

CVS commit: src/sys/net

2020-11-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Nov 25 10:44:53 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: add KASSERT(!cpu_softintr_p()); pointed out by knakahara@n.o., thanks. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.214 src/

CVS commit: src/sys/net

2020-11-26 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Nov 27 03:37:11 UTC 2020 Modified Files: src/sys/net: if_spppsubr.c Log Message: Fix missing disable of kpreempt while getting interface address To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/sys/net/

CVS commit: src/sys/dev/pci

2020-11-30 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Dec 1 04:39:03 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Dequeue aqb from sc_atq_live even when the last command is failed iavf(4) didn't dequeue aqb from sc_atq_live that is a list for buffer in us

CVS commit: src/sys/dev/pci

2020-12-07 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Dec 8 07:53:20 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Change the default interrupt-affinity of iavf(4) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/if_iavf.c Plea

CVS commit: src/sys/dev/pci

2020-12-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 10 03:58:35 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Fix a wrong value about HENA configuration To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_iavf.c Please not

CVS commit: src/sys/dev/pci

2020-12-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 10 04:00:11 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: remove unnecessary lock acquire and release To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_iavf.c Please n

CVS commit: src/sys/dev/pci

2020-12-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 10 04:03:00 UTC 2020 Modified Files: src/sys/dev/pci: if_iavf.c Log Message: Add a string literal for IAVF_VC_OP_CONFIG_RSS_LUT To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_iavf.c

CVS commit: src

2019-12-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Dec 10 12:08:53 UTC 2019 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/modules: mi src/doc: CHANGES src/share/man/man4: Makefile src/sys/arch/amd64/conf: ALL GENERIC

CVS commit: src/share/man/man4

2019-12-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Dec 10 13:07:28 UTC 2019 Added Files: src/share/man/man4: ixl.4 Log Message: Added the manual for ixl(4) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/ixl.4 Please note that diffs are not p

CVS commit: src/sys/dev/pci

2019-12-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Dec 11 01:51:23 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Not use _LP64 but sizeof(bus_addr_t) for getting size of address It makes ixl(4) be able to work on ILP32 pointed out by thorpej@. thanks. T

CVS commit: src/sys/dev/pci

2019-12-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Dec 11 05:50:03 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix build error related to ixl(4) on i386 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_ixl.c Please note t

CVS commit: src/sys/dev/pci

2019-12-11 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Dec 11 10:03:08 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix to detect link state down Link status event that is used to update link status sometimes is not notified when link down. So, use Get Link

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:12:51 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Use name of variable instead of that of data structure To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_ixl.c

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:18:53 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix softint leak in ixl(4) when detaching To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_ixl.c Please note t

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:45:20 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix ixl_{add|remove}_macvlan() to return errno instead of command status To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:49:30 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix ixl(4) to set ENETRESET when IFF_ALLMULTI is changed To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/if_ixl.c

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 01:54:39 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Do IXL_AQ_OP_SET_VSI_PROMISC in ixl_ifflags_cb() for applying IFF_PROMISC To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:04:26 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: enable other interrupt even if ixl(4) is down To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_ixl.c Please n

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:12:31 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c if_ixlvar.h Log Message: ixl(4) supports ETHERCAP_VLAN_HWTAGGING It is enabled by defualt The features is realized by the following operations: - internal

CVS commit: src/sys/dev/pci

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:19:27 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4) supports ETHERCAP_VLAN_HWFILTER the feature is disable by default. reviewed by msaitoh and knakahara To generate a diff of this commi

CVS commit: src/share/man/man4

2019-12-19 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Dec 20 02:24:02 UTC 2019 Modified Files: src/share/man/man4: ixl.4 Log Message: Add information for ixl(4)'s VLAN hardware filter To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/ixl.4 Pleas

CVS commit: src/sys/dev/pci

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 26 03:08:19 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Improve DDPRINTF for ixl(4) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_ixl.c Please note that diffs ar

CVS commit: src/sys/dev/pci

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 26 03:17:01 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c if_ixlvar.h Log Message: ixl(4) supports IFCAP_CSUM_*_Rx OKed by msaitoh@n.o. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/p

CVS commit: src/sys/dev/pci

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 26 03:55:00 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix lack of of sysctl_teardown() in ixl(4) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/if_ixl.c Please not

CVS commit: src/sys/dev/pci

2020-01-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Jan 8 09:12:11 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Not stop kpreempt if unnecessary, ixl(4) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/if_ixl.c Please note

CVS commit: src/sys/dev/pci

2020-01-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jan 9 02:43:45 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4) supports in-chip statistic counters per port To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/if_ixl.c P

CVS commit: src/sys/dev/pci

2020-01-08 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jan 9 02:55:42 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4) supports in-chip statistic counters per VSI To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_ixl.c Pl

CVS commit: src/sys/dev/pci

2020-01-09 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jan 9 08:54:05 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Make some parametes in ixl(4) be able to change when loading for debugging - nomsix(boolean) - disable msix support - stats_interval(signed

CVS commit: src/sys/dev/pci

2020-01-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Jan 15 08:25:02 UTC 2020 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix typo (s/txr_opackets/txr_obytes/) pointed out by ryo@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/

CVS commit: src/sys/dev/pci

2020-01-15 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Jan 16 07:11:50 UTC 2020 Modified Files: src/sys/dev/pci: files.pci if_ixl.c Log Message: Use def{flag,param} for parameters in ixl(4) To generate a diff of this commit: cvs rdiff -u -r1.419 -r1.420 src/sys/dev/pci/files.

  1   2   3   >