index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_enc.c
Age
Commit message (
Expand
)
Author
2000-06-20
initialize mtu/hlim for enc interface at encattach().
Jun-ichiro itojun Hagino
2000-04-18
Stats for bridge output too.
Angelos D. Keromytis
2000-04-18
Sanity check on dequeued mbufs, also keep track of correct interface
Angelos D. Keromytis
2000-04-12
Fix checksum for outgoing etherip/ipip packets from enc interfaces.
Angelos D. Keromytis
2000-04-10
Minor oops in sanity logic, IFF_RUNNING is set/unset with IFF_UP,
Angelos D. Keromytis
2000-04-10
output routine enqueues and calls start, rather than requeueing for input.
Angelos D. Keromytis
2000-04-10
Typo.
Angelos D. Keromytis
2000-04-10
SIOCAIFADDR.
Angelos D. Keromytis
2000-04-10
Allow setting address.
Angelos D. Keromytis
2000-04-08
If IFF_LINK0 is set, do IP-in-IP instead of Ethernet-in-IP. This will
Angelos D. Keromytis
2000-03-17
Cryptographic services framework, and software "device driver". The
Angelos D. Keromytis
2000-02-07
fix include file path related to ip6.
Jun-ichiro itojun Hagino
2000-01-25
Ok, so setsoftnet is md.
Marc Espie
2000-01-15
Can't bind SAs to enc0
Angelos D. Keromytis
2000-01-07
Add missing IF_DROPs
Angelos D. Keromytis
2000-01-02
Properly handle non-IPSEC case.
Angelos D. Keromytis
1999-12-27
Add SRCSA and CLEARSA ioctls.
Angelos D. Keromytis
1999-12-27
Implement ioctls for binding SAs to enc interfaces (to be used with
Angelos D. Keromytis
1999-11-02
Fix *stupid* typo/error that was causing the panics in post 2.6, found
Angelos D. Keromytis
1999-10-29
Use enc_softc instead of ifnet for encif.
Angelos D. Keromytis
1999-07-05
remove bogus entry from if_enc address list; and rename enc_softc to encif
Theo de Raadt
1999-05-16
The enc interface should not be IFF_LOOPBACK, as AH and ESP uses that
Niklas Hallqvist
1998-06-28
indent
Theo de Raadt
1998-06-10
make the packets which were successfully processed by IPSec available to
Niels Provos
1998-05-18
first step to the setsockopt/getsockopt interface as described in
Niels Provos
1997-11-04
make it easier to add additional transforms. add blowfish and cast
Niels Provos
1997-07-11
put old esp/ah and new esp/ah in different files.
Niels Provos
1997-07-01
major restructuring
Niels Provos
1997-02-27
BPF support ifdefed.
Angelos D. Keromytis
1997-02-24
OpenBSD tags + some prototyping police
Niklas Hallqvist
1997-02-20
IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in
Theo de Raadt