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
2023-06-16
Align function name in its declaration consistently.
rin
2023-06-16
Consistently use __inline instead of inline, as done for rev. 1.119:
rin
2023-06-05
route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFE
ozaki-r
2023-05-28
s/explcit/explicit/ in comment.
andvar
2023-04-11
Give scope and additional details to wg(4) diagnostic messages.
jakllsch
2023-04-05
s/termintaed/terminated/ in comment.
andvar
2023-03-26
fix various typos in documentation, comments and sysctl device description.
andvar
2023-03-25
s/deteted/detected/ in log message.
andvar
2023-02-24
npf: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.
riastradh
2023-02-24
sys/net/if.c: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.
riastradh
2023-02-12
PR kern/56052:
kardel
2023-02-12
PR kern/55654:
kardel
2023-02-08
bpf.c: support loopback writes when BIOCSHDRCMPLT is set
gutteridge
2023-02-07
bpf.c: fix a few typos and grammatical issues in comments
gutteridge
2023-01-23
npf(9): Drop table lock around copyout.
riastradh
2023-01-22
npf(9): Another comment tweak to match upstream.
riastradh
2023-01-22
npf(9): Update comment to reduce diff from upstream.
riastradh
2023-01-22
npf(9): Use __HAVE_ATOMIC_AS_MEMBAR around refcnt consistently.
riastradh
2023-01-06
tap: link up an interface cloned from /dev/tap
ozaki-r
2023-01-05
centralize the kauth ugliness.
christos
2023-01-05
wg(4): Allow non-root to retrieve information other than the private
jakllsch
2023-01-05
Check for authorization for SIOCSDRVSPEC and SIOCGDRVSPEC ioctls for wg(4).
jakllsch
2023-01-04
Fix libreswan build failure. Pointed out by Andrew Cagney, thanks.
knakahara
2022-12-22
route(4): Work around deadlock in rt_free wait path.
riastradh
2022-12-21
ppp: remove ioctls that never worked and crash the kernel
chs
2022-11-30
bpf: support sending packets on loopback interfaces
ozaki-r
2022-11-25
Support explicit unnumbered interface.
knakahara
2022-11-25
KNF. No functional change.
msaitoh
2022-11-19
bpf: refresh bd_pid in a few more places as well
yamt
2022-11-19
Make arp have its own mowner
yamt
2022-11-15
arp: Validate ARP source hardware address matches Ethernet source
roy
2022-11-15
Revert prior.
roy
2022-11-14
net: Store a pointer to the Layer 2 Sender Hardware address in mbuf
roy
2022-11-07
Increase sdl_data so that more then IFNAMSIZ bytes are available (again).
msaitoh
2022-11-04
inpcb: rename functions to inpcb_*
ozaki-r
2022-10-28
Adjust pf, wg, dccp and sctp for struct inpcb integration
ozaki-r
2022-10-27
Revert if_dl.h change. It'll be commited with the COMPAT_9 code in future.
msaitoh
2022-10-26
ppp(4): Convert to ttylock/ttyunlock.
riastradh
2022-10-26
sl(4): Convert to ttylock/ttyunlock.
riastradh
2022-10-24
Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.
msaitoh
2022-10-24
Increase sdl_data so that more then IFNAMSIZ bytes are available.
msaitoh
2022-10-11
Add sadb_x_policy_flags to inform SP origination.
knakahara
2022-10-06
Fix overflow case detected by clang. Pointed out by wsh@IIJ, thanks.
knakahara
2022-10-04
Fix comment (!COMPAT_RTSOCK case). No functional change.
msaitoh
2022-09-30
ipsecif(4) can use fixed SP reqid based on ifindex, that can reduce number of...
knakahara
2022-09-20
Remove routes on an address removal if the routes referencing to the address....
knakahara
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-18
Typo in comment
martin
2022-09-04
Fix "MPLS handled this" detection logic in the rump environment.
thorpej
2022-09-04
In pktq_flush():
thorpej
[next]