| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from TrustedBSD MAC branch: | Robert Watson | 2002-03-22 | 1 | -4/+4 |
| * | Switch vm_zone.h with uma.h. Change over to uma interfaces. | Jeff Roberson | 2002-03-20 | 1 | -3/+4 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -4/+4 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -3/+3 |
| * | More IPV6 const fixes. | Alfred Perlstein | 2002-02-27 | 1 | -1/+1 |
| * | Introduce a version field to `struct xucred' in place of one of the | Dima Dorfman | 2002-02-27 | 1 | -10/+2 |
| * | In tcp_respond(), correctly reset returned IPv6 header. This is essential | Hajimu UMEMOTO | 2002-02-04 | 1 | -0/+3 |
| * | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | Jonathan Lemon | 2001-11-22 | 1 | -36/+42 |
| * | o Replace reference to 'struct proc' with 'struct thread' in 'struct | Robert Watson | 2001-11-08 | 1 | -5/+5 |
| * | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | Robert Watson | 2001-10-09 | 1 | -3/+3 |
| * | Only allow users to see their own socket connections if | Paul Saab | 2001-10-05 | 1 | -1/+5 |
| * | o Rename u_cansee() to cr_cansee(), making the name more comprehensible | Robert Watson | 2001-09-20 | 1 | -2/+2 |
| * | Much delayed but now present: RFC 1948 style sequence numbers | Mike Silbersack | 2001-08-22 | 1 | -71/+96 |
| * | Fix a warning. | Peter Wemm | 2001-07-27 | 1 | -0/+2 |
| * | Patch up some style(9) stuff in tcp_new_isn() | Peter Wemm | 2001-07-27 | 1 | -11/+7 |
| * | s/OpemBSD/OpenBSD/ | Peter Wemm | 2001-07-27 | 1 | -1/+1 |
| * | Temporary feature: Runtime tuneable tcp initial sequence number | Mike Silbersack | 2001-07-08 | 1 | -0/+25 |
| * | Allow getcred sysctl to work in jailed root processes. Processes can | David Malone | 2001-06-24 | 1 | -7/+14 |
| * | Replace bzero() of struct ip with explicit zeroing of structure members, | Jonathan Lemon | 2001-06-23 | 1 | -2/+6 |
| * | Eliminate the allocation of a tcp template structure for each | Mike Silbersack | 2001-06-23 | 1 | -48/+54 |
| * | made sure to use the correct sa_len for rtalloc(). | Hajimu UMEMOTO | 2001-06-20 | 1 | -2/+2 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -37/+28 |
| * | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | Peter Wemm | 2001-06-08 | 1 | -1/+1 |
| * | Back out part of my previous commit. This was a last minute change | Peter Wemm | 2001-06-07 | 1 | -1/+1 |
| * | Make the TUNABLE_*() macros look and behave more consistantly like the | Peter Wemm | 2001-06-06 | 1 | -2/+2 |
| * | Say goodbye to TCP_COMPAT_42 | Jesper Skriver | 2001-04-20 | 1 | -7/+0 |
| * | Randomize the TCP initial sequence numbers more thoroughly. | Kris Kennaway | 2001-04-17 | 1 | -1/+61 |
| * | MFC candidate. | Jesper Skriver | 2001-03-28 | 1 | -1/+2 |
| * | <sys/queue.h> makeover. | Poul-Henning Kamp | 2001-03-16 | 1 | -6/+4 |
| * | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | Jonathan Lemon | 2001-02-26 | 1 | -42/+23 |
| * | When converting soft error into a hard error, drop the connection. The | Jonathan Lemon | 2001-02-23 | 1 | -3/+7 |
| * | Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB to | Jonathan Lemon | 2001-02-23 | 1 | -67/+11 |
| * | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | Jesper Skriver | 2001-02-22 | 1 | -17/+15 |
| * | Only call in_pcbnotify if the src port number != 0, as we | Jesper Skriver | 2001-02-20 | 1 | -0/+14 |
| * | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -5/+16 |
| * | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | Poul-Henning Kamp | 2001-02-18 | 1 | -12/+43 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+4 |
| * | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | Poul-Henning Kamp | 2000-12-24 | 1 | -9/+60 |
| * | We currently does not react to ICMP administratively prohibited | Poul-Henning Kamp | 2000-12-16 | 1 | -0/+25 |
| * | Revert the last commit to the callout interface, and add a flag to | Jonathan Lemon | 2000-11-25 | 1 | -5/+5 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -1/+0 |
| * | be careful on mbuf overrun on ctlinput. | Jun-ichiro itojun Hagino | 2000-10-23 | 1 | -1/+6 |
| * | Use stronger random number generation for TCP_ISSINCR and tcp_iss. | Kris Kennaway | 2000-09-29 | 1 | -1/+1 |
| * | Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp, | Bosko Milekic | 2000-09-25 | 1 | -2/+2 |
| * | When a connection is being dropped due to a listen queue overflow, | Jayanth Vijayaraghavan | 2000-07-21 | 1 | -0/+12 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -8/+4 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -3/+3 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -3/+3 |
| * | Let initialize th_sum before in6_cksum(), again. | Yoshinobu Inoue | 2000-04-19 | 1 | -0/+1 |
| * | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | Jonathan Lemon | 2000-03-27 | 1 | -22/+19 |