summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2001-06-25No need to double-clear the mbuf flags and tags.Angelos D. Keromytis
2001-06-25remove inlines they are plain wrongMichael Shalayeff
2001-06-25Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.Federico G. Schwindt
2001-06-25do not drop unsupported protocol. default to pass. needs to be configurableNiels Provos
2001-06-25Some KNF, do not have a char fiel between pointers, it createsNiklas Hallqvist
2001-06-25use only ioctl return values found in errno.hDaniel Hartmeier
2001-06-24do not refer uninitialized varJun-ichiro itojun Hagino
2001-06-24printf string fixJun-ichiro itojun Hagino
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-24- redefine vlan_input_tag to take mbuf * and tag onlyJason Wright
2001-06-24Use pool for state, tree, nat, rdr, etc.Artur Grabowski
2001-06-24Use ETHER_IS_MULTICAST macro; jason@ ok.Federico G. Schwindt
2001-06-24more cleaningTheo de Raadt
2001-06-24pack structures better; dhartmei okTheo de Raadt
2001-06-24REGENTS? ;)Daniel Hartmeier
2001-06-24REGENTS? ;)Daniel Hartmeier
2001-06-24PACKETFILTER_H now PFVAR_H. thanks smartKjell Wooding
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-24pf mods for bridge; not yet testedJason Wright
2001-06-24Initial import of pf, an all-new ipf-compatable packet filter.Kjell Wooding
2001-06-23Ok, when cards with vlan hw tagging are used in bridged configurationsJason Wright
2001-06-23Add ether_input_mbuf to help us remove the ether_header fromFederico G. Schwindt
2001-06-23merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in...Theo de Raadt
2001-06-23UDP/IP/TCP packets that hit a bridge and need hardware checksummingAngelos D. Keromytis
2001-06-23Remember to compute IP/TCP/UDP checksum if we're going to broadcast onAngelos D. Keromytis
2001-06-23Check for bridge loops.Angelos D. Keromytis
2001-06-23Use standard defined macros to access inner ifnet data structure members.Aaron Campbell
2001-06-22KNFTheo de Raadt
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-06-14drop multicast packet from myself, if the interface is !IFF_SIMPLEX.Jun-ichiro itojun Hagino
2001-06-12one less setuid program (use an ioctl like pppstats)Theo de Raadt
2001-06-11sync w/ netbsdMichael Shalayeff
2001-06-09Not needed anymore.Angelos D. Keromytis
2001-06-09Include cleanup.Angelos D. Keromytis
2001-06-09Include cleanupAngelos D. Keromytis
2001-06-09These don't need net_osdep.hAngelos D. Keromytis
2001-06-09Whitespace cleanup.Angelos D. Keromytis
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
2001-06-08Only delete/modify flows with the IPSP_POLICY_STATIC flag if the appropriateAngelos D. Keromytis
2001-06-08Flag field for flows.Angelos D. Keromytis
2001-06-08Unneeded, ok itojun@Angelos D. Keromytis
2001-06-08Move ifpromisc() from bpf.c to if.c, include cleanup.Angelos D. Keromytis