| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke unused (and incorrect) #define of INADDR_HMASK. | jlemon | 2001-09-29 | 1 | -1/+0 |
* | Make the INADDR_TO_IFP macro use the IP address hash lookup instead of | jlemon | 2001-09-29 | 1 | -1/+1 |
* | Add a hash table that contains the list of internet addresses, and use | jlemon | 2001-09-29 | 6 | -63/+113 |
* | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | jlemon | 2001-09-29 | 5 | -11/+6 |
* | Two main changes here: | luigi | 2001-09-27 | 6 | -252/+333 |
* | Remove unused (and duplicate) struct ip_opts which is never used, | luigi | 2001-09-27 | 1 | -12/+0 |
* | Include sys/proc.h for the definition of securelevel_ge(). | brooks | 2001-09-26 | 1 | -0/+1 |
* | o Modify IPFW and DUMMYNET administrative setsockopt() calls to use | rwatson | 2001-09-26 | 2 | -5/+13 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 4 | -28/+4 |
* | Fix a null pointer dereference introduced in the last commit, plus | luigi | 2001-09-24 | 1 | -6/+4 |
* | Fixed the bug that prevented communication with FTP servers behind | ru | 2001-09-21 | 1 | -3/+4 |
* | o Rename u_cansee() to cr_cansee(), making the name more comprehensible | rwatson | 2001-09-20 | 3 | -5/+5 |
* | A bunch of minor changes to the code (see below) for readability, code size | luigi | 2001-09-20 | 2 | -310/+339 |
* | Fixed comment: ipip_input -> mroute_encapcheck. | sumikawa | 2001-09-20 | 1 | -1/+1 |
* | Removed ipip_input(). No codes calls it anymore due to ip_encap.c's | sumikawa | 2001-09-18 | 1 | -4/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 13 | -95/+95 |
* | Remove some un-needed code that was accidentally included in | julian | 2001-09-07 | 1 | -15/+0 |
* | Patches from KAME to remove usage of Varargs in existing | julian | 2001-09-07 | 2 | -13/+4 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 3 | -4/+4 |
* | Fix sysctl comment field, s/the the/then the | alfred | 2001-09-04 | 1 | -1/+1 |
* | Allow disabling of "arp moved" messages. | alfred | 2001-09-03 | 1 | -6/+12 |
* | I really hope this is the right answer. | julian | 2001-09-03 | 1 | -1/+3 |
* | Call ip_input() instead of ipip_input() | julian | 2001-09-03 | 1 | -1/+8 |
* | One caller of rip_input failed to be converted in the last commit. | julian | 2001-09-03 | 1 | -1/+1 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 18 | -58/+58 |
* | when newreno is turned on, if dupacks = 1 or dupacks = 2 and | jayanth | 2001-08-29 | 2 | -0/+4 |
* | When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESET | jesper | 2001-08-27 | 1 | -1/+1 |
* | the IP_FW_GET code in ip_fw_ctl() sizes a buffer to hold information | billf | 2001-08-26 | 1 | -0/+3 |
* | Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2 | dd | 2001-08-23 | 2 | -2/+2 |
* | Much delayed but now present: RFC 1948 style sequence numbers | silby | 2001-08-22 | 8 | -178/+199 |
* | Added TFTP support. | ru | 2001-08-21 | 1 | -0/+9 |
* | Close the "IRC DCC" security breach reported recently on Bugtraq. | ru | 2001-08-21 | 1 | -0/+6 |
* | Make the copyright consistent. | brian | 2001-08-20 | 4 | -12/+0 |
* | Handle snprintf() returning -1 | brian | 2001-08-20 | 1 | -3/+13 |
* | Make the protoswitch definitiosn checkable in the same way that | julian | 2001-08-10 | 1 | -15/+9 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -4/+2 |
* | When running aplication joined multicast address, | ume | 2001-08-04 | 3 | -0/+51 |
* | MFS: Avoid dropping fragments in the absence of an interface address. | dcs | 2001-08-03 | 1 | -3/+5 |
* | Fix a warning. | peter | 2001-07-27 | 2 | -0/+4 |
* | Patch up some style(9) stuff in tcp_new_isn() | peter | 2001-07-27 | 2 | -22/+14 |
* | s/OpemBSD/OpenBSD/ | peter | 2001-07-27 | 2 | -2/+2 |
* | move ipsec security policy allocation into in_pcballoc, before | ume | 2001-07-26 | 5 | -33/+10 |
* | Somewhat modernize ip_mroute.c: | fenner | 2001-07-25 | 3 | -192/+160 |
* | Avoid a NULL pointer derefence introduced in rev. 1.129. | ru | 2001-07-23 | 1 | -24/+21 |
* | Backout non-functional changes from revision 1.128. | ru | 2001-07-19 | 1 | -13/+9 |
* | Skip the route checking in the case of multicast packets with known | dcs | 2001-07-17 | 1 | -9/+22 |
* | Backout damage to the INADDR_TO_IFP() macro in revision 1.7. | ru | 2001-07-17 | 1 | -12/+5 |
* | Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k. | obrien | 2001-07-13 | 1 | -2/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Temporary feature: Runtime tuneable tcp initial sequence number | silby | 2001-07-08 | 8 | -6/+77 |