summaryrefslogtreecommitdiff
path: root/sys/net/pf.c
AgeCommit message (Expand)Author
2001-06-24remove assumption that protocol header follows the ip header.Jun-ichiro itojun Hagino
2001-06-24rename ioctlbuffer to pfioc.Artur Grabowski
2001-06-24u_long/u_short and memcpy/memset changesDaniel Hartmeier
2001-06-24fix error returns from open and closeArtur Grabowski
2001-06-24more attempts at cleanupTheo de Raadt
2001-06-24Use pool for state, tree, nat, rdr, etc.Artur Grabowski
2001-06-24more cleaningTheo de Raadt
2001-06-24pack structures better; dhartmei okTheo de Raadt
2001-06-24REGENTS? ;)Daniel Hartmeier
2001-06-24on pull_hdr(), check short m->m_pkthdr.len. fix mesasge (it's not the firstJun-ichiro itojun Hagino
2001-06-24backout m_copydata portion. NAT code assumes that they can touch the mbufJun-ichiro itojun Hagino
2001-06-24pull_hdr() now takes header offset explicitly, to help header chain parsingJun-ichiro itojun Hagino
2001-06-24drop if packet is too shortJun-ichiro itojun Hagino
2001-06-24check M_PKTHDR (DIAGNOSTIC)Jun-ichiro itojun Hagino
2001-06-24Initial import of pf, an all-new ipf-compatable packet filter.Kjell Wooding