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
/
npf
Age
Commit message (
Expand
)
Author
2021-03-08
reinstate a simple version of ip_randomid()
christos
2021-01-27
Don't silently ignore the errors from npfctl_run_op. We end up returning
christos
2021-01-25
s/npf_config_lock/npf->config_lock/ in the comments
christos
2021-01-25
Fix locking issue: npf_default_pass needs to be called with the config lock
christos
2020-08-28
npf: Remove harmless vestiges of debugging hacks.
riastradh
2020-08-27
npf: Make sure to initialize portmap_lock only once.
riastradh
2020-08-27
npf: Don't stop early after sleeping and before processing instances.
riastradh
2020-08-18
Add missing cases, to prevent memory corruption.
maxv
2020-05-30
npf_worker_sys{init,fini}: initialize/destroy the exit_cv condvar.
rmind
2020-05-30
Major NPF improvements (merge from upstream):
rmind
2020-05-23
Backport selected NPF fixes from the upstream (to be pulled up):
rmind
2020-02-12
PR/54950: Lloyd Parkes: Avoid NULL deref.
christos
2020-02-07
Use percpu_foreach_xcall() to gather volatile per-cpu counters. These
thorpej
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-12-14
Skip npf_config_sync if nothing to do.
riastradh
2019-09-30
npf_ifmap_copylogname: be more defensive.
rmind
2019-09-30
libnpf/npfctl: support dynamic NAT rulesets using a name prefix.
rmind
2019-09-29
NPF ifmap: rework and fix a few small bugs.
rmind
2019-09-26
Cast m_mbuflen() result to "size_t". It could also be "u_int" since it is
christos
2019-08-25
ake npfctl_switch() and pfil private to OS-specific module.
rmind
2019-08-25
Move PACKET_TAG_NPF where it belongs to.
rmind
2019-08-25
- npfctl_load_nvlist: simplify the config loading logic.
rmind
2019-08-21
npfkern/libnpf: Add support for the table replace/swap operation.
rmind
2019-08-11
Adjust some internal NPF APIs:
rmind
2019-08-10
Add the ifnet_t::if_npf_private field. Bump the kernel version.
rmind
2019-08-06
- npf_conn_init(): fix a race when initialising the G/C thread.
christos
2019-08-06
Introduce an npf_conn_destroy_idx() that can handle partially constructed
christos
2019-07-25
npf_portmap_flush: remove invalid assert (this routine can be callied via
rmind
2019-07-23
NPF portmap: add a workaround for archs without 64-bit CAS.
rmind
2019-07-23
NPF improvements:
rmind
2019-06-20
Add error checking for previous memory allocation failure.
christos
2019-06-20
PR/54314: Frank Kardel: LOCKDEBUG: Mutex error: assert_sleepable,70:
christos
2019-06-12
Avoid LOCKDEBUG pserialize panic by implementing suggestion #1 from
christos
2019-04-11
Fix CVS Id usage
kamil
2019-02-27
work around a GCC 7 vs sparc (32 bit) issue i haven't figured out
mrg
2019-01-19
Major NPF improvements:
rmind
2018-11-15
Remove the 't' argument from m_tag_find().
maxv
2018-10-29
We need to have rump tests work in two modes:
christos
2018-10-26
enable the sampling function for _NPF_RUMP
christos
2018-09-29
npf_return_tcp: fix no-INET6 case.
rmind
2018-09-29
NPF: Major rework -- migrate NPF to the libnv library.
rmind
2018-09-12
Fix lockdebug diagnostic error of trying to acquire an rw_lock from a
christos
2018-08-31
Introduce npf_set_mss(). When the MSS is not 16bit-aligned, it sets:
maxv
2018-08-10
Rename
maxv
2018-07-11
Rename
maxv
2018-07-10
Modify the logic in npf_reassembly. Don't call nbuf_reset, we don't need
maxv
2018-07-10
Remove the second argument from ip_reass_packet(). We want the IP header
maxv
2018-07-10
Simplify the pointer handling. Set *mp = NULL at the beginning of the
maxv
2018-07-10
Update the pointer when fast-kicking, because it may have been freed.
maxv
2018-07-10
Set con = NULL just once, instead of doing it in each branch.
maxv
[next]