| Age | Commit message (Expand) | Author |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-11-12 | remove all entries in rt timer queue on ip_mtudisc change, instead of | itojun |
| 2002-11-12 | ckout previous - doesn't compile | itojun |
| 2002-11-12 | update ip_mtudisc sysctl change handling. | itojun |
| 2002-11-10 | always create pmtud timeout queue, as ip_mtudisc can be tweaked via | itojun |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-09-23 | revert mtudisc_timeout value to the old one if update falis | itojun |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |
| 2002-06-13 | set IPv4 parameter to modern value. | itojun |
| 2002-06-09 | whitespace | itojun |
| 2002-06-07 | look at rmx_mtu on IPsec tunnel MTU computation. | itojun |
| 2002-05-12 | Eliminate commons. | matt |
| 2002-05-12 | Spelling fixes, from Sergey Svishchev in kern/16650. | wiz |
| 2002-05-07 | Change struct ipqe to use TAILQ's instead of LIST's (primarily for TCP's | matt |
| 2002-04-18 | Change test for M_EXT to M_READONLY for MROUTING. We only need to to do | matt |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-02-25 | correctly enforce ipsec policy check on forwarding case. | itojun |
| 2002-02-24 | Clear M_BCAST and M_MCAST on outgoing mbufs. | martin |
| 2002-02-21 | suppress source quence message, based on router-req RFC (also could be abused | itojun |
| 2001-11-28 | recompute hlen after calling pfil_run_hooks() in case ip_hl was changed. | darrenr |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-04 | Convert netinet to not use the internal <sys/queue.h> field names | matt |
| 2001-11-04 | Change a few variable/tables to const since they are read-only. | matt |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-08-06 | cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, | itojun |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-05-21 | fix spelo in comment | lukem |
| 2001-04-16 | give a default value to net.inet.ip.maxfragpackets, to protect us from | itojun |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-03-27 | net.inet.ip.maxfragpackets defines the maximum size of ip reass queue | itojun |
| 2001-03-02 | increase ipstat.ips_badaddr if the packet fails to pass address checks. | itojun |
| 2001-03-02 | reject packets with 127/8 on IPv4 src/dst, they must not appear on wire | itojun |
| 2001-03-01 | make sure to enforce inbound ipsec policy checking, for any protocols on top | itojun |
| 2001-01-24 | - record IPsec packet history into m_aux structure. | itojun |
| 2000-12-28 | Back out the sledgehammer damage applied by wiz while I was out for | thorpej |
| 2000-12-25 | Back out previous change. It causes NAT to fail, and was CLEARLY | wiz |
| 2000-12-22 | Slight adjustment to how pfil_head's are registered. Instead of a | thorpej |
| 2000-12-14 | Add ALTQ glue. XXX Temporary until ALTQ is changed to use a pfil hook. | thorpej |
| 2000-11-24 | IFA_STATS stability (not complete); don't touch ip if it is NULL. | itojun |
| 2000-11-11 | Restructure the PFIL_HOOKS mechanism a bit: | thorpej |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-10-13 | make sure we don't share external mbuf between m and mcopy, in ip_forward(). | itojun |
| 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-07-06 | remove unnecessary #include <netkey/key_debug.h>. from kame. | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |