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
/
rump
/
net
/
lib
Age
Commit message (
Expand
)
Author
2021-07-14
Rump-ify ALTQ (librumpnet_altq.so)
ozaki-r
2021-07-14
shmif: support ALTQ
ozaki-r
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2021-05-17
Add a new link-aggregation pseudo interface named lagg(4)
yamaguchi
2021-04-23
enabled PPPOE_DEBUG for librumpnet_pppoe* when RUMP_DEBUG is defined
yamaguchi
2021-04-12
new GCC_NO_* uses for warning issues. most of the users of the new
mrg
2021-03-08
remove ip{,6}_id.c
christos
2020-09-29
rumpify vether(4)
roy
2020-09-29
libtap: Improve comment
roy
2020-09-12
rump: Add nd.c to libnet
roy
2020-09-06
add support for new GCC 9 warnings that may be too much to fix
mrg
2020-08-27
Fix order of cleanup actions in rumpuser_wg_create error branch.
riastradh
2020-08-27
Paranoia: use strlcpy rather than strcpy here and detect truncation.
riastradh
2020-08-26
Clarify wg(4)'s relation to WireGuard, pending further discussion.
riastradh
2020-08-20
[ozaki-r] Add wg files
riastradh
2020-07-21
Remove spurious call to canloopinit() in an attempt to fix kern/55489
pgoyette
2020-04-03
make constant unsigned
christos
2020-02-25
shmif: reduce the number of calls of cprng(9)
ozaki-r
2020-02-25
shmif: s/sc_uuid/sc_uid/
ozaki-r
2020-02-25
shmif: use cprng_strong64 instead of cprng_fast64 to generate a unique ID
ozaki-r
2020-02-20
shmif: use cprng_strong32 to generate random bytes for a MAC address
ozaki-r
2020-02-01
Adopt <net/if_stats.h>.
thorpej
2020-01-29
Add if_stats.c to rumpnet.
thorpej
2019-10-13
introduce some common variables for use in GCC warning disables:
mrg
2019-07-23
NPF improvements:
rmind
2019-04-11
Fix CVS Id usage
kamil
2019-03-26
Protect __KERNEL_RCSID. It isn't available when compile rumpkernels under e.g...
bad
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2018-12-12
Add TX/RX offload capabilities to shmif(4). They are emulated in
rin
2018-12-12
PR kern/53562
rin
2018-12-12
Add missing RCSIDs.
alnsn
2018-10-29
Back to using _NPF_TESTING now that it does not change the semantics of
christos
2018-10-26
add an _NPF_RUMP define to expose the sampling function.
christos
2018-10-26
Revert previous (unbreak build) - for now anyway.
kre
2018-10-26
Comment out _NPF_TESTING (really should be removed)
christos
2018-10-26
need libnvpair
christos
2018-09-29
NPF: Major rework -- migrate NPF to the libnv library.
rmind
2018-07-03
Fix net.inet6.ip6.ifq node doesn't exist
ozaki-r
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-04-04
Unconditionally include <unistd.h>, as we use ftruncate() unconditionally
martin
2018-02-24
Avoid a deadlock between softnet_lock and IFNET_LOCK
ozaki-r
2018-02-08
Move udp6_output() into udp6_usrreq.c, and remove udp6_output.c. This is
maxv
2018-01-10
ipsec(4) interface supports rump now.
knakahara
2017-12-11
Wrap if_ioctl_lock with IFNET_* macros (NFC)
ozaki-r
2017-12-07
Ensure to call if_addr_init with holding if_ioctl_lock
ozaki-r
2017-10-23
Fix compile error.
msaitoh
2017-10-23
Fix compile error.
msaitoh
2017-10-23
If if_initialize() failed in the attach function, free resources and return.
msaitoh
2017-10-23
If error occured in the attach function, free resources and return.
msaitoh
2017-09-21
Invalidate rtcache based on a global generation counter
ozaki-r
[next]