summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2000-11-24IFA_STATS stability (not complete); don't touch ip if it is NULL.itojun
2000-11-12Due to a quirk (err, bug?) in IP Filter (mbuf freed without setting *mpthorpej
2000-11-12Oops, the mbuf may have been freed -- do a NULL check in the wrapper.thorpej
2000-11-11Actually, our local ip_off variable isn't needed.thorpej
2000-11-11Restructure the PFIL_HOOKS mechanism a bit:thorpej
2000-11-08Update for hashinit() change.ad
2000-11-06fix IPv4 TTL selection with AF_INET6 API. sync with kame. From: jdcitojun
2000-11-05First Prototype implementation of network interface part for IEEE1394 (if_fw).onoe
2000-10-29cleanup tcp_dropitojun
2000-10-29process IPv4 tcp RST packet right. reported by thorpej.itojun
2000-10-23fix IFA_STATS.itojun
2000-10-20Mark packets from gre as coming from appropriate gre interface, notmjl
2000-10-19remove #ifdef TCP6. it is not likely for us to bring in sys/netinet6/tcp6*.citojun
2000-10-19memcpy -> bcopy, for sync with kame treeitojun
2000-10-18verify ICMPv6 too big messages based on TCP pcbs, and/or IPsec SA.itojun
2000-10-18s/mtudisc_callback/icmp_&/ so that we don't feel conflict between IPv4 anditojun
2000-10-18count successful path MTU changes. good for debugging.itojun
2000-10-18Restructure the Path MTU Discovery code somewhat to avoidthorpej
2000-10-18move tcp syn cache parameters from in_proto.c to tcp_subr.c.itojun
2000-10-17allow INET6-less build.itojun
2000-10-17be more friendly with INET-less build.itojun
2000-10-17Add an IP_MTUDISC flag to the flags that can be passed tothorpej
2000-10-13validate mbuf chain length on *_ctlinput. remote node may be able toitojun
2000-10-13make sure we don't share external mbuf between m and mcopy, in ip_forward().itojun
2000-10-10sync with kame ($KAME$)itojun
2000-10-08ipfilter currently supports IPv4 only. do not try to touch non-IPv4itojun
2000-10-08- Keep track of allhost multicast address record we joined intoenami
2000-10-08implement multicast kludge table for IPv4.itojun
2000-10-06Cosmetic changes to previous commit; indent break statement sanely.enami
2000-10-06Just call matching purgeif/pcbpurgeif routine for the protocol family.enami
2000-10-06remove obsolete handling code for SIOCSIFPHY*. they are now in ifioctl().itojun
2000-10-02fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.itojun
2000-09-19for t_template, allocate mbuf cluster only if really necessary.itojun
2000-08-30minor typo. s/iPsec/IPsec/itojun
2000-08-28#define<tab> cleanup.simonb
2000-08-26make sure anonport{min,max} is not negative numberitojun
2000-08-25Add new sysctl variables "net.inet.ip.lowportmin" andtron
2000-08-25Add bpf tap to gre interface.mjl
2000-08-22Fill in next mtu field of NEEDFRAG ICMP error message.sommerfeld
2000-08-15net.inet.tcp.rstratelimit is deprecated. make it invalid and returnitojun
2000-08-15Add kernel counters for arp events, displayable with netstat -s -f arpjhawk
2000-08-12Put # endif directive after the right (i.e., matching) close braceenami
2000-08-12Apply fix from IWAMOTO Toshihiro in pr#10813:veego
2000-08-12Protect a IPLLOG with ifdef IPFILTER_LOG. Patch from Darren Reed.veego
2000-08-09Resolve conflicts.veego
2000-08-03clearifications in icmp6 node query support.itojun
2000-08-03correct typo in #define. ICMP6_NI_SUCESS -> SUCCESS (notice missing C).itojun
2000-08-02inhibit error code from rtinit(). this happens when we try to assignitojun
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