summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fil.c
AgeCommit message (Expand)Author
2003-08-22correct missing inclusion of opt_ipsec.hitojun
2003-08-15Fix return-rst for IPv6 (PR#22157 by Peter Postma).martti
2003-06-30remove IPv4 hook if IPv6 hook fails (seems to be cut-and-paste error).itojun
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-26tabifyitojun
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2002-12-11Always recompute the IP checksum, otherwise fast-routed packets thatatatat
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-19Resync with official IPFmartti
2002-09-19Upgraded IPFilter to 3.4.29martti
2002-09-07Make usr.sbin/ipf/ipftest compiles again.enami
2002-09-06The device switch ``ipl_cdevsw'' is defined after 1.6H.gehenna
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-06-09whitespaceitojun
2002-05-29attach nd_ifinfo structure into if_afdata.itojun
2002-05-02Fix compilation problemsmartti
2002-05-02Upgraded IPFilter to 3.4.27martti
2002-03-14Added (char *) for pointer arithmeticmartti
2002-03-14Upgraded IPFilter to 3.4.25martti
2002-01-24Fixed initializationmartti
2002-01-24Re-sync with IPFiltermartti
2002-01-24Upgraded IPFilter to 3.4.23martti
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