Age | Commit message (Expand) | Author |
2001-06-25 | No need to double-clear the mbuf flags and tags. | Angelos D. Keromytis |
2001-06-25 | remove inlines they are plain wrong | Michael Shalayeff |
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt |
2001-06-25 | do not drop unsupported protocol. default to pass. needs to be configurable | Niels Provos |
2001-06-25 | Some KNF, do not have a char fiel between pointers, it creates | Niklas Hallqvist |
2001-06-25 | use only ioctl return values found in errno.h | Daniel Hartmeier |
2001-06-24 | do not refer uninitialized var | Jun-ichiro itojun Hagino |
2001-06-24 | printf string fix | Jun-ichiro itojun Hagino |
2001-06-24 | remove assumption that protocol header follows the ip header. | Jun-ichiro itojun Hagino |
2001-06-24 | rename ioctlbuffer to pfioc. | Artur Grabowski |
2001-06-24 | u_long/u_short and memcpy/memset changes | Daniel Hartmeier |
2001-06-24 | fix error returns from open and close | Artur Grabowski |
2001-06-24 | more attempts at cleanup | Theo de Raadt |
2001-06-24 | - redefine vlan_input_tag to take mbuf * and tag only | Jason Wright |
2001-06-24 | Use pool for state, tree, nat, rdr, etc. | Artur Grabowski |
2001-06-24 | Use ETHER_IS_MULTICAST macro; jason@ ok. | Federico G. Schwindt |
2001-06-24 | more cleaning | Theo de Raadt |
2001-06-24 | pack structures better; dhartmei ok | Theo de Raadt |
2001-06-24 | REGENTS? ;) | Daniel Hartmeier |
2001-06-24 | REGENTS? ;) | Daniel Hartmeier |
2001-06-24 | PACKETFILTER_H now PFVAR_H. thanks smart | Kjell Wooding |
2001-06-24 | on pull_hdr(), check short m->m_pkthdr.len. fix mesasge (it's not the first | Jun-ichiro itojun Hagino |
2001-06-24 | backout m_copydata portion. NAT code assumes that they can touch the mbuf | Jun-ichiro itojun Hagino |
2001-06-24 | pull_hdr() now takes header offset explicitly, to help header chain parsing | Jun-ichiro itojun Hagino |
2001-06-24 | drop if packet is too short | Jun-ichiro itojun Hagino |
2001-06-24 | check M_PKTHDR (DIAGNOSTIC) | Jun-ichiro itojun Hagino |
2001-06-24 | pf mods for bridge; not yet tested | Jason Wright |
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding |
2001-06-23 | Ok, when cards with vlan hw tagging are used in bridged configurations | Jason Wright |
2001-06-23 | Add ether_input_mbuf to help us remove the ether_header from | Federico G. Schwindt |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in... | Theo de Raadt |
2001-06-23 | UDP/IP/TCP packets that hit a bridge and need hardware checksumming | Angelos D. Keromytis |
2001-06-23 | Remember to compute IP/TCP/UDP checksum if we're going to broadcast on | Angelos D. Keromytis |
2001-06-23 | Check for bridge loops. | Angelos D. Keromytis |
2001-06-23 | Use standard defined macros to access inner ifnet data structure members. | Aaron Campbell |
2001-06-22 | KNF | Theo de Raadt |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-06-14 | drop multicast packet from myself, if the interface is !IFF_SIMPLEX. | Jun-ichiro itojun Hagino |
2001-06-12 | one less setuid program (use an ioctl like pppstats) | Theo de Raadt |
2001-06-11 | sync w/ netbsd | Michael Shalayeff |
2001-06-09 | Not needed anymore. | Angelos D. Keromytis |
2001-06-09 | Include cleanup. | Angelos D. Keromytis |
2001-06-09 | Include cleanup | Angelos D. Keromytis |
2001-06-09 | These don't need net_osdep.h | Angelos D. Keromytis |
2001-06-09 | Whitespace cleanup. | Angelos D. Keromytis |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis |
2001-06-08 | Only delete/modify flows with the IPSP_POLICY_STATIC flag if the appropriate | Angelos D. Keromytis |
2001-06-08 | Flag field for flows. | Angelos D. Keromytis |
2001-06-08 | Unneeded, ok itojun@ | Angelos D. Keromytis |
2001-06-08 | Move ifpromisc() from bpf.c to if.c, include cleanup. | Angelos D. Keromytis |