History log of /netbsd/sys/external/bsd/ipf/netinet/ip_state.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 04cc6a61 18-Apr-2020 christos <christos@NetBSD.org>

be consistent about byte flipping (cosmetic no functional change)


# 784d8958 03-Jun-2018 maxv <maxv@NetBSD.org>

Constify a bunch of global varialbes under ipf/ so that they land in
.rodata (3472 bytes).

Also, remove ipf_tuneables[], unused.


# b3edba41 12-Oct-2017 christos <christos@NetBSD.org>

put back the cast.


# d003b55b 12-Oct-2017 christos <christos@NetBSD.org>

When growing the state, remember to grow the seed array, otherwise we'll end
up accessing memory we did not allocate.


# d85a75fe 01-Jul-2017 khorben <khorben@NetBSD.org>

Typo


# 2cfc3684 23-Apr-2017 christos <christos@NetBSD.org>

Disconnect maintaining fragment state from keeping session state. The user
now must specify keep frags along with keep state to have ipfilter do what
it did before, as documented in ipf.conf.5. (Cy S

Disconnect maintaining fragment state from keeping session state. The user
now must specify keep frags along with keep state to have ipfilter do what
it did before, as documented in ipf.conf.5. (Cy Schubert @ FreeBSD)

show more ...


# 96119ce9 14-Sep-2013 martin <martin@NetBSD.org>

Remove unused variables


# bf980a9f 09-Jan-2013 christos <christos@NetBSD.org>

Back out my last change, which was a partial fix for hash code computation problems.
Apply Darren's more complete reworking of hash code computation.
Ensure that the struct containing the red-black t

Back out my last change, which was a partial fix for hash code computation problems.
Apply Darren's more complete reworking of hash code computation.
Ensure that the struct containing the red-black tree head is properly initialized.
From Geoff Adams

show more ...


# 26a35df7 20-Dec-2012 christos <christos@NetBSD.org>

- Replace the seemingly broken built-in ipf rbtree implementation with ours.
- Fix typos in comments
- Fix 2 mutex errors
From Geoff Adams


# f52ace7a 22-Jul-2012 darrenr <darrenr@NetBSD.org>

Merge IPFilter 5.1.2 into HEAD


# f330e785 23-Mar-2012 christos <christos@NetBSD.org>

apply our changes.
- prototypes
- ip_h323_pxy.c is missing from the distribution
- original tar distribution is missing <$>Id values in most files


# ecd7789b 23-Mar-2012 christos <christos@NetBSD.org>

import kernel portion of ipfilter 5.1.1