| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -17/+9 |
| * | o Add missing "\n" to warning output in netinet/if_loop.c, when an | Robert Watson | 2000-09-04 | 1 | -1/+1 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -1/+1 |
| * | fix KASSERT usage | Matt Jacob | 2000-06-02 | 1 | -1/+1 |
| * | Rather than checking for hlen causing misalignment, we should do the | Andrew Gallatin | 2000-05-26 | 1 | -7/+9 |
| * | Just need to pass the address family to if_simloop(), not the whole sockaddr. | Archie Cobbs | 2000-05-24 | 1 | -10/+12 |
| * | Clean up some loose ends in the network code, including the X.25 and ISO | Peter Wemm | 2000-02-13 | 1 | -12/+0 |
| * | Remove some #if NFOO > 0 that are always true because of config rules. | Peter Wemm | 2000-01-29 | 1 | -2/+0 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -4/+5 |
| * | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | Yoshinobu Inoue | 1999-11-22 | 1 | -1/+52 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -22/+11 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Back out redundant checks | Brian Somers | 1999-08-06 | 1 | -5/+2 |
| * | Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with | Brian Somers | 1999-08-06 | 1 | -2/+5 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -5/+5 |
| * | Set ifq_maxlen. | Dmitrij Tejblum | 1999-02-20 | 1 | -1/+2 |
| * | Make sure the packet is aligned correctly for the alpha in if_simloop. | Doug Rabson | 1998-07-12 | 1 | -2/+13 |
| * | Oops | Julian Elischer | 1998-06-14 | 1 | -1/+2 |
| * | Try narrow down the culprit sending undefined packet types through the loopback | Julian Elischer | 1998-06-14 | 1 | -1/+14 |
| * | Remove 3 occurances of __FUNCTION__ | Julian Elischer | 1998-06-12 | 1 | -4/+3 |
| * | Go through the loopback code with a broom.. | Julian Elischer | 1998-06-12 | 1 | -27/+62 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -3/+3 |
| * | Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGS | Poul-Henning Kamp | 1998-04-30 | 1 | -1/+4 |
| * | NETATALK -> opt_atalk.h | Eivind Eklund | 1998-01-09 | 1 | -1/+2 |
| * | Make INET a proper option. | Eivind Eklund | 1998-01-08 | 1 | -1/+2 |
| * | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | Eivind Eklund | 1997-12-15 | 1 | -1/+3 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -6/+1 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | Bruce Evans | 1997-03-24 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Use queue macros for the list of interfaces. Next stop: ifaddrs! | Garrett Wollman | 1996-12-11 | 1 | -4/+1 |
| * | Set IFF_RUNNING on the loopback interface. | Garrett Wollman | 1996-06-19 | 1 | -2/+2 |
| * | Change the use if ifnet.if_lastchange to be more in line with | Gary Palmer | 1996-06-10 | 1 | -2/+1 |
| * | Obtained from: netatalk distribution netatalk@itd.umich.edu | Julian Elischer | 1996-05-24 | 1 | -1/+13 |
| * | Removed never-used #includes of <machine/cpu.h>. Many were apparently | Bruce Evans | 1996-04-07 | 1 | -2/+1 |
| * | Clean up Ethernet drivers: | Garrett Wollman | 1996-02-06 | 1 | -3/+3 |
| * | Make me feel a little better by filling in reasonable values for rmx_sendpipe | Garrett Wollman | 1996-02-05 | 1 | -6/+12 |
| * | Staticize, clean lint. | Poul-Henning Kamp | 1995-12-09 | 1 | -3/+6 |
| * | Finished (?) cleaning up sysinit stuff. | Bruce Evans | 1995-12-02 | 1 | -3/+3 |
| * | Reviewed by: julian and jhay@mikom.csir.co.za | Julian Elischer | 1995-10-26 | 1 | -1/+12 |
| * | Fix BPf to generate a header mbuf for writes. | Garrett Wollman | 1995-09-22 | 1 | -1/+9 |
| * | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | David Greenman | 1995-09-09 | 1 | -3/+3 |
| * | Fix several sysinit functions that had the wrong type and unnecessarily | Bruce Evans | 1995-08-30 | 1 | -5/+7 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Cleanup loopback interface support. | Paul Traina | 1995-04-26 | 1 | -15/+23 |
| * | Support for pseudo-device LKMs. Note that this is restricted to only | Garrett Wollman | 1995-03-20 | 1 | -2/+2 |
| * | Reduced loopback MTU to 16k to work around a miriad of problems with it | David Greenman | 1995-03-04 | 1 | -2/+2 |
| * | Added ioctl support for SIOCSIFMTU. | David Greenman | 1994-08-08 | 1 | -3/+6 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
| * | Reduced loopback MTU from 65535 to 65532 because some things like NFS | David Greenman | 1994-08-01 | 1 | -1/+1 |