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
2009-01-16
In pf_test_rule(), if we don't create a state, free any state keys that
David Krause
2009-01-09
fix egress group matching for IPv6; ok claudio@
David Krause
2009-01-08
Fix sockaddr_mpls structure.
Michele Marchetto
2009-01-06
Always check rs_malloc() returns. Also add M_ZERO and M_CANFAIL
Thordur I. Bjornsson
2009-01-06
Change the way way rn_mklists work (especially the RNF_NORMAL ones).
Claudio Jeker
2009-01-06
Send broadcast and multicast traffic not only out on all bridge interfaces but
Claudio Jeker
2009-01-03
sync flow sequence ids on all used pflow interfaces.
Joerg Goltermann
2009-01-03
Write back the priority the kernel used. Fixes a problem seen in ospfd when
Claudio Jeker
2008-12-29
At least try to make this code a bit easier to read. Don't fiddle with x
Claudio Jeker
2008-12-29
Use rn_mpath_next() in rtalloc_mpath() to figure out if the next route
Claudio Jeker
2008-12-22
Change DLT_MPLS number.
Michele Marchetto
2008-12-21
split the pfsync input routine up so that each action has its own function
David Gwynne
2008-12-18
Remove redundant function prototypes which are already in pfvar.h
David Hill
2008-12-14
Allow trunk_hashmbuf() to take HW VLAN tagging into consideration.
Brad Smith
2008-12-14
Since trunk_hashmbuf() and thus trunk_lb_gethdr() are no longer specific
Brad Smith
2008-12-12
Introduce a if_priority that will be added to RTP_STATIC when routes are
Claudio Jeker
2008-12-12
Make sure that incomming routing messages don't have RTP_DOWN set. Mask
Claudio Jeker
2008-12-11
export per-interface mbuf cluster pool use statistics out to userland
Theo de Raadt
2008-12-05
add ethertype and tcpdump support for VLAN stacking (QinQ) with
Stuart Henderson
2008-12-01
A bit more cleanup.
Brad Smith
2008-11-30
- Remove unused if_reset "bus reset routine" field in the ifnet struct.
Brad Smith
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-26
Avoid network livelock.
Theo de Raadt
2008-11-26
dont have bpf.h expose the kernel ticks variable wherever it is includeing.
David Gwynne
2008-11-26
provide m_clsetlwm, an interface for an interface to raise its low
David Gwynne
2008-11-25
expect if_flags to have IFF_RUNNING rather than IFF_UP before modifying
David Gwynne
2008-11-25
art says he doesnt suck anymore, so enable the really big cluster
David Gwynne
2008-11-25
Factor increases are not needed, +1 appears to work as well.
Theo de Raadt
2008-11-25
m_cluncount() needs to walk the mbuf chain to correctly uncount all clusters
Claudio Jeker
2008-11-24
Remove the IFF_OACTIVE dance in gif_start this is not needed because start
Claudio Jeker
2008-11-24
move MCLPOOLS to if.h and force uipc_mbuf.c to get if.h, there is no
Theo de Raadt
2008-11-24
Fix splasserts seen in pr 5987 by propagating a flag that discribes
Mike Belopuhov
2008-11-24
add several backend pools to allocate mbufs clusters of various sizes out
David Gwynne
2008-11-24
Implement link-state tracking on the routing table. Routes to interfaces
Claudio Jeker
2008-11-23
softraid support for ata over ethernet (aoe). this includes a client and
Ted Unangst
2008-11-22
Allow rt_msg1() to get a NULL as struct rt_addrinfo this simplifies a few
Claudio Jeker
2008-11-21
Change rn_mpath_next() to be able to walk over the full multipath list
Claudio Jeker
2008-11-16
Make sure to increment the the output error counter if
Brad Smith
2008-11-10
Clear ifindex2ifnet[] in if_detach() this is needed because link local
Claudio Jeker
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-11-08
Take into account that our ether_input() already strips the
Marco Pfatschbacher
2008-11-07
use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ...
Theo de Raadt
2008-11-07
give this some /* CONSTCOND */ love
Theo de Raadt
2008-11-07
Replace the number of bits to shift with EVL_PRIO_BITS in the
Brad Smith
2008-11-06
Introduced IPv6 support of uniform model for TTL handling.
Michele Marchetto
2008-11-04
Move the trunk port count check from trunk_lb_start() to trunk_start()
Brad Smith
2008-11-01
Introduced Uniform Model for TTL handling.
Michele Marchetto
2008-10-30
Fix building with !INET6 kernels.
Brad Smith
2008-10-28
Always skip "urpf-failed" test for IPv6 link local addresses.
Marco Pfatschbacher
2008-10-28
add support for multiple pflow(4) interfaces
Joerg Goltermann
[next]