Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardised | 2020-01-26 | 1 | -1/+2 | |
| | | | | in RFC8622; ok job@ | ||||
* | fix typo in previous commit. | 2017-08-08 | 1 | -2/+2 | |
| | |||||
* | Increase the limit of the IP protocol queues from 256 to 2048 mbufs. | 2017-08-08 | 1 | -1/+5 | |
| | | | | | | The interface congestion algorithm kills performance at this place, with the large queues it never triggers. OK mpi@ claudio@ | ||||
* | Stop using old n_time, n_long and n_short types in netinet headers. | 2014-07-13 | 1 | -3/+3 | |
| | | | | ok deraadt@, naddy@ | ||||
* | Includes a router altert option (RAO) in IGMP packets. Without this | 2014-05-12 | 1 | -1/+2 | |
| | | | | | | | option, required by the RFC2236, some L3 switches do not examine the packets. Based on FreeBSD's r14622 via Florian Riehm on tech@. ok bluhm@, jca@ | ||||
* | ippseudo is kernel-only; checked in ports by sthen | 2013-10-24 | 1 | -1/+4 | |
| | |||||
* | Define the common DiffServ Codepoints so pf(4) can use them. | 2009-07-27 | 1 | -3/+28 | |
| | | | | Agreed by mcbride@, sthen@ and henning@ | ||||
* | use underscore variants of _BYTE_ORDER macros which are always defined | 2006-04-27 | 1 | -5/+5 | |
| | | | | ok deraadt millert | ||||
* | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | 2005-12-10 | 1 | -5/+5 | |
| | | | | so we must start to use u_int; ok cloder | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | fix typo; Patrick Latifi | 2003-04-24 | 1 | -2/+2 | |
| | |||||
* | bring in ECN support from KAME. | 2002-05-16 | 1 | -2/+12 | |
| | | | | | | | | | | | | it consists of - ECN support in TCP - tunnel-egress and fragment reassembly rules in layer-3 not to lose congestion info at tunnel-egress and fragment reassembly to enable ECN in TCP, build a kernel with TCP_ECN, and then, turn it on by "sysctl -w net.inet.tcp.ecn=1". ok deraadt@ | ||||
* | Inclusion protection. | 2001-06-09 | 1 | -1/+5 | |
| | |||||
* | bring in KAME IPv6 code, dated 19991208. | 1999-12-08 | 1 | -1/+6 | |
| | | | | | | | | | replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | ||||
* | Added support for TCP MD5 option (RFC 2385). | 1999-07-06 | 1 | -1/+14 | |
| | |||||
* | OpenBSD tags + some prototyping police | 1997-02-24 | 1 | -0/+1 | |
| | |||||
* | Make ip_len and ip_off unsigned values; don't transmit or accept packets | 1997-01-26 | 1 | -6/+2 | |
| | | | | larger than the maximum IP packet size. From NetBSD. | ||||
* | Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772 | 1996-10-18 | 1 | -0/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+171 | |