summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fil.c
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-10-18Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historicalthorpej
2001-09-17Split the pre-computed ifnet checksum flags into Tx and Rx directions.thorpej
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-05-12- Handle realloc failure without leaking memorychristos
2001-03-26Resolve conflicts.mike
2001-02-05expose the definitions of MIN() and MAX() in sys/param.h to the kernelchs
2000-12-28Fix a small typo that would cause IP Filter to not hook in tothorpej
2000-12-28Back out the sledgehammer damage applied by wiz while I was out forthorpej
2000-12-25Back out previous change. It causes NAT to fail, and was CLEARLYwiz
2000-12-22Slight adjustment to how pfil_head's are registered. Instead of athorpej
2000-11-11Restructure the PFIL_HOOKS mechanism a bit:thorpej
2000-08-22Fill in next mtu field of NEEDFRAG ICMP error message.sommerfeld
2000-08-09Resolve conflicts.veego
2000-08-01Slight adjustment to last, to allow the userland version to build.thorpej
2000-08-01- ipl_enable(): -1 is not an error return. If initializing IP Filterthorpej
2000-06-12Remove a duplicated check for the NetBSD callout (I think it is a mistakeveego
2000-06-12Resolve conflicts.veego
2000-05-23Resolve conflicts.veego
2000-05-21Add a missing ; at the end of a line.veego
2000-05-21Resolve conflicts.veego
2000-05-11Resolve conflicts and fix a compile error in ip_ftp_pxy.c.veego
2000-05-03Resolve conflicts.veego
2000-04-16remove ifdefs to skip htons() on some big-endian platforms.chs
2000-03-30Remove register declarations.augustss
2000-03-24Pull in <sys/callout.h> for the benefit of userland.thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-07Fix a splx() botch or two.mycroft
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
2000-02-20pass "struct pfil_head *" to pfil_add_hook and pfil_remove hook ratherdarrenr
2000-02-17Change the use of pfil hooks. There is no longer a single list of alldarrenr
2000-02-01Only print one 'IP Filter:' line when it gets enabled or disabled.veego
2000-02-01Resolve conflicts.veego
1999-12-12Resolve conflicts and small fixes.veego
1999-10-12in ipfr_fastroute, before calling icmp_error(), put received-interfacesommerfeld
1999-08-26clear m->m_pkthdr.rcvif before calling ip_output().itojun
1999-08-26when fastrouting a packet which needs fragmentation, the packet passedmarc
1999-02-02Remove SCCS markers and make these compile in $NetBSD$ IDs.cjs
1999-01-19There's just no plausible reason to byte-swap ip_id internally. It's opaque.mycroft
1998-11-25Fragments should start with a header mbuf allocated by MGETHDR()sommerfe
1998-11-22merge ipf 3.2.10mrg
1998-11-15fix the previous: "securelevel" in kernel onlydrochner
1998-11-14In 'highly secure' mode (securelevel >= 2), the filter lists may not be tampe...tls
1998-07-17Fix PR5559: if fast-forwarding, DF set, and packet too large, send ICMP error..sommerfe
1998-05-17Resolve conflictsveego
1997-11-14merge ip-filter 3.2.1mrg
1997-10-30sigh. merge ipfilter 3.2 onto the trunk. merge to the branch was a mistake.mrg
1997-09-21Resolve conflicts from the merge of ipf 3.2beta5.veego
1997-07-06The fingerprint of (*fr_checkp)() is the same if compiling in kernelthorpej