summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* restore the data of the ip header when extended udp header and data checksumume2001-10-221-0/+3
* Only examine inet addresses of the interface. This was broken in r1.83,jlemon2001-10-201-2/+4
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-174-13/+11
* bring in ARP support for variable length link level addressesfjoe2001-10-142-101/+157
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-094-11/+11
* Add a flag TF_LASTIDLE, that forces a previously idle connectionjayanth2001-10-052-1/+9
* Only allow users to see their own socket connections ifps2001-10-055-8/+23
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-056-119/+102
* in_ifinit apparently can be used to rewrite an ip address; recalculatejlemon2001-10-011-1/+5
* Fix a problem with unnumbered rules introduced in latest commit.luigi2001-10-011-3/+3
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* 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
OpenPOWER on IntegriCloud