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
Age
Commit message (
Expand
)
Author
2023-06-03
adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
lukem
2023-06-03
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
lukem
2023-06-03
bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
lukem
2022-09-20
tcp: separate syn cache stuffs into tcp_syncache.[ch] files
ozaki-r
2022-09-03
Machete-waving to fix mpls rump build after pktqueue changes.
thorpej
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 ARP from a legacy netisr to pktqueue.
thorpej
2022-04-09
if_shmem(4): Use membar_acquire/release for lock acquire/release.
riastradh
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-08-20
[ozaki-r] Changes to the kernel core for wireguard
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
[next]