summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
1998-02-22Changes made for GCC 2.8 -Wall pleasuresNiklas Hallqvist
1998-02-10undef SLMTU if it's been externally definedAngelos D. Keromytis
1998-02-03bad types; wileyc@sekiya.twics.co.jpTheo de Raadt
1997-12-31return error instead of EINTR; brianTheo de Raadt
1997-12-31make the loopback interfaces ordered in the iface list, so they show up in ne...Michael Shalayeff
1997-12-31use NULL for pointers, not (cast)(0); clandestine onesMichael Shalayeff
1997-12-31NULL is not 0Michael Shalayeff
1997-12-31NULL is not 0Michael Shalayeff
1997-12-31two missing splx(); one from brian, one from meTheo de Raadt
1997-12-15fix for route change crash; from freebsdTheo de Raadt
1997-12-12permit non-root to use RTM_GET, but no other calls; netbsdTheo de Raadt
1997-11-15fix memory management errorsTheo de Raadt
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-04make it easier to add additional transforms. add blowfish and castNiels Provos
1997-10-02conditional error loggingTheo de Raadt
1997-09-30Check for NULL argument in bpf_mtap(). Some ethernet driversTodd C. Miller
1997-09-28log() needs a \nTheo de Raadt
1997-09-27undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW,Theo de Raadt
1997-09-21Do not report RTM_MISS up on IP encapsulation implicit lookups. This shouldNiklas Hallqvist
1997-09-05make bpfread return ENXIO if a read is attempted on an uninitializedTheo de Raadt
1997-09-05Minor changes from ppp 2.3.1Todd C. Miller
1997-08-31for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidTheo de Raadt
1997-08-02pass address family as host-byte-order u_int32_t. this fixes bpf. add aTheo de Raadt
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