summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Remove headers not needed.alfred2000-10-072-26/+0
* As we now may check the TCP header window field, make sure we pullupru2000-10-061-4/+4
* Added the missing ntohs() conversion when matching IP packet withru2000-10-031-1/+1
* If TCPDEBUG is defined, we could dereference a tp which was freed.jlemon2000-10-021-1/+1
* A bit of indentation reformatting.ru2000-10-021-33/+21
* Add new fields for more granularity:billf2000-10-021-4/+48
* Add new fields for more granularity:billf2000-10-021-1/+28
* Document that net.inet.ip.fw.one_pass only affects dummynet(4).ru2000-09-291-1/+1
* Use stronger random number generation for TCP_ISSINCR and tcp_iss.kris2000-09-293-3/+3
* Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp,bmilekic2000-09-252-4/+4
* Fixed the calculations with UDP header length field.ru2000-09-211-2/+2
* change the evaluation order of the rsvp socket in rsvp_input()kjc2000-09-171-31/+19
* Properly jail UDP sockets. This is quite a bit more tricky than TCP.phk2000-09-171-5/+19
* Reverse last commit, a better fix has been found.phk2000-09-171-8/+3
* Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2)phk2000-09-171-3/+8
* It is possible for a TCP callout to be removed from the timing wheel,jlemon2000-09-161-5/+5
* Add -Wmissing-prototypes.ru2000-09-152-5/+8
* m_cat() can free its second argument, so collect the checksum informationjlemon2000-09-141-1/+1
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-148-19/+6
* Fix screwup in previous commit.billf2000-09-121-1/+3
* Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets.archie2000-09-111-3/+2
* Forget to include sysctl.halfred2000-09-091-0/+1
* Accept filter maintainancealfred2000-09-061-83/+259
* 1. IP_FW_F_{UID,GID} are _not_ commands, they are extras. The sanity checkingbillf2000-09-061-2/+7
* Match IPPROTO_ICMP with IP protocol field of the original IPru2000-09-011-2/+2
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-017-26/+47
* Changed the way we handle outgoing ICMP error messages -- doru2000-09-011-12/+22
* Grab ADJUST_CHECKSUM() macro from alias_local.h.ru2000-08-311-17/+0
* Create aliasing links for incoming ICMP echo/timestamp requests.ru2000-08-312-47/+24
* Fixed the bug that div_bind() always returned zeroru2000-08-301-1/+1
* Backout the hack in rev 1.71, I am working on a better patchru2000-08-301-1/+0
* strtok -> strsep (no strtok allowed in libraries)ache2000-08-291-3/+6
* Apply appropriate patch.darrenr2000-08-291-0/+1
* Remove obsolete comment.archie2000-08-221-1/+0
* Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28.bde2000-08-191-1/+3
* repair endianness issue in IN_MULTICAST().itojun2000-08-151-2/+2
* Fixed PunchFW code segmentation violation bug.ru2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.ru2000-08-141-65/+18
* resolve conflictsdarrenr2000-08-139-91/+356
* - Do not modify Peer's Call ID in outgoing Incoming-Call-Connectedru2000-08-091-18/+25
* Adjust TCP checksum rather than compute it afresh.ru2000-08-071-4/+8
* Improve performance in the case where ip_output() returns an error.archie2000-08-031-0/+15
* Make netstat(1) to be aware of divert(4) sockets.ru2000-08-032-1/+91
* Change __FreeBSD_Version into the proper __FreeBSD_version.roberto2000-08-012-6/+6
* Add missing '0' to FreeBSD_version test: 50011 -> 500011ache2000-08-011-5/+5
* Nonexistent <sys/pfil.h> -> <net/pfil.h>ache2000-07-311-1/+1
* Whitespace only:sheldonh2000-07-311-4/+4
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-315-24/+69
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-268-3/+819
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-216-2/+64
OpenPOWER on IntegriCloud