index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if.c
Age
Commit message (
Expand
)
Author
2023-02-24
sys/net/if.c: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.
riastradh
2022-11-25
KNF. No functional change.
msaitoh
2022-10-24
Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.
msaitoh
2022-09-20
Remove routes on an address removal if the routes referencing to the address....
knakahara
2022-09-03
Garbage-collect everything related to struct domain::dom_ifqueues
thorpej
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2022-09-02
Re-factor how pktq_barrier() is issued by if_detach().
thorpej
2022-09-02
f_detach(): Drain the protocol input queues before the pr_purgeif()
thorpej
2022-09-02
pktqueue: Re-factor sysctl handling.
thorpej
2022-08-21
Sprinkle more const. NFC.
skrll
2022-08-21
Sprinkle const. NFC.
skrll
2022-08-21
Style / whitespace.
skrll
2022-08-20
ifnet(9): Make sure to use if_timer and if_watchdog at IPL_NET.
riastradh
2022-08-20
ifnet(9): On if_deactivate, don't make null if_slowtimo nonnull.
riastradh
2022-08-20
ifnet(9): Kernel lock for struct ifnet::if_timer.
riastradh
2022-08-20
ifnet(9): Add sysctl net.interaces.ifN.watchdog.trigger.
riastradh
2022-08-20
ifnet(9): Defer if_watchdog (a.k.a. if_slowtimo) to workqueue.
riastradh
2022-08-17
if.c: fix typo in comment
rillig
2022-07-29
Fix a typo in a comment.
skrll
2022-07-29
KNF a comment
skrll
2022-07-11
KNF two comments.
skrll
2022-07-11
Grammar in a comment.
skrll
2022-07-08
alredy -> already
skrll
2022-07-07
ifioctl(9): Don't touch ifconf or ifreq until command is validated.
riastradh
2022-05-22
fix various small typos, mainly in comments.
andvar
2022-05-11
fix various typos in comments.
andvar
2022-04-09
sys: Use membar_release/acquire around reference drop.
riastradh
2022-03-12
sys: Membar audit around reference count releases.
riastradh
2021-12-31
sys/net: Document if_mcast_op with comment and refuse other commands.
riastradh
2021-12-31
sys/net: Document if_flags_set with a comment.
riastradh
2021-12-31
sys/net: Assert IFNET_LOCKED in if_ioctl, if_init, and if_stop.
riastradh
2021-12-31
sys: Use if_ioctl wrapper function.
riastradh
2021-12-31
sys/net: New functions if_ioctl, if_init, and if_stop.
riastradh
2021-09-30
net: obsolete ifnet::if_link_state_chenged
yamaguchi
2021-09-30
carp: Register carp_carpdev_state to link-state change hook
yamaguchi
2021-09-30
lagg: Register lagg_linkstate_changed to link-state change hook
yamaguchi
2021-09-30
bridge: Register bridge_calc_link_state to link-state change hook
yamaguchi
2021-09-30
Provide a hook point called at change of link state
yamaguchi
2021-09-30
Replace ifnet::if_agriprivate with ifnet::if_lagg
yamaguchi
2021-09-21
remove extra changes
christos
2021-09-21
don't opencode kauth_cred_get()
christos
2021-09-16
fix various typos, mainly in comments.
andvar
2021-07-01
Back out fix for kern_pmf.c calling a null if_stop and apply a fix
blymn
2021-06-29
Make if_stats_init, if_attach, if_initialize return void.
riastradh
2021-05-17
Add a new link-aggregation pseudo interface named lagg(4)
yamaguchi
2020-10-15
net: remove IFEF_NO_LINK_STATE_CHANGE
roy
2020-09-27
bridge: When an interface joins then mark addresses on it as tentative
roy
2020-09-27
bridge: Calculate link state as the best link state of any member
roy
2020-09-26
net: Add a callback to ifnet to notify of link state changes
roy
2020-09-26
net: Fix the setting of if_link_state
roy
[next]