Home | History | Annotate | Download | only in netinet
History log of /src/sys/external/bsd/ipf/netinet/ip_frag.c
RevisionDateAuthorComments
 1.8  05-Apr-2020  christos PR/55137: Kouichi Hashikawa: ipfstat -f incorrect output
- make sure frag is initialized to 0
- initialize ipfr_p field
 1.7  03-Jun-2018  maxv branches: 1.7.2; 1.7.6;
Constify a bunch of global varialbes under ipf/ so that they land in
.rodata (3472 bytes).

Also, remove ipf_tuneables[], unused.
 1.6  03-May-2018  maxv Remove now unused tcpip.h includes. Some were already unused before.
 1.5  23-Apr-2017  christos branches: 1.5.10;
Free the right fragment (Cy Schubert @ FreeBSD). This will cause use after free
issues and eventually panic.
 1.4  13-Jan-2017  christos Don't play with the linked list while holding only a read lock!
 1.3  22-Jul-2012  darrenr branches: 1.3.2; 1.3.14; 1.3.16; 1.3.18; 1.3.20; 1.3.24;
Merge IPFilter 5.1.2 into HEAD
 1.2  23-Mar-2012  christos branches: 1.2.2; 1.2.4;
apply our changes.
- prototypes
- ip_h323_pxy.c is missing from the distribution
- original tar distribution is missing <$>Id values in most files
 1.1  23-Mar-2012  christos branches: 1.1.1;
Initial revision
 1.1.1.2  22-Jul-2012  darrenr Import IPFilter 5.1.2
 1.1.1.1  23-Mar-2012  christos import kernel portion of ipfilter 5.1.1
 1.2.4.3  30-Oct-2012  yamt sync with head
 1.2.4.2  17-Apr-2012  yamt sync with head
 1.2.4.1  23-Mar-2012  yamt file ip_frag.c was added on branch yamt-pagecache on 2012-04-17 00:08:15 +0000
 1.2.2.2  17-Apr-2012  joerg Re-add new ipf on the jmcneill-usbmp branch.
 1.2.2.1  23-Mar-2012  joerg file ip_frag.c was added on branch jmcneill-usbmp on 2012-04-17 19:25:18 +0000
 1.3.24.1  12-Jul-2017  sborrill Pull up the following revisions(s) (requested by christos in ticket #1412):
sys/external/bsd/ipf/netinet/fil.c: revision 1.20
sys/external/bsd/ipf/netinet/ip_state.c: revision 1.7
sys/external/bsd/ipf/netinet/ip_frag.c: revision 1.5

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.
Free the right fragment. This will cause use after free issues and eventually
panic.
 1.3.20.2  26-Apr-2017  pgoyette Sync with HEAD
 1.3.20.1  20-Mar-2017  pgoyette Sync with HEAD
 1.3.18.1  25-Aug-2017  snj Pull up following revision(s) (requested by mrg in ticket #1412):
sys/external/bsd/ipf/netinet/fil.c: revision 1.20
sys/external/bsd/ipf/netinet/ip_frag.c: revision 1.5
sys/external/bsd/ipf/netinet/ip_state.c: revision 1.7
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)
--
Free the right fragment (Cy Schubert @ FreeBSD). This will cause use after free
issues and eventually panic.
 1.3.16.2  28-Aug-2017  skrll Sync with HEAD
 1.3.16.1  05-Feb-2017  skrll Sync with HEAD
 1.3.14.1  29-Jun-2017  sborrill Pull up the following revisions(s) (requested by christos in ticket #1412):
sys/external/bsd/ipf/netinet/fil.c: revision 1.20
sys/external/bsd/ipf/netinet/ip_state.c: revision 1.7
sys/external/bsd/ipf/netinet/ip_frag.c: revision 1.5

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.
Free the right fragment. This will cause use after free issues and eventually
panic.
 1.3.2.1  03-Dec-2017  jdolecek update from HEAD
 1.5.10.2  25-Jun-2018  pgoyette Sync with HEAD
 1.5.10.1  21-May-2018  pgoyette Sync with HEAD
 1.7.6.1  12-Apr-2020  martin Pull up following revision(s) (requested by christos in ticket #827):

sys/external/bsd/ipf/netinet/fil.c: revision 1.32
sys/external/bsd/ipf/netinet/fil.c: revision 1.33
sys/external/bsd/ipf/netinet/ip_frag.c: revision 1.8

PR/55137: Kouichi Hashikawa: ipfstat -f incorrect output
Fix incorrect byte order.

PR/55137: Kouichi Hashikawa: ipfstat -f incorrect output
- make sure frag is initialized to 0
- initialize ipfr_p field

PR/55149: Kouichi Hashikawa: Get morefrag before we strip it out from off
 1.7.2.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed