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