summaryrefslogtreecommitdiff
path: root/sys/net/if.c
AgeCommit message (Expand)Author
2023-02-24sys/net/if.c: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.riastradh
2022-11-25KNF. No functional change.msaitoh
2022-10-24Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.msaitoh
2022-09-20Remove routes on an address removal if the routes referencing to the address....knakahara
2022-09-03Garbage-collect everything related to struct domain::dom_ifqueuesthorpej
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-09-02Re-factor how pktq_barrier() is issued by if_detach().thorpej
2022-09-02f_detach(): Drain the protocol input queues before the pr_purgeif()thorpej
2022-09-02pktqueue: Re-factor sysctl handling.thorpej
2022-08-21Sprinkle more const. NFC.skrll
2022-08-21Sprinkle const. NFC.skrll
2022-08-21Style / whitespace.skrll
2022-08-20ifnet(9): Make sure to use if_timer and if_watchdog at IPL_NET.riastradh
2022-08-20ifnet(9): On if_deactivate, don't make null if_slowtimo nonnull.riastradh
2022-08-20ifnet(9): Kernel lock for struct ifnet::if_timer.riastradh
2022-08-20ifnet(9): Add sysctl net.interaces.ifN.watchdog.trigger.riastradh
2022-08-20ifnet(9): Defer if_watchdog (a.k.a. if_slowtimo) to workqueue.riastradh
2022-08-17if.c: fix typo in commentrillig
2022-07-29Fix a typo in a comment.skrll
2022-07-29KNF a commentskrll
2022-07-11KNF two comments.skrll
2022-07-11Grammar in a comment.skrll
2022-07-08alredy -> alreadyskrll
2022-07-07ifioctl(9): Don't touch ifconf or ifreq until command is validated.riastradh
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-11fix various typos in comments.andvar
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-03-12sys: Membar audit around reference count releases.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-31sys/net: Assert IFNET_LOCKED in if_ioctl, if_init, and if_stop.riastradh
2021-12-31sys: Use if_ioctl wrapper function.riastradh
2021-12-31sys/net: New functions if_ioctl, if_init, and if_stop.riastradh
2021-09-30net: obsolete ifnet::if_link_state_chengedyamaguchi
2021-09-30carp: Register carp_carpdev_state to link-state change hookyamaguchi
2021-09-30lagg: Register lagg_linkstate_changed to link-state change hookyamaguchi
2021-09-30bridge: Register bridge_calc_link_state to link-state change hookyamaguchi
2021-09-30Provide a hook point called at change of link stateyamaguchi
2021-09-30Replace ifnet::if_agriprivate with ifnet::if_laggyamaguchi
2021-09-21remove extra changeschristos
2021-09-21don't opencode kauth_cred_get()christos
2021-09-16fix various typos, mainly in comments.andvar
2021-07-01Back out fix for kern_pmf.c calling a null if_stop and apply a fixblymn
2021-06-29Make if_stats_init, if_attach, if_initialize return void.riastradh
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2020-10-15net: remove IFEF_NO_LINK_STATE_CHANGEroy
2020-09-27bridge: When an interface joins then mark addresses on it as tentativeroy
2020-09-27bridge: Calculate link state as the best link state of any memberroy
2020-09-26net: Add a callback to ifnet to notify of link state changesroy
2020-09-26net: Fix the setting of if_link_stateroy