summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix parens in m_pullup() line in arp handling code. The code wasdillon2000-03-231-1/+1
* in6_pcb.c:green2000-03-221-1/+2
* o Replace most magic numbers related to token ring with #defineslile2000-03-191-30/+31
* Make _FindLinkIn() static and only define GetDestPort whenbrian2000-03-191-2/+4
* Fix reporting of src and dst IP addresses for ICMP and generic IP packets.ru2000-03-141-5/+6
* Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security.shin2000-03-111-1/+12
* IPv6 6to4 support.shin2000-03-113-3/+44
* The function arpintr() incorrectly checks m->m_len to detect incompleterwatson2000-03-111-13/+36
* Initialize mbuf pointer at getting ipsec policy.shin2000-03-091-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
* Fix panic when doing keep-state and "forward".luigi2000-02-291-69/+68
* Limit the maximum permissible TCP window size to 65535 octets ifps2000-02-282-2/+8
* -it do, among other things, clear out anyalfred2000-02-281-1/+1
* Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,guido2000-02-232-13/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-133-20/+3
* Forgot one line: don't try to match flags when looking for a flow.luigi2000-02-111-0/+1
* Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefineguido2000-02-1018-8/+29
* Forbid include of soem inet6 header files from wrong placeshin2000-02-103-0/+6
* Move definition of fw_enable from ip_fw.c to ip_input.cluigi2000-02-102-1/+1
* Whoops... forgot braces in a conditionalluigi2000-02-101-6/+7
* Support the net.inet.ip.fw.enable variable, part ofluigi2000-02-102-3/+3
* Support for stateful (dynamic) ipfw rules. They are veryluigi2000-02-104-65/+525
* Bring over ipfilter v3_3_8 kernel sources, including merging theguido2000-02-0920-93/+108
* Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabledshin2000-02-091-4/+13
* Fix a (mostly harmless) scheduling-in-the-past problem withluigi2000-02-041-6/+6
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were botharchie2000-02-021-1/+1
* Mention what PKT_ALIAS_PROXY_ONLY does.brian2000-02-021-1/+6
* Sorry in this just befor code freeze commit.shin2000-01-292-12/+67
* Mitigate the stream.c attacksimp2000-01-283-33/+65
* Avoid m_len and m_pkthdr.len inconsistency when changing m_lenshin2000-01-252-0/+4
* Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is usedshin2000-01-252-16/+10
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+2
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-155-0/+15
* Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond().shin2000-01-152-2/+2
* Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().shin2000-01-152-4/+4
* add forward declarations, and small cosmetic changes.shin2000-01-151-2/+7
* Apply patches in rev 1.2 and 1.9 that I forgotguido2000-01-141-2/+3
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
* Bring over ipfilter kernel sources, including merging the local modifications.guido2000-01-1315-224/+429
* Change struct sockaddr_storage member name, because following changeshin2000-01-131-9/+9
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()shin2000-01-132-2/+8
* add a comment for some possible? IPv4 option processing.shin2000-01-132-0/+2
* removed incorrect ip6 length setting for IPv6 tcp reset packet.shin2000-01-132-2/+0
* MGETHDR() does not initialize m_pkthdr.rcvif, do it here.ru2000-01-101-0/+1
* tcp updates to support IPv6.shin2000-01-0912-730/+2874
* enable IPsec over DUMMYNET againshin2000-01-091-17/+14
* prevent kernel panic which happens when either of IPSEC and IPDIVERTshin2000-01-081-1/+1
* Add ipfw hooks for the new dummynet features.luigi2000-01-082-69/+99
* Cleanup dummynet call interface so it should now work on the Alphaluigi2000-01-081-5/+7
* Implement per-flow queueing. Using a single pipe config rule,luigi2000-01-082-406/+765
OpenPOWER on IntegriCloud