summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
1997-07-29tun_bpf not neededTheo de Raadt
1997-07-29tell bpf packet header is u_char sized; also indent. spotted by newshamTheo de Raadt
1997-07-29indentTheo de Raadt
1997-07-28make it compileNiels Provos
1997-07-27expiration messages, fixes, updates, all sorts of thingsNiklas Hallqvist
1997-07-27for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpfTheo de Raadt
1997-07-24do not ignore IFF_NOARPTheo de Raadt
1997-07-24reindentTheo de Raadt
1997-07-23add atalkMichael Shalayeff
1997-07-23define ETHERTYPE_IPXMichael Shalayeff
1997-07-23make it compile w/o NETATALK definedMichael Shalayeff
1997-07-23A block of code from the last commit was not #ifdef NETATALK.denny
1997-07-23enablespi, delete the right flows on replace.Niels Provos
1997-07-23AppleTalk support based on netatalk-1.4a2 and FreeBSD.denny
1997-07-21be quietTheo de Raadt
1997-07-18enablespi/disablespi in encap + print spi's in hostorderNiels Provos
1997-07-15flags for tunnels and replacing existing routes, sysctl! + tiny bug fixNiels Provos
1997-07-14sysctl...Niels Provos
1997-07-11argh. commited wrong fileNiels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
1997-07-02fix neglected _FLEN's + reserve_spi + output reserved spi's without alg.Niels Provos
1997-07-01major restructuringNiels Provos
1997-06-25hard and soft limits for SPI's per absolute timer, relative since establish,Niels Provos
1997-06-20strip%d not st%dTheo de Raadt
1997-06-17check em_if and em_ifn better; thanks adam@math.tau.ac.ilTheo de Raadt
1997-06-01pass Wstrict-prototypes; grr, PR#193Theo de Raadt
1997-04-28Added faddr/laddr on the pfkeycb, for completeness.Angelos D. Keromytis
1997-04-27PFKEY protocol control blocks.Angelos D. Keromytis
1997-04-2564bit cleanup.Angelos D. Keromytis
1997-04-24PF_KEYv2 definition as of the latest draft.Angelos D. Keromytis
1997-03-17Removed static specifiers. Align bpf headers on sizeof(long) boundariesNiklas Hallqvist
1997-02-27BPF support ifdefed.Angelos D. Keromytis
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt
1997-02-14limit writes to ifp->if_mtu not TUNMTUTheo de Raadt
1997-02-12mark descriptors free in bpfilterattach() instead of bpfattach(); clearlyTheo de Raadt
1997-01-31cut a little more.Michael Shalayeff
1997-01-27select subsystem si_pid becomes si_selpid, to not conflict against user/kerne...Theo de Raadt
1997-01-26Don't examine an mbuf after it has been released; from Andreas GunnarssonThorsten Lockert
1997-01-23add NO_DEFLATE condition to be used in /bootMichael Shalayeff
1997-01-15prevent warning:kstailey
1997-01-02accept llc/snap packets; still cannot send them...Theo de Raadt
1997-01-02PPP_BSDCOMP not PPP_BSD_COMPMichael Shalayeff
1996-12-19sync to 2.3b3Michael Shalayeff
1996-12-19do SIOCGIFADDRMichael Shalayeff
1996-12-19treat only ether II type packets for ipx.Michael Shalayeff
1996-12-07avoid race, avoid mbuf leakTheo de Raadt
1996-11-09fix previous byte-order fix the correct waychuck
1996-10-19random device is permanent now.Michael Shalayeff
1996-10-18fix: add missing ntohs() for llc mode, as noted by several people includingchuck