| Age | Commit message (Expand) | Author |
| 2002-03-22 | no need to check in_broadaddr/IN_MULTICAST in dropwithreset label. | itojun |
| 2002-03-22 | make sure we don't touch "ip" in IPv6 path | itojun |
| 2002-03-19 | Drop connections to the broadcast address. From BUGTRAQ. This is a security | christos |
| 2002-03-15 | have tcp6_drain | itojun |
| 2002-03-14 | Add MSS clamping to the IP Filter NAT subsystem. | martin |
| 2002-03-14 | Added (char *) for pointer arithmetic | martti |
| 2002-03-14 | Removed unused proxy file | martti |
| 2002-03-14 | Upgraded IPFilter to 3.4.25 | martti |
| 2002-03-12 | support tcp_log_refused for IPv6. From: Andrew Brown <atatat@atatdot.net> | itojun |
| 2002-03-11 | KNFify my last change. | martin |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2002-03-04 | The "gif*" tunnelling interface does everything ipip does. | sommerfeld |
| 2002-03-01 | In tcp_segsize(), move a label so that option length is considered | thorpej |
| 2002-03-01 | In in_savemkludge() and in_restoremkludge(), don't insert into a new | thorpej |
| 2002-02-28 | Enforce a lower bound of 32 for tcp_mssdflt. | martin |
| 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 | Sean amended his patch not to include the IFAFREE() | christos |
| 2002-02-21 | PR/15662: Sean Boudreau: make sure we clean all routes of an interface when | christos |
| 2002-02-21 | suppress source quence message, based on router-req RFC (also could be abused | itojun |
| 2002-02-07 | IFF_POINTTOPOINT interfaces can also transmit packets to broadcast | thorpej |
| 2002-02-06 | ip_mloopback(): process the delayed checksum on the copy, not | thorpej |
| 2002-01-31 | correct bad ip checksum on multicast loopback packet. PR14597 | itojun |
| 2002-01-24 | Fixed initialization | martti |
| 2002-01-24 | Re-sync with IPFilter | martti |
| 2002-01-24 | Upgraded IPFilter to 3.4.23 | martti |
| 2002-01-24 | Import IPFilter 3.4.23 | martti |
| 2002-01-24 | place NRL copyright notice itself, not a reference to it. | itojun |
| 2002-01-22 | make sure to check address family on route cache. with IPv4 mapped | itojun |
| 2002-01-08 | don't panic when there's no interface address exist for the specified multicast | itojun |
| 2001-12-21 | use radix table for inbound tunnel lookup (would increase performance | itojun |
| 2001-12-21 | whitespace. protect from multiple inclusion. sync with kame | itojun |
| 2001-12-21 | call rip_ctlinput on icmp4 inputs | itojun |
| 2001-12-21 | move protosw fragment for gif/stf to their own source code. | itojun |
| 2001-12-21 | have packed attribute to protocol structs. sync with kame | itojun |
| 2001-12-21 | have rip_ctlinput to notify routing changes to raw sockets | itojun |
| 2001-12-21 | comment and whitespace. sync with kame | itojun |
| 2001-12-21 | whitespace. sync with kame | itojun |
| 2001-12-07 | correct timing to increment icmp6 MIB variables. sync with kame | itojun |
| 2001-12-03 | Fix TCP segment size computation. From Rick Byersm, PR kern/14799. | jmcneill |
| 2001-11-28 | recompute hlen after calling pfil_run_hooks() in case ip_hl was changed. | darrenr |
| 2001-11-21 | update outgoing ifp, only if tunnel mode ipsec is used. this is to | itojun |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-07 | do not grab packet to joined multicast group, when ip6_dst and in6p_laddr | itojun |
| 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-11-04 | Keep only one mtu_table (the two were identical except for | matt |