summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporary feature: Runtime tuneable tcp initial sequence numbersilby2001-07-088-6/+77
* gif(4) and stf(4) modernization:brooks2001-07-023-52/+4
* While in there fixing a fragment logging bug, fix it so we logcjc2001-07-021-8/+11
* Backout CSRG revision 7.22 to this file (if in_losing notices anru2001-06-291-3/+2
* Fixed the brain-o in rev. 1.10: the logic check was reversed.ru2001-06-271-1/+1
* Bring in fix from NetBSD's revision 1.16:ru2001-06-261-1/+7
* Allow getcred sysctl to work in jailed root processes. Processes candwmalone2001-06-243-17/+35
* Replace bzero() of struct ip with explicit zeroing of structure members,jlemon2001-06-232-4/+12
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-236-6/+6
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-238-135/+122
* - Renumber KAME local ICMP types and NDP options numberes beacaues theysumikawa2001-06-211-6/+8
* made sure to use the correct sa_len for rtalloc().ume2001-06-202-4/+4
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-151-1/+9
* Fix a stack of KAME netinet6/in6.h warnings:peter2001-06-151-2/+4
* Sync with recent KAME.ume2001-06-1122-459/+697
* Make the default value of net.inet.ip.maxfragpackets andjesper2001-06-101-2/+3
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-082-2/+2
OpenPOWER on IntegriCloud