summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add __FBSDID's to libaliasdillon2001-09-3010-21/+32
* Nuke unused (and incorrect) #define of INADDR_HMASK.jlemon2001-09-291-1/+0
* Make the INADDR_TO_IFP macro use the IP address hash lookup instead ofjlemon2001-09-291-1/+1
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-296-63/+113
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-295-11/+6
* Two main changes here:luigi2001-09-276-252/+333
* Remove unused (and duplicate) struct ip_opts which is never used,luigi2001-09-271-12/+0
* Include sys/proc.h for the definition of securelevel_ge().brooks2001-09-261-0/+1
* o Modify IPFW and DUMMYNET administrative setsockopt() calls to userwatson2001-09-262-5/+13
* Make faith loadable, unloadable, and clonable.brooks2001-09-254-28/+4
* Fix a null pointer dereference introduced in the last commit, plusluigi2001-09-241-6/+4
* Fixed the bug that prevented communication with FTP servers behindru2001-09-211-3/+4
* o Rename u_cansee() to cr_cansee(), making the name more comprehensiblerwatson2001-09-203-5/+5
* A bunch of minor changes to the code (see below) for readability, code sizeluigi2001-09-202-310/+339
* Fixed comment: ipip_input -> mroute_encapcheck.sumikawa2001-09-201-1/+1
* Removed ipip_input(). No codes calls it anymore due to ip_encap.c'ssumikawa2001-09-181-4/+0
* KSE Milestone 2julian2001-09-1213-95/+95
* Remove some un-needed code that was accidentally included injulian2001-09-071-15/+0
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-072-13/+4
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-063-4/+4
* Fix sysctl comment field, s/the the/then thealfred2001-09-041-1/+1
* Allow disabling of "arp moved" messages.alfred2001-09-031-6/+12
* I really hope this is the right answer.julian2001-09-031-1/+3
* Call ip_input() instead of ipip_input()julian2001-09-031-1/+8
* One caller of rip_input failed to be converted in the last commit.julian2001-09-031-1/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-0318-58/+58
* when newreno is turned on, if dupacks = 1 or dupacks = 2 andjayanth2001-08-292-0/+4
* When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESETjesper2001-08-271-1/+1
* the IP_FW_GET code in ip_fw_ctl() sizes a buffer to hold informationbillf2001-08-261-0/+3
* Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2dd2001-08-232-2/+2
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-228-178/+199
* Added TFTP support.ru2001-08-211-0/+9
* Close the "IRC DCC" security breach reported recently on Bugtraq.ru2001-08-211-0/+6
* Make the copyright consistent.brian2001-08-204-12/+0
* Handle snprintf() returning -1brian2001-08-201-3/+13
* Make the protoswitch definitiosn checkable in the same way thatjulian2001-08-101-15/+9
* mdoc(7) police:ru2001-08-071-4/+2
* When running aplication joined multicast address,ume2001-08-043-0/+51
* MFS: Avoid dropping fragments in the absence of an interface address.dcs2001-08-031-3/+5
* Fix a warning.peter2001-07-272-0/+4
* Patch up some style(9) stuff in tcp_new_isn()peter2001-07-272-22/+14
* s/OpemBSD/OpenBSD/peter2001-07-272-2/+2
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-265-33/+10
* Somewhat modernize ip_mroute.c:fenner2001-07-253-192/+160
* Avoid a NULL pointer derefence introduced in rev. 1.129.ru2001-07-231-24/+21
* Backout non-functional changes from revision 1.128.ru2001-07-191-13/+9
* Skip the route checking in the case of multicast packets with knowndcs2001-07-171-9/+22
* Backout damage to the INADDR_TO_IFP() macro in revision 1.7.ru2001-07-171-12/+5
* Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k.obrien2001-07-131-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
OpenPOWER on IntegriCloud