| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
|
|
|
|
|
|
|
|
| |
xntpd.8 --> ntpd.8
acl_delete_perms.3 --> acl_delete_perm.3
getname.2 --> getsockname.2
MFC after: 1 week
|
|
|
|
| |
of this code doesn't do that.
|
|
|
|
| |
ft was removed from the tree prior to branching releng_3!
|
|
|
|
|
| |
Make it clearer about what's going on with TUNSIFHEAD and TUNSLMODE.
Tidy up a little.
|
|
|
|
|
|
|
|
| |
setsockopt.3 --> setsockopt.2
syslog.8 --> syslogd.8
tcpdump.8 --> tcpdump.1
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null
MFC after: 1 week
|
|
|
|
|
| |
PR: 22078
Submitted by: Nikolai Saoukh <nms@otdel-1.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gigabit ethernet controller chip. This device is used on some
fiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms and
TCP/IP checksum offload on receive are supported. Hardware VLAN
filtering is not, because it doesn't play well with our existing
VLAN code. Also add manual page.
There is a 4.x version of this driver available at
http://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurous
and wants to test it. I still need to do performance testing and
tuning with this device.
(For my next trick, I will make the 3Com 3cR990 sit up and beg.)
|
|
|
|
|
| |
day hasn't happened yet. It should be May. Ignore failed time-travel
experiment, K PLZ THX.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
despite the fact that most people want to set exactly the same settings
regardless of which card they have. It has been repeatidly suggested
that this configuration should be done via ifconfig. This patch
implements the required functionality in ifconfig and add support to the
wi and an drivers. It also provides partial, untested support for the
awi driver.
PR: 25577
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
|
| |
|
|
|
|
|
| |
Submitted by: jlemon
MFC after: 1 week
|
| |
|
| |
|
|
|
|
| |
Noticed by: ade
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000
copper PHY. There are a whole bunch of very low cost cards available with
this chipset selling for $150USD or less. This includes the SMC9462TX,
D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards
from Addtron.
This chip supports TCP/IP checksum offload, VLAN tagging/insertion.
2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.
I have not done serious performance testing with this driver. I know
it works, and I want it under CVS control so I can keep tabs on it.
Note that there's no serious mutex stuff in here yet either: I need
to talk more with jhb to figure out the right way to do this. That
said, I don't think there will be any problems.
This driver should also work on the alpha. It's not turned on in
GENERIC.
|
|
|
|
| |
BSD/OS.
|
|
|
|
| |
Reviewed by: bde, dima dorfman
|
|
|
|
| |
Reviewed by: n_hibma
|
| |
|
|
|
|
| |
Reviewed by: joerg, dd
|
| |
|
|
|
|
|
| |
PR: docs/21700
Submitted by: neuf@lrs.e-technik.uni-erlangen.de
|
|
|
|
| |
PR: 26881
|
| |
|
|
|
|
|
| |
PR: 26734
Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
|
|
|
|
|
| |
PR: 26672
Submitted by: Seth <seth@psychotic.aberrant.org>
|
| |
|
| |
|
| |
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
|
|
| |
content, and correct the parameters to the -tag list therein.
Reviewed by: ru
|
|
|
|
| |
Submitted by: Dave McKay <monk@sneakerz.org>
|
|
|
|
| |
with other manpages.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: phk
|
|
|
|
|
| |
PR: 25500
Submitted by: Barry Irwin <bvi@devco.net>
|
|
|
|
| |
(fiber version) too.
|
|
|
|
| |
by the ti(4) driver. (Another OEM'ed Tigon 2.)
|
| |
|
|
|
|
| |
It needs a diagonistics section added at some point in the future.
|
| |
|
|
|
|
| |
Idea by: "Akinori MUSHA" <knu@iDaemons.org>
|