summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Minor fix to the MBUF_STRESS_TEST code so that it keepssilby2003-07-191-1/+1
* Add a comment above rip_ctloutput() documenting that the privilegerwatson2003-07-181-0/+10
* Drop Giant around syncache timer processing.hsu2003-07-171-1/+1
* Allow set 31 to be used for rules other than 65535.luigi2003-07-152-23/+28
* Unify the "send high" and "recover" variables as specified in thehsu2003-07-155-63/+83
* Implement comments embedded into ipfw2 instructions.luigi2003-07-121-1/+1
* Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, andluigi2003-07-081-17/+13
* Implement the 'ipsec' option to match packets coming out of an ipsec tunnel.luigi2003-07-041-0/+16
* Correct some comments, add opcode O_IPSEC to match packetsluigi2003-07-041-12/+17
* Remove a stale comment, fix indentation.luigi2003-06-281-8/+5
* whitespace fixluigi2003-06-281-1/+1
* remove unused file (ipfw2 is the default in RELENG_5 and above; the oldluigi2003-06-241-2259/+0
* Fix typo in a (commented out) debugging string.luigi2003-06-231-1/+1
* Remove whitespace at end of line.luigi2003-06-231-4/+4
* Add support for multiple values and ranges for the "iplen", "ipttl",luigi2003-06-221-12/+29
* Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error);silby2003-06-171-1/+1
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theru2003-06-131-0/+4
* Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argumentru2003-06-131-9/+3
* Clarify that original address and port when doing transparent proxyingru2003-06-131-5/+5
* Added myself to the AUTHORS section.ru2003-06-131-0/+2
* The .Fn functioncharnier2003-06-081-4/+6
* When setting fragment queue pointers to NULL, or comparing them withrwatson2003-06-061-3/+3
* Compensate for decreasing the minimum retransmit timeout.hsu2003-06-041-2/+2
* Change handling to support strong alignment architectures such as alpha andticso2003-06-043-11/+40
* Account for packets processed at layer-2 (i.e. net.link.ether.ipfw=1).kbyanc2003-06-021-3/+6
* A new API function PacketAliasRedirectDynamic() can be usedru2003-06-013-1/+36
* Make the PacketAliasSetAddress() function call optional. If itru2003-06-012-11/+18
* Remove unused variables.phk2003-06-011-15/+3
* Add /* FALLTHROUGH */phk2003-05-312-0/+2
* Don't generate an ip_id for packets with the DF bit set; ip_id iswollman2003-05-311-4/+17
* Correct a bug introduced with reduced TCP state handling; makerwatson2003-05-075-9/+39
* Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-datarwatson2003-05-061-5/+2
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.mdodd2003-04-291-0/+1
* IP_RECVTTL socket option.mdodd2003-04-294-1/+20
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Explicitly declare 'int' parameters.obrien2003-04-212-0/+2
* style.Makefile(5)obrien2003-04-201-7/+6
* Rename MBUF_FRAG_TEST to MBUF_STRESS_TEST as it will be extendedsilby2003-04-121-3/+3
* Remove a potential panic condition introduced by reduced TCP waitrwatson2003-04-102-10/+30
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-084-6/+4
* Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage.des2003-04-041-7/+6
* Back out support for RFC3514.mdodd2003-04-026-49/+1
* - Use the correct constant define.mdodd2003-04-021-2/+3
* Sync constant define with NetBSD.mdodd2003-04-023-6/+7
* Observe conservation of packets when entering Fast Recovery whilehsu2003-04-013-6/+43
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-016-1/+47
* Fix indentation.maxim2003-03-271-2/+2
* o Protect set_fs_param() by splimp(9).maxim2003-03-272-8/+18
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-261-1/+4
* Try to make the MBUF_FRAG_TEST code work better.mux2003-03-251-12/+10
OpenPOWER on IntegriCloud