| Age | Commit message (Expand) | Author |
| 2017-10-30 | Set IFEF_NO_LINK_STATE_CHANGE flag to pseudo devices that don't use if_link_s... | ozaki-r |
| 2017-10-30 | If if_attach() failed in the attach function, return. Add comments about if_i... | knakahara |
| 2017-10-30 | Fix npfclt reload on rump kernels | ozaki-r |
| 2017-10-26 | Use macro(ETHER_LOCK() and ETHER_UNLOCK()). No functional change. | msaitoh |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-10-25 | Remove unnecessary splsoftnet | ozaki-r |
| 2017-10-25 | Don't free sc_rthash twice | ozaki-r |
| 2017-10-23 | - If if_attach() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | - If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | If if_attach() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | - If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | If if_attach() failed in the attach function, return. | msaitoh |
| 2017-10-23 | if_initalize() and if_attach() failed when resource allocation failed | msaitoh |
| 2017-10-23 | Clear ifm_cur and ifm_media after removing all ifmedia entries(IFM_INST_ANY) | msaitoh |
| 2017-10-20 | No functional change: | msaitoh |
| 2017-10-19 | fix l2tp panic when l2tp session id is changed (same as if_vlan.c:r1.104) | knakahara |
| 2017-10-19 | fix vlan panic when vlan is re-configured without destroy. | knakahara |
| 2017-10-19 | Turn on D_MPSAFE flag of bpf_cdevsw that is already MP-safe | ozaki-r |
| 2017-10-13 | fix no INET6 build. | knakahara |
| 2017-10-12 | Add a locking notes for if_spppsubr | knakahara |
| 2017-10-12 | Add a locking notes for if_pppoe | knakahara |
| 2017-10-12 | sppp_lock is changed from mutex to rwlock now. Contributed by s-yamaguchi@IIJ. | knakahara |
| 2017-10-12 | Integrate two locks used to protect PPPoE softc. Contributed by s-yamaguchi@IIJ. | knakahara |
| 2017-10-12 | Set IFEF_START_MPSAFE by default | ozaki-r |
| 2017-10-11 | Remove accidentally added code (for VLAN hardware filter). | msaitoh |
| 2017-10-11 | Check if VLAN ID isn't duplicated on a same parent interface and return | msaitoh |
| 2017-10-04 | Add 2.5GBASE-T and 5GBASE-T. | msaitoh |
| 2017-10-04 | All Ethernet media more than 1000Mbps don't support half duplex. | msaitoh |
| 2017-10-02 | Add curlwp_bind to bridge_input for psref | ozaki-r |
| 2017-09-28 | - add a constant for the vlan mask. | christos |
| 2017-09-26 | VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ. | knakahara |
| 2017-09-25 | Synchronize on rtcache_generation with rtlock | ozaki-r |
| 2017-09-25 | Use a dedicated mutex for rt_rawcb instead of softnet_lock if NET_MPSAFE | ozaki-r |
| 2017-09-25 | Fix race condition on the rawcb list shared by rtsock and keysock | ozaki-r |
| 2017-09-22 | Remove the global lock for rtcache | ozaki-r |
| 2017-09-21 | loop_clone_create() must be called after ncpu is counted up for all CPUs. | knakahara |
| 2017-09-21 | update locking notes. | knakahara |
| 2017-09-21 | add lock for sclist to exclude ifconfig gifX add/delete and ifconfig gifX tunnel | knakahara |
| 2017-09-21 | add lock for percpu route like l2tp(4). | knakahara |
| 2017-09-21 | Invalidate rtcache based on a global generation counter | ozaki-r |
| 2017-09-21 | Remove unnecessary NULL check of rt_ifp | ozaki-r |
| 2017-09-17 | Add one more not supported error | christos |
| 2017-08-09 | Fix vlan(4) obytes counter. Implemented by s-yamaguchi@IIJ, thanks. | knakahara |
| 2017-08-08 | fix leak when encap_attach() fails twice. | knakahara |
| 2017-07-27 | Let PF_KEY socks hold their own lock instead of softnet_lock | ozaki-r |
| 2017-07-23 | kmem_intr_free kmem_intr_[z]alloced memory | para |
| 2017-07-20 | The nof module depends on some stuff from the bpf module, so set the | pgoyette |
| 2017-07-20 | fix panic when PPPOE_DEBUG enabled. implemented by s-yamaguchi@IIJ, thanks. | knakahara |
| 2017-07-04 | Introduce and use SADB_SASTATE_USABLE_P | ozaki-r |