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
Age
Commit message (
Expand
)
Author
2022-09-03
Machete-waving to fix mpls rump build after pktqueue changes.
thorpej
2022-09-03
bpf(4): Reject bogus timeout values before arithmetic overflows.
riastradh
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-03
Convert MPLS from a legacy netisr to pktqueue.
thorpej
2022-09-03
Convert CAN from a legacy netisr to pktqueue.
thorpej
2022-09-03
Convert NETATALK from a legacy netisr to pktqueue.
thorpej
2022-09-03
Convert ARP from a legacy netisr to pktqueue.
thorpej
2022-09-03
Only use configured RPS hash functions for IPv4 and IPv6 packets.
thorpej
2022-09-02
Remove unnecessary inclusion of <net/netisr.h>.
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-09-01
pktq_rps_hash(): Make the "funcp" argument const.
thorpej
2022-09-01
pktq_dequeue(): Prevent packets from getting stuck beind barrier markers.
thorpej
2022-08-29
Fix build failure when no options INET6.
knakahara
2022-08-29
Add sysctl entry to control to send routing message for RTM_DYNAMIC.
knakahara
2022-08-27
Ensure that all queues passed to ifq_enqueue2() have a valid ifq_lock.
thorpej
2022-08-27
Use IFQ_SET_MAXLEN() rather than open-coding it.
thorpej
2022-08-27
Ensure that all queues passed to ifq_enqueue2() have a valid ifq_lock.
thorpej
2022-08-27
Use IFQ_SET_MAXLEN() rather than open-coding it.
thorpej
2022-08-27
Ensure that all queues passed to ifq_enqueue2() have a valid ifq_lock.
thorpej
2022-08-27
Consistently use IFQ_SET_MAXLEN(), rather than open-coding it. NFC.
thorpej
2022-08-27
Add a little const. NFC.
skrll
2022-08-26
Refactor: rtrequest_newmsg() is no longer used after nd6_rtr.c:r1.149
knakahara
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-08-16
micro optimaize for pfil_run_hooks(), ok'ed by ozaki-r@n.o and ryo@n.o.
knakahara
2022-08-15
Fix stall on PPPOE_STATE_PADR_SENT, suggested by martin@n.o, thanks.
knakahara
2022-08-12
Fix stall on PPPOE_STATE_PADR_SENT when received specific PADO, ok'ed by yama...
knakahara
2022-07-31
Count dropped packets caused by ENOBUFS as interface error.
mlelstv
2022-07-29
No need to wrap the call to if_detach with splnet / splx as if_detach
skrll
2022-07-29
Fix a typo in a comment.
skrll
2022-07-29
KNF a comment
skrll
2022-07-29
Sprinkle const
skrll
2022-07-29
Trailing whitespace
skrll
2022-07-28
Trailing whitespace
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-07-06
net/if_ppp.c: Avoid user-controlled overrun in PPPIOCSCOMPRESS.
riastradh
2022-07-06
net/if_ppp.c: Sprinkle KNF. No functional change intended.
riastradh
[prev]
[next]