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
/
netinet
/
ip_reass.c
Age
Commit message (
Expand
)
Author
2018-10-12
Force ip_off to zero when the reassembly is complete. This was lost in my
maxv
2018-09-17
Kick fragments that would introduce several !MFFs in a reassembly chain.
maxv
2018-09-17
Hold ip_off and ip_len in the fragment entry, instead of always reading
maxv
2018-07-10
Remove the second argument from ip_reass_packet(). We want the IP header
maxv
2018-05-15
When reassembling IPv4/IPv6 packets, ensure each fragment has been subject
maxv
2018-05-03
Rename m_pkthdr_remove -> m_remove_pkthdr, to match the existing naming
maxv
2018-04-11
Add 'static', like the prototype.
maxv
2018-03-09
Remove M_PKTHDR from secondary mbufs when reassembling packets.
maxv
2018-02-08
Change the error stat from IP_STAT_BADFRAGS to IP_STAT_TOOLONG. The
maxv
2018-02-06
Add one more check in ip_reass_packet(): make sure that the end of each
maxv
2017-01-11
Get rid of unnecessary header inclusions
ozaki-r
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2011-06-27
Don't increment ip_nfragpackets when failed to allocate fragment queue.
enami
2010-11-05
ip_reass_packet: finish abstraction; some clean-up.
rmind
2010-10-07
make ipfr_lock IPL_VM as ip_reass_drain is called in interrupts via
yamt
2010-10-06
Don't free memory still in use. Fixes nfs root problem reported
enami
2010-10-03
Re-structure IPv4 reassembly code to make it more MP-friendly and simplify
rmind
2010-08-25
Use own IPv4 reassembly queue entry structure and leave struct ipqent only
rmind
2010-07-19
Abstract IP reassembly into single generic routine - ip_reass_packet().
rmind
2010-07-13
Split-off IPv4 re-assembly mechanism into a separate module. Abstract
rmind