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
/
net
Age
Commit message (
Expand
)
Author
2007-05-28
double pf performance.
Henning Brauer
2007-05-28
Only call add_net_randomness() once per interrupt instead of once per packet....
Ryan Thomas McBride
2007-05-28
Users of arc4random() should include dev/rndvar.h directly.
Ryan Thomas McBride
2007-05-27
get rid of static.
David Gwynne
2007-05-27
clarify things by passing kif->pfik_ifp around in pf_test{,6} instead
Pierre-Yves Ritschard
2007-05-26
add comments indicating why we do m = *m0; again after pf_normalize, ryan ok
Henning Brauer
2007-05-26
one extern seems to be better than 20 for ifqmaxlen; ok krw
Jason Wright
2007-05-26
More comment typos from Diego Casati. Including winners like funtion, allmost,
Kenneth R Westerback
2007-05-23
use the intr pool when allocating from interrupt context;
Markus Friedl
2007-05-21
make bridge(4) mark packets with M_PROTO1 if gif(4) needs to use
Markus Friedl
2007-05-20
Handle IP address stuff in tls/tlf state messages
Can Erkin Acar
2007-05-16
fix return values in bridge_output.
Michele Marchetto
2007-05-16
count the number of multicast ranges that are kept in the list of multicast
David Gwynne
2007-05-15
Update the ifp of bridge cache entries if the entry is not static. This
Claudio Jeker
2007-05-08
block ALL packets with rthdr0 in pf_test6(). We already do this
Ryan Thomas McBride
2007-05-08
Routing headers are dangerous. Deal with them the same way as IPv4 options:
Ryan Thomas McBride
2007-05-08
wildcard is nowhere used anymore. Figured out by deraadt@
Claudio Jeker
2007-05-08
rtalloc2() and rtalloc_noclone() inside NPF > 0
Theo de Raadt
2007-05-03
Use if_flags instead of ifr_flags.
Marco Pfatschbacher
2007-04-26
extend the trunk protocol API with some additional callbacks required
Reyk Floeter
2007-04-23
add ethernet type for "slow protocols" (defined in IEEE 802.3ad)
Reyk Floeter
2007-04-19
Cleanup spaces.
Claudio Jeker
2007-04-18
Typo in comment. From Brad.
Marco Pfatschbacher
2007-04-18
Break out of the mtag check loop when a hit was found else we end up in a
Claudio Jeker
2007-04-17
Add support for setting the address of the ppp peer.
Marco Pfatschbacher
2007-04-11
Don't use m_prepend() even if it is used mostly correct here.
Claudio Jeker
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2007-03-27
grammar from bret lambert, and one more from me;
Jason McIntyre
2007-03-25
Synchronise carp advertisements on group demotion.
Marco Pfatschbacher
2007-03-24
Kill the horrible hack of storing the pid in struct selinfo.
Artur Grabowski
2007-03-23
add ethertype for ata over ethernet (AoE)
Ted Unangst
2007-03-20
do not use out of scope variable in macros -- only use the macro arguments pa...
Michael Shalayeff
2007-03-19
Use u_int32_t instead of u_long for IP addresses.
Marco Pfatschbacher
2007-03-19
no longer create a pflog0 by default.
Henning Brauer
2007-03-18
Add IP load balancing support for carp(4).
Marco Pfatschbacher
2007-03-04
Make sure a bpf device can only be opened once.
Can Erkin Acar
2007-02-26
because sparc has variable pagesize, ctob() varies between machines, and we
Theo de Raadt
2007-02-23
if machine has more than 100MB of physmem, default the max table entries
Theo de Raadt
2007-02-22
Make gif(4) altq aware. This simplifies setting up traffic shaping on gif(4)
Claudio Jeker
2007-02-22
make urpf-failed work with multipath routes.
Pierre-Yves Ritschard
2007-02-21
For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case.
Claudio Jeker
2007-02-19
add handling of skip steps for urpf-failed addresses.
Pierre-Yves Ritschard
2007-02-16
Unbreak ppp(8) over tun(4) by restriciting the flags that can be changed
Claudio Jeker
2007-02-15
Set topology change propagation on all ports _except_ the caller.
Reyk Floeter
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2007-02-12
Don't pass random flags to SIOIFFLAGS when changing the lladdr.
Marco Pfatschbacher
2007-02-11
Remove _KERNEL_OPT leftovers.
Miod Vallat
2007-02-10
Cleanup, kill dead code and unused arguments. Mostly stuff that is computed
Claudio Jeker
2007-02-09
allow counters to be reset with DIOCGETRULES.
Henning Brauer
2007-02-09
grammar fix from bret lambert;
Jason McIntyre
[next]