| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+2 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -18/+18 |
| * | When attempting to bind to an ephemeral port, if no such port is | Wes Peters | 2001-01-23 | 1 | -2/+2 |
| * | First step towards an MP-safe zone allocator: | Dag-Erling Smørgrav | 2001-01-21 | 1 | -2/+2 |
| * | include tcp header files to get the prototype for tcp_seq_vs_sess | Assar Westerlund | 2000-12-27 | 1 | -0/+2 |
| * | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | Poul-Henning Kamp | 2000-12-24 | 1 | -1/+19 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -4/+4 |
| * | Properly jail UDP sockets. This is quite a bit more tricky than TCP. | Poul-Henning Kamp | 2000-09-17 | 1 | -5/+19 |
| * | When a connection is being dropped due to a listen queue overflow, | Jayanth Vijayaraghavan | 2000-07-21 | 1 | -2/+23 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -3/+1 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -1/+1 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -1/+1 |
| * | Return ECONNRESET instead of EINVAL if the connection has been shot | Peter Wemm | 2000-05-19 | 1 | -3/+3 |
| * | Try and make the kernel build again without INET6. | Paul Saab | 2000-04-02 | 1 | -0/+2 |
| * | Support per socket based IPv4 mapped IPv6 addr enable/disable control. | Yoshinobu Inoue | 2000-04-01 | 1 | -2/+7 |
| * | in6_pcb.c: | Brian Feldman | 2000-03-22 | 1 | -1/+2 |
| * | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 1 | -0/+1 |
| * | Change incorrect NULLs to 0s | Eivind Eklund | 1999-12-21 | 1 | -5/+5 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -7/+107 |
| * | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | Yoshinobu Inoue | 1999-11-22 | 1 | -8/+8 |
| * | KAME related header files additions and merges. | Yoshinobu Inoue | 1999-11-05 | 1 | -2/+1 |
| * | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | Brian Feldman | 1999-09-19 | 1 | -4/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Correct a mistake in so_cred changes. In practice, I don't think that it | Brian Feldman | 1999-07-12 | 1 | -2/+2 |
| * | In in_pcbconnect(), check the return value from in_pcbbind() and | Pierre Beyssac | 1999-06-25 | 1 | -3/+6 |
| * | Reviewed by: the cast of thousands | Brian Feldman | 1999-06-17 | 1 | -3/+5 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -6/+24 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -3/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+2 |
| * | Fix the bind security fix introduced in rev 1.38 to work with multicast: | Bill Fenner | 1998-09-17 | 1 | -3/+9 |
| * | Convert socket structures to be type-stable and add a version number. | Garrett Wollman | 1998-05-15 | 1 | -1/+2 |
| * | According to: | Poul-Henning Kamp | 1998-04-19 | 1 | -3/+3 |
| * | Moved some #includes from <sys/param.h> nearer to where they are actually | Bruce Evans | 1998-03-28 | 1 | -1/+3 |
| * | Fixed style bugs (mostly) in previous commit. | Bruce Evans | 1998-03-28 | 1 | -2/+3 |
| * | Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates | Garrett Wollman | 1998-03-24 | 1 | -4/+9 |
| * | Make sure that you can only bind a more specific address when it is | Guido van Rooij | 1998-03-01 | 1 | -1/+7 |
| * | Improved connection establishment performance by doing local port lookups via | David Greenman | 1998-01-27 | 1 | -105/+198 |
| * | The spl fixes in in_setsockaddr and in_setpeeraddr that were meant to | David Greenman | 1997-12-25 | 1 | -11/+17 |
| * | Removed unnecessary setting of 'error' -- binding to a privileged port | Alexander Langer | 1997-12-23 | 1 | -2/+2 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -6/+1 |
| * | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -20/+21 |
| * | Break apart initialization of s and inp from the declarations in | Tor Egge | 1997-05-19 | 1 | -5/+9 |
| * | Disallow network interrupts while the address is found and copied in | Tor Egge | 1997-05-19 | 1 | -1/+13 |
| * | The long-awaited mega-massive-network-code- cleanup. Part I. | Garrett Wollman | 1997-04-27 | 1 | -8/+11 |
| * | Reorganize elements of the inpcb struct to take better advantage of | David Greenman | 1997-04-03 | 1 | -3/+4 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |
| * | Improved performance of hash algorithm while (hopefully) not reducing | David Greenman | 1997-03-03 | 1 | -7/+7 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Convert raw IP from mondo-switch-statement-from-Hell to | Garrett Wollman | 1997-02-18 | 1 | -6/+19 |