summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabledYoshinobu Inoue2000-02-091-4/+13
* Fix a (mostly harmless) scheduling-in-the-past problem withLuigi Rizzo2000-02-041-6/+6
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were bothArchie Cobbs2000-02-021-1/+1
* Mention what PKT_ALIAS_PROXY_ONLY does.Brian Somers2000-02-021-1/+6
* Sorry in this just befor code freeze commit.Yoshinobu Inoue2000-01-292-12/+67
* Mitigate the stream.c attacksWarner Losh2000-01-283-33/+65
* Avoid m_len and m_pkthdr.len inconsistency when changing m_lenYoshinobu Inoue2000-01-252-0/+4
* Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is usedYoshinobu Inoue2000-01-252-16/+10
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+2
* Fixed the problem that IPsec connection hangs when bigger data is sent.Yoshinobu Inoue2000-01-155-0/+15
* Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond().Yoshinobu Inoue2000-01-152-2/+2
* Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().Yoshinobu Inoue2000-01-152-4/+4
* add forward declarations, and small cosmetic changes.Yoshinobu Inoue2000-01-151-2/+7
* Apply patches in rev 1.2 and 1.9 that I forgotGuido van Rooij2000-01-141-2/+3
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
* Bring over ipfilter kernel sources, including merging the local modifications.Guido van Rooij2000-01-1315-224/+429
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-131-9/+9
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()Yoshinobu Inoue2000-01-132-2/+8
* add a comment for some possible? IPv4 option processing.Yoshinobu Inoue2000-01-132-0/+2
* removed incorrect ip6 length setting for IPv6 tcp reset packet.Yoshinobu Inoue2000-01-132-2/+0
* MGETHDR() does not initialize m_pkthdr.rcvif, do it here.Ruslan Ermilov2000-01-101-0/+1
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-0912-726/+2870
* enable IPsec over DUMMYNET againYoshinobu Inoue2000-01-091-17/+14
* prevent kernel panic which happens when either of IPSEC and IPDIVERTYoshinobu Inoue2000-01-081-1/+1
* Add ipfw hooks for the new dummynet features.Luigi Rizzo2000-01-082-69/+99
* Cleanup dummynet call interface so it should now work on the AlphaLuigi Rizzo2000-01-081-5/+7
* Implement per-flow queueing. Using a single pipe config rule,Luigi Rizzo2000-01-082-404/+763
* KERNEL -> _KERNELEivind Eklund2000-01-055-5/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2920-34/+34
* Make tcp_drain() actually do something. When invoked (usually as aMike Smith1999-12-282-0/+58
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-2227-93/+1121
* Change incorrect NULLs to 0sEivind Eklund1999-12-212-6/+6
* The ipfilter module name wasn't exactly conventional..Peter Wemm1999-12-201-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-192-2/+2
* Use SEQ_* macros for comparing sequence space numbers.Jonathan Lemon1999-12-142-4/+4
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itYoshinobu Inoue1999-12-132-5/+0
* According to RFC 793, a reset should be honored if the sequence numberJonathan Lemon1999-12-112-14/+12
* Fix a '&&' that should have been a '&'.Archie Cobbs1999-12-101-1/+1
* Fix several typos.Archie Cobbs1999-12-091-17/+17
* Make this buildable with MROUTING defined.Yoshinobu Inoue1999-12-081-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-0714-66/+707
* Last minute patch that I forgot to apply: check return code of iplattach()Guido van Rooij1999-12-061-0/+2
* Revive mlfk_ipl here. This version is slightly changed fromGuido van Rooij1999-12-066-12/+181
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):Archie Cobbs1999-12-066-191/+234
* Change the delayed ack time from 200ms to 100ms.Jonathan Lemon1999-12-021-1/+1
* RTFREE the correct route entry in dummynet_io(). The previousLuigi Rizzo1999-11-261-3/+3
* Get rid of useless osreldate include for KLD/LKM modules (sys/param.hGuido van Rooij1999-11-231-2/+0
* Add kernel parts of revived ipfilter (3.3.3.)Guido van Rooij1999-11-2319-0/+10805
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-227-29/+225
* Fix a warning and a potential panic if TCPDEBUG is active. (tp isPeter Wemm1999-11-181-0/+2