summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2022-03-31Added a kernel option to run LACP on a half duplex interfaceyamaguchi
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-03-25Prevent memory corruption from wg_send_handshake_msg_init() onhannken
2022-03-20s/Multilik/Multilink/andvar
2022-03-20s/circut/circuit/ and s/circiut/circuit/ in comments and acronyms file.andvar
2022-03-15bpf(4): Handle null bf_insn on free.riastradh
2022-03-15tun(4): Fix bug introduced in previous locking change.riastradh
2022-03-13tun(4): Fix some error branches in tunwrite.riastradh
2022-03-13tun(4): Omit TUN_RWAIT micro-optimization.riastradh
2022-03-13tun(4): Deliver SIGIO for hangup under tun_lock.riastradh
2022-03-13tun(4): Reduce lock from IPL_NET to IPL_SOFTNET.riastradh
2022-03-13tun(4): Reduce tun_softc_lock from IPL_NET to IPL_NONE.riastradh
2022-03-13tun(4): Factor out setup/teardown into separate routines.riastradh
2022-03-13tun(4): Add missing includes in if_tun.h.riastradh
2022-03-13tun(4): Add missing cv_destroy in tunclose.riastradh
2022-03-12bpf(4): Nix KM_NOSLEEP and prune dead branch.riastradh
2022-03-12bpf(4): Clamp read timeout to INT_MAX ticks to avoid overflow.riastradh
2022-03-12sys: Membar audit around reference count releases.riastradh
2022-03-07Don't change ifp->if_link_state directly. Pointed out by yamaguchi@n.o.knakahara
2022-02-13npf(4): Use atomic_store_release and atomic_load_consume for conn_db.riastradh
2022-02-13npf(4): Use atomic_store_release and atomic_load_consume for config.riastradh
2022-01-17fix typos in comments, mainly s/foward/forward/.andvar
2022-01-16wg(4): Limit the size of ifdrv requests.riastradh
2022-01-16lagg: remove stray semicolonrillig
2022-01-12Fix to call lacp_linkstate with IFNET_LOCK heldyamaguchi
2022-01-12lagg(4): Need to take IFNET_LOCK around if_init.riastradh
2022-01-06lagg(4): Take lock as required around if ioctl.riastradh
2021-12-31sys/net: Document if_mcast_op with comment and refuse other commands.riastradh
2021-12-31sys/net: Document if_flags_set with a comment.riastradh
2021-12-31ethersubr(9): Assert IFNET_LOCKED in ether_ioctl_reinit.riastradh
2021-12-31sys/net: Assert IFNET_LOCKED in if_ioctl, if_init, and if_stop.riastradh
2021-12-31sys: Use if_init wrapper function.riastradh
2021-12-31sys: Use if_ioctl wrapper function.riastradh
2021-12-31sys: Use if_stop wrapper function.riastradh
2021-12-31sys/net: New functions if_ioctl, if_init, and if_stop.riastradh
2021-12-24Fix missing curlwp_bind()yamaguchi
2021-12-21Fix net.*.rps_hash=toeplitz-othercpus on one CPU systems.knakahara
2021-12-15Fix typo in comment.knakahara
2021-12-13Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2021-12-12fix various typos, mainly in comments.andvar
2021-12-10Add comment to clarify.msaitoh
2021-12-06decrease the MTU of vlan(4)yamaguchi
2021-12-05s/preceed/preced/ in comment.msaitoh
2021-12-05s/gurantee/guarantee/ in comment.msaitoh
2021-12-05s/accomodate/accommodate/ in comment.msaitoh
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-11-30Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.hyamaguchi
2021-11-25Better counting for ierrors, iqdrops and noproto in ether_input().msaitoh
2021-11-22Add LLDP and MACSec.msaitoh
2021-11-22Modify comment:msaitoh