Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-28 | Added faddr/laddr on the pfkeycb, for completeness. | Angelos D. Keromytis | |
1997-04-27 | PFKEY protocol control blocks. | Angelos D. Keromytis | |
1997-04-25 | 64bit cleanup. | Angelos D. Keromytis | |
1997-04-24 | PF_KEYv2 definition as of the latest draft. | Angelos D. Keromytis | |
1997-03-17 | Removed static specifiers. Align bpf headers on sizeof(long) boundaries | Niklas Hallqvist | |
as it begins with a timeval struct. This fixes the alpha bpf panics. Removed double prototypes. Reordered includes. The last change came from NetBSD. Updated $NetBSD$ tags. Slight KNF too. | |||
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 | |
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz | |||
1997-02-14 | limit writes to ifp->if_mtu not TUNMTU | Theo de Raadt | |
1997-02-12 | mark descriptors free in bpfilterattach() instead of bpfattach(); clearly | Theo de Raadt | |
must not re-marking them when new interfaces are added while one or more bpf channels are in use; my fix to netbsd pr#3189, Jean-Luc.Richier@imag.fr | |||
1997-01-31 | cut a little more. | Michael Shalayeff | |
1997-01-27 | select subsystem si_pid becomes si_selpid, to not conflict against ↵ | Theo de Raadt | |
user/kernel siginfo si_pid #define | |||
1997-01-26 | Don't examine an mbuf after it has been released; from Andreas Gunnarsson | Thorsten Lockert | |
1997-01-23 | add NO_DEFLATE condition to be used in /boot | Michael Shalayeff | |
1997-01-15 | prevent warning: | kstailey | |
ppp_tty.c:790: warning: `s' might be used uninitialized in this function | |||
1997-01-02 | accept llc/snap packets; still cannot send them... | Theo de Raadt | |
1997-01-02 | PPP_BSDCOMP not PPP_BSD_COMP | Michael Shalayeff | |
1996-12-19 | sync to 2.3b3 | Michael Shalayeff | |
1996-12-19 | do SIOCGIFADDR | Michael Shalayeff | |
1996-12-19 | treat only ether II type packets for ipx. | Michael Shalayeff | |
1996-12-07 | avoid race, avoid mbuf leak | Theo de Raadt | |
1996-11-09 | fix previous byte-order fix the correct way | chuck | |
(from Zdenek Salvet <salvet@horn.ics.muni.cz>) | |||
1996-10-19 | random device is permanent now. | Michael Shalayeff | |
1996-10-18 | fix: add missing ntohs() for llc mode, as noted by several people including | chuck | |
Dong Lin, Zdenek Salvet, and Matthias Drochner(i think). | |||
1996-10-16 | label only useful in bpf case | Theo de Raadt | |
1996-10-16 | contextual usage | Theo de Raadt | |
1996-10-16 | support _STANDALONE | Michael Shalayeff | |
1996-10-04 | __OpenBSD__ | Theo de Raadt | |
1996-10-04 | sync to netbsd 0901 | Theo de Raadt | |
1996-09-30 | kill a NetBSD ref | Theo de Raadt | |
1996-09-05 | remove ';' after function close '}' | Michael Shalayeff | |
make it nicer w/ new routed. | |||
1996-09-02 | Need sys/types.h, too. | briggs | |
1996-09-02 | Replace string.h with systm.h. | briggs | |
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |
1996-08-09 | Silly unit number calculation changed to use sc_unit instead | Niklas Hallqvist | |
1996-08-03 | dst addr might be NULL; netbsd pr#2183; chuck@maria.wustl.edu | Theo de Raadt | |
1996-07-27 | proto ppp_restart | Theo de Raadt | |
1996-07-27 | various fixes | Theo de Raadt | |
1996-07-25 | Kernel changes for ppp2.3a4. | joshd | |
1996-07-12 | refresh to the latest bpf code release. | Michael Shalayeff | |
1996-07-03 | ported to FreeBSD 2.2-960612-SNAP. | chuck | |
1996-07-03 | renumber to avoid conflict with freebsd | chuck | |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist | |
1996-06-30 | add native mode atm netisr hook | chuck | |
1996-06-29 | change: | chuck | |
- change asock to rxhand and adjust all for this [esp atm_input] | |||
1996-06-29 | provide if_attachhead(), and make if_loop use it | Theo de Raadt | |
1996-06-28 | add hook for user to turn on/off raw mode | chuck | |
1996-06-27 | fix/improvement: | chuck | |
- add proto if atm_input - add native mode atm hooks to if_atmsubr.c (atm_input) | |||
1996-06-26 | [1] add new rxso passing structure to if_atm.h | chuck | |
[2] modify atm_output to handle native mode atm output mbufs |