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