| Commit message (Expand) | Author | Age | Files | Lines |
| * | restore the data of the ip header when extended udp header and data checksum | Hajimu UMEMOTO | 2001-10-22 | 1 | -0/+3 |
| * | Only examine inet addresses of the interface. This was broken in r1.83, | Jonathan Lemon | 2001-10-20 | 1 | -2/+4 |
| * | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | Ruslan Ermilov | 2001-10-17 | 4 | -13/+11 |
| * | bring in ARP support for variable length link level addresses | Max Khon | 2001-10-14 | 2 | -101/+157 |
| * | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | Robert Watson | 2001-10-09 | 4 | -11/+11 |
| * | Add a flag TF_LASTIDLE, that forces a previously idle connection | Jayanth Vijayaraghavan | 2001-10-05 | 2 | -1/+9 |
| * | Only allow users to see their own socket connections if | Paul Saab | 2001-10-05 | 5 | -8/+23 |
| * | Make it so dummynet and bridge can be loaded as modules. | Paul Saab | 2001-10-05 | 6 | -119/+102 |
| * | in_ifinit apparently can be used to rewrite an ip address; recalculate | Jonathan Lemon | 2001-10-01 | 1 | -1/+5 |
| * | Fix a problem with unnumbered rules introduced in latest commit. | Luigi Rizzo | 2001-10-01 | 1 | -3/+3 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -3/+3 |
| * | Add __FBSDID's to libalias | Matthew Dillon | 2001-09-30 | 10 | -21/+32 |
| * | Nuke unused (and incorrect) #define of INADDR_HMASK. | Jonathan Lemon | 2001-09-29 | 1 | -1/+0 |
| * | Make the INADDR_TO_IFP macro use the IP address hash lookup instead of | Jonathan Lemon | 2001-09-29 | 1 | -1/+1 |
| * | Add a hash table that contains the list of internet addresses, and use | Jonathan Lemon | 2001-09-29 | 6 | -63/+113 |
| * | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | Jonathan Lemon | 2001-09-29 | 5 | -11/+6 |
| * | Two main changes here: | Luigi Rizzo | 2001-09-27 | 6 | -252/+333 |
| * | Remove unused (and duplicate) struct ip_opts which is never used, | Luigi Rizzo | 2001-09-27 | 1 | -12/+0 |
| * | Include sys/proc.h for the definition of securelevel_ge(). | Brooks Davis | 2001-09-26 | 1 | -0/+1 |
| * | o Modify IPFW and DUMMYNET administrative setsockopt() calls to use | Robert Watson | 2001-09-26 | 2 | -5/+13 |
| * | Make faith loadable, unloadable, and clonable. | Brooks Davis | 2001-09-25 | 4 | -28/+4 |
| * | Fix a null pointer dereference introduced in the last commit, plus | Luigi Rizzo | 2001-09-24 | 1 | -6/+4 |
| * | Fixed the bug that prevented communication with FTP servers behind | Ruslan Ermilov | 2001-09-21 | 1 | -3/+4 |
| * | o Rename u_cansee() to cr_cansee(), making the name more comprehensible | Robert Watson | 2001-09-20 | 3 | -5/+5 |
| * | A bunch of minor changes to the code (see below) for readability, code size | Luigi Rizzo | 2001-09-20 | 2 | -310/+339 |
| * | Fixed comment: ipip_input -> mroute_encapcheck. | Munechika SUMIKAWA | 2001-09-20 | 1 | -1/+1 |
| * | Removed ipip_input(). No codes calls it anymore due to ip_encap.c's | Munechika SUMIKAWA | 2001-09-18 | 1 | -4/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 13 | -95/+95 |
| * | Remove some un-needed code that was accidentally included in | Julian Elischer | 2001-09-07 | 1 | -15/+0 |
| * | Patches from KAME to remove usage of Varargs in existing | Julian Elischer | 2001-09-07 | 2 | -13/+4 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Jonathan Lemon | 2001-09-06 | 3 | -4/+4 |
| * | Fix sysctl comment field, s/the the/then the | Alfred Perlstein | 2001-09-04 | 1 | -1/+1 |
| * | Allow disabling of "arp moved" messages. | Alfred Perlstein | 2001-09-03 | 1 | -6/+12 |
| * | I really hope this is the right answer. | Julian Elischer | 2001-09-03 | 1 | -1/+3 |
| * | Call ip_input() instead of ipip_input() | Julian Elischer | 2001-09-03 | 1 | -1/+8 |
| * | One caller of rip_input failed to be converted in the last commit. | Julian Elischer | 2001-09-03 | 1 | -1/+1 |
| * | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | Julian Elischer | 2001-09-03 | 18 | -58/+58 |
| * | when newreno is turned on, if dupacks = 1 or dupacks = 2 and | Jayanth Vijayaraghavan | 2001-08-29 | 2 | -0/+4 |
| * | When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESET | Jesper Skriver | 2001-08-27 | 1 | -1/+1 |
| * | the IP_FW_GET code in ip_fw_ctl() sizes a buffer to hold information | Bill Fumerola | 2001-08-26 | 1 | -0/+3 |
| * | Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2 | Dima Dorfman | 2001-08-23 | 2 | -2/+2 |
| * | Much delayed but now present: RFC 1948 style sequence numbers | Mike Silbersack | 2001-08-22 | 8 | -174/+195 |
| * | Added TFTP support. | Ruslan Ermilov | 2001-08-21 | 1 | -0/+9 |
| * | Close the "IRC DCC" security breach reported recently on Bugtraq. | Ruslan Ermilov | 2001-08-21 | 1 | -0/+6 |
| * | Make the copyright consistent. | Brian Somers | 2001-08-20 | 4 | -12/+0 |
| * | Handle snprintf() returning -1 | Brian Somers | 2001-08-20 | 1 | -3/+13 |
| * | Make the protoswitch definitiosn checkable in the same way that | Julian Elischer | 2001-08-10 | 1 | -15/+9 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -4/+2 |
| * | When running aplication joined multicast address, | Hajimu UMEMOTO | 2001-08-04 | 3 | -0/+51 |
| * | MFS: Avoid dropping fragments in the absence of an interface address. | Daniel C. Sobral | 2001-08-03 | 1 | -3/+5 |