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
/
netinet
Age
Commit message (
Expand
)
Author
2007-11-27
TCP_COMPAT_42 was last used in 1997. Kill it.
Theo de Raadt
2007-11-27
typos; ok jmc@
Martynas Venckus
2007-11-27
Make carp(4) behave more like a ethernet interface by initalizing the
Claudio Jeker
2007-11-26
MALLOC -> malloc and M_ZERO change
Charles Longeau
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-11-24
some spelling fixes from Martynas Venckus
Jason McIntyre
2007-11-22
pass the carp ifp to rt_missmsg() when generating the RTM_ADD messages
Henning Brauer
2007-11-22
Factor out the virtual host portion of carp into a separate struct
Marco Pfatschbacher
2007-11-19
Remove the #define ENCDEBUG that slipped through somehow.
Marco Pfatschbacher
2007-11-16
in the strange/unnatural/ridiculous situation where a non-blocking
Theo de Raadt
2007-11-16
use arc4random_bytes() instead of multiple arc4random() calls;
Damien Miller
2007-11-06
Do not panic in arpintr() if IF_DEQUEUE returns NULL, this is perfectly legal
Miod Vallat
2007-10-29
MALLOC/FREE -> malloc/free
Charles Longeau
2007-10-27
Replace the replay protection counter with a cookie.
Marco Pfatschbacher
2007-10-17
Convert MALLOC/FREE to malloc/free.
Hans-Joerg Hoexer
2007-10-09
MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time.
Kenneth R Westerback
2007-10-09
MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time.
Kenneth R Westerback
2007-10-06
Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.
Kenneth R Westerback
2007-10-03
MALLOC+bzero -> malloc+M_ZERO.
Kenneth R Westerback
2007-10-01
Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
Kenneth R Westerback
2007-09-24
Fix carp(4) after the switch to dynamic imo_membership allocation.
Claudio Jeker
2007-09-18
arc4random_bytes() is the preferred interface for generating nonces;
Damien Miller
2007-09-18
allow 4095 instead of 20 multicast group memberships per socket (you need
Markus Friedl
2007-09-18
ARP balancing has been changed to use the source MAC address
Marco Pfatschbacher
2007-09-17
remove backpointer from ifa to ifp if an address gets delete; fixes
Markus Friedl
2007-09-10
Remove the ipq locking, it isn't strictly needed right now
Thordur I. Bjornsson
2007-09-03
Make use of the carp preempt counter to signal number of transitions of
Joel Knight
2007-09-01
since the
Henning Brauer
2007-07-20
Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous
Claudio Jeker
2007-07-04
Fix a use after free crash in in_delmulti(). If a interface is detached
Claudio Jeker
2007-06-25
merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version)
Markus Friedl
2007-06-23
use a masked destination network instead of the interface ip for the
Reyk Floeter
2007-06-15
Drop the current random timestamps and the current ISN generation
Markus Friedl
2007-06-14
preserve the possible route label if the route belongs to the carp
Reyk Floeter
2007-06-13
There is no need to set RTAX_NETMASK on RTF_HOST routes. RTAX_NETMASK will
Claudio Jeker
2007-06-11
there was code inside #if NPF > 0, but pf.h was not included, so it did
Henning Brauer
2007-06-06
remove ifdef'd out ipx-in-ip registration
Henning Brauer
2007-06-01
sc_carplladdr does not need to be dereferenced.
Marco Pfatschbacher
2007-06-01
apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.
Henning Brauer
2007-06-01
Remove code to create a carp(4) Token Ring lladdr.
Marco Pfatschbacher
2007-05-30
no need to declare extern ipsec_in_use, we get it via ip_ipsp.h
Henning Brauer
2007-05-29
Move tokenring support to the attic where it can join the cards that where
Claudio Jeker
2007-05-29
gain another 5+% in ip forwarding performance.
Henning Brauer
2007-05-28
double pf performance.
Henning Brauer
2007-05-28
Users of arc4random() should include dev/rndvar.h directly.
Ryan Thomas McBride
2007-05-27
diffs are better if compilers see them first
Theo de Raadt
2007-05-27
De-static. OK dlg@
Claudio Jeker
2007-05-27
take static off tcp_mss_adv.
David Gwynne
2007-05-27
-static
David Gwynne
2007-05-27
-static
David Gwynne
[next]