summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* #if out unsupported IMP code.wollman1996-02-081-1/+3
* Provide a direct entry point for IP input. This actually resultswollman1996-02-052-26/+34
* Fill in the corresponding ether address of multicast and broadcastwollman1996-02-051-1/+17
* Make the sorting of IPFW rules an option. You don't want it to sort them.phk1996-02-031-1/+3
* Fix a bug related to the interworking of T/TCP and window scaling:olah1996-01-312-12/+38
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-305-11/+11
* The last part of the ether_sprint -> %6D change.phk1996-01-261-2/+1
* Use new printf features rather than local kludges.phk1996-01-241-5/+5
* First piece of fixing ppp/proxy arp problem:fenner1996-01-231-2/+28
* remove tcp_lastport - it has not been used for quite a while (at leastpeter1996-01-191-2/+1
* Change the default local address range for IP from 1024 through 5000peter1996-01-192-5/+33
* Add definitions for ICMP router discovery.fenner1996-01-191-1/+20
* Be more conservative when T/TCP extensions are disabled. In particular,olah1996-01-171-1/+14
* Fix logic bug (!= should be ==) in recent P2P/multicast kludge.dg1996-01-091-2/+2
* Fix a bug where having a process listening to both a INADDR_ANY and aguido1996-01-081-2/+8
* Finally demolished the last, tottering remnants of GATEWAY. If you wantwollman1996-01-051-14/+3
* Reverse the modification which caused the annoying m_copydata crash: setolah1996-01-041-1/+5
* Try to make multicast routing work correctly over point-to-pointwollman1996-01-031-1/+8
* Remove some bogus externs.dg1995-12-291-4/+1
* If _IP_VHL is defined, declare a single ip_vhl member in struct ip ratherwollman1995-12-211-1/+5
* Delete old-style-broadcast-address compatibility cruft in IP input path.wollman1995-12-211-3/+3
* in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-202-26/+27
* Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it.wollman1995-12-201-15/+8
* Fix a nagging divide-by-zero error resulting from the MTU discovery codewollman1995-12-202-4/+40
* Added a comment about why trying to make a one-behind cache forwollman1995-12-191-1/+18
* Actually call in_rtqdrain()as was originally intended.wollman1995-12-193-8/+7
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-166-16/+19
* Added a prototype.bde1995-12-161-1/+2
* Another mega commit to staticize things.phk1995-12-148-26/+26
* Staticize.phk1995-12-093-16/+17
* Remove old ballast, clean up a little bit, staticize.phk1995-12-092-73/+69
* Added a conditionalized printf for debugging MTU discovery.wollman1995-12-081-2/+6
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-064-9/+4
* Added explicit include of <sys/queue.h>. Currently, some things onlybde1995-12-051-1/+3
* Path MTU Discovery is now standard.wollman1995-12-058-41/+37
* all:dg1995-12-051-1/+4
* Completed function declarations and/or added prototypes.bde1995-12-027-10/+62
* fix #includes & warnings.phk1995-11-202-35/+4
* Fixed the type of a function pointer.bde1995-11-181-3/+3
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-162-4/+4
* New style sysctl & staticize alot of stuff.phk1995-11-1430-357/+243
* Start adding new style sysctl here too.phk1995-11-098-13/+74
* Cosmetic changes to processing of segments in the SYN_SENT state:olah1995-11-032-20/+20
* Setting the TF_ACKNOW flag was redundant in the REXMT timeout becauseolah1995-11-031-5/+1
* Fix a logical error in T/TCP: when we actively open a connection, weolah1995-11-033-12/+25
* Instrument the IP input queue with two new read-only MIB entries:wollman1995-11-012-3/+12
* Start the 2MSL timer when the socket is closed and the TCP connection isolah1995-10-291-2/+6
* Second batch of cleanup changes.phk1995-10-295-16/+7
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+12
* Support all the tcpflag options in firewall.ugen1995-10-231-14/+43
OpenPOWER on IntegriCloud