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-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
2007-05-27
-static on appropriate functions
David Gwynne
2007-05-27
rewrite a static inline func that simply coerces a return type of another
David Gwynne
2007-05-27
-static
David Gwynne
2007-05-27
thou shalt not use static in the kernel
David Gwynne
2007-05-27
remove more static to avoid confusing the profiler (and maybe ddb too)
David Gwynne
2007-05-27
remove static from icmp_redirect_timeout
David Gwynne
2007-05-26
one extern seems to be better than 20 for ifqmaxlen; ok krw
Jason Wright
2007-05-22
When a partial ack is received check if congestion window is larger than
Michele Marchetto
2007-05-22
ip_mroute.c is in bad shape.
Michele Marchetto
2007-05-16
count the number of multicast ranges that are kept in the list of multicast
David Gwynne
2007-05-09
totally unused legacy variable; ok claudio
Theo de Raadt
2007-05-09
tcp_iss usage is ifdef TCP_COMPAT_42, so the variable decl can be too
Theo de Raadt
2007-05-08
variables used by #ifdef code should be inside #ifdef too
Theo de Raadt
2007-05-06
do not fill RTAX_GATEWAY for RTM_DELETE, ok claudio
Henning Brauer
2007-05-04
make carp's routing table modification attempts (imho broken by design)
Henning Brauer
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2007-03-27
Don't pick up IPv6 link local IPs on address deletions.
Marco Pfatschbacher
2007-03-25
Synchronise carp advertisements on group demotion.
Marco Pfatschbacher
2007-03-25
Change the "can't allocate llinfo" to a better log message that includes
Claudio Jeker
2007-03-18
Add IP load balancing support for carp(4).
Marco Pfatschbacher
2007-03-16
remove message that prints
Theo de Raadt
2007-02-22
Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they are
Todd C. Miller
2007-02-20
Fix the bpf hook in etherip_input() by using the right address family and
Claudio Jeker
2007-02-15
Simplify even more by reducing shared code in #if NBRIDGE and default case.
Claudio Jeker
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2007-02-13
whitespace fix
Jun-ichiro itojun Hagino
2007-02-10
Cleanup, kill dead code and unused arguments. Mostly stuff that is computed
Claudio Jeker
2007-02-08
- AH: when computing crypto checksum for output, massage source-routing
Jun-ichiro itojun Hagino
2007-02-01
correct rfc; from Kris Katterjohn
Jason McIntyre
[next]