summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2017-10-30Set IFEF_NO_LINK_STATE_CHANGE flag to pseudo devices that don't use if_link_s...ozaki-r
2017-10-30If if_attach() failed in the attach function, return. Add comments about if_i...knakahara
2017-10-30Fix npfclt reload on rump kernelsozaki-r
2017-10-26 Use macro(ETHER_LOCK() and ETHER_UNLOCK()). No functional change.msaitoh
2017-10-25Use C99 initializer for filteropsmaya
2017-10-25Remove unnecessary splsoftnetozaki-r
2017-10-25Don't free sc_rthash twiceozaki-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 failedmsaitoh
2017-10-23 Clear ifm_cur and ifm_media after removing all ifmedia entries(IFM_INST_ANY)msaitoh
2017-10-20No functional change:msaitoh
2017-10-19fix l2tp panic when l2tp session id is changed (same as if_vlan.c:r1.104)knakahara
2017-10-19fix vlan panic when vlan is re-configured without destroy.knakahara
2017-10-19Turn on D_MPSAFE flag of bpf_cdevsw that is already MP-safeozaki-r
2017-10-13fix no INET6 build.knakahara
2017-10-12Add a locking notes for if_spppsubrknakahara
2017-10-12Add a locking notes for if_pppoeknakahara
2017-10-12sppp_lock is changed from mutex to rwlock now. Contributed by s-yamaguchi@IIJ.knakahara
2017-10-12Integrate two locks used to protect PPPoE softc. Contributed by s-yamaguchi@IIJ.knakahara
2017-10-12Set IFEF_START_MPSAFE by defaultozaki-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 returnmsaitoh
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-02Add curlwp_bind to bridge_input for psrefozaki-r
2017-09-28- add a constant for the vlan mask.christos
2017-09-26VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.knakahara
2017-09-25Synchronize on rtcache_generation with rtlockozaki-r
2017-09-25Use a dedicated mutex for rt_rawcb instead of softnet_lock if NET_MPSAFEozaki-r
2017-09-25Fix race condition on the rawcb list shared by rtsock and keysockozaki-r
2017-09-22Remove the global lock for rtcacheozaki-r
2017-09-21loop_clone_create() must be called after ncpu is counted up for all CPUs.knakahara
2017-09-21update locking notes.knakahara
2017-09-21add lock for sclist to exclude ifconfig gifX add/delete and ifconfig gifX tunnelknakahara
2017-09-21add lock for percpu route like l2tp(4).knakahara
2017-09-21Invalidate rtcache based on a global generation counterozaki-r
2017-09-21Remove unnecessary NULL check of rt_ifpozaki-r
2017-09-17Add one more not supported errorchristos
2017-08-09Fix vlan(4) obytes counter. Implemented by s-yamaguchi@IIJ, thanks.knakahara
2017-08-08fix leak when encap_attach() fails twice.knakahara
2017-07-27Let PF_KEY socks hold their own lock instead of softnet_lockozaki-r
2017-07-23kmem_intr_free kmem_intr_[z]alloced memorypara
2017-07-20The nof module depends on some stuff from the bpf module, so set thepgoyette
2017-07-20fix panic when PPPOE_DEBUG enabled. implemented by s-yamaguchi@IIJ, thanks.knakahara
2017-07-04Introduce and use SADB_SASTATE_USABLE_Pozaki-r