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
2010-09-02
don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE
Bret Lambert
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-08-25
Let rtable_add() return usefull errnos so that the ioctl handler and the
Claudio Jeker
2010-08-25
Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that
Claudio Jeker
2010-08-25
When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interface
Claudio Jeker
2010-08-24
spaces
Claudio Jeker
2010-08-24
Add a splnet() around a block that needs it for sure. Maybe more in
Claudio Jeker
2010-08-24
Only do the link state checking and RTF_UP dance if the routing table is
Claudio Jeker
2010-08-24
legibility fixes:
Bret Lambert
2010-08-24
last is a pointer so initialize to NULL and not 0. Also move initialization
Claudio Jeker
2010-08-22
Fix a 16 year old bug in the sorting routine for non-contiguous netmasks.
Marco Pfatschbacher
2010-08-21
an unchecked-for failure of workq_add_task could lead to an mbuf leak
Bret Lambert
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-08-05
In pf_icmp_mapping() the ICMP and ICMPv6 types shared the same
Alexander Bluhm
2010-07-31
another pair of files which relied on mbuf.h for pool.h; should be the last,
Bret Lambert
2010-07-28
pfsync_bulk_fail was mucking around with pfsync_softc and sending packets
David Gwynne
2010-07-25
Add missing braces so a loop will function as intended.
Jonathan Gray
2010-07-20
Switch some obvious network stack MAC comparisons from bcmp() to
Matthew Dempsky
2010-07-14
The append side of a socketbuffer is not allowed to call sbflush().
Claudio Jeker
2010-07-14
if we produce a lot of rtsock messages it is possible we will hit a
David Gwynne
2010-07-13
- find.fp_wsize *= find.fp_mss, 1;
Henning Brauer
2010-07-09
Add support for using IPsec in multiple rdomains.
Reyk Floeter
2010-07-09
Add the rtableid to struct rttimer and therefor make it available to
Claudio Jeker
2010-07-09
When protocol filtering is used on the rtsocket filter only messages that
Claudio Jeker
2010-07-09
instead of saying we're using the all the states in the table when
David Gwynne
2010-07-09
-#if 1 || defined(PFSYNC_DEBUG)
David Gwynne
2010-07-09
the current code doesnt detect when its filled a bulk packet so it
David Gwynne
2010-07-09
sending of bulk updates has been very broken since r1.124.
David Gwynne
2010-07-09
Modified to make sure that pipex_mppe_ouput() keeps the packet 32bit
YASUOKA Masahiko
2010-07-08
Use correct alignment for scrub max-mss. Based on a diff from deraadt.
Stuart Henderson
2010-07-08
pipex didn't work on output. Fixed following problems:
YASUOKA Masahiko
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
2010-07-03
s/$Id$/$OpenBSD$/
YASUOKA Masahiko
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-07-02
Some functions change the ifp in during ether_input(). This confuses the
Claudio Jeker
2010-07-02
remove prototype of okaytoclone, which got removed in 1.117
Jonathan Gray
2010-07-01
g/c unused param to pf_translate
Henning Brauer
2010-07-01
Allow to specify an alternative enc(4) interface for an SA. All
Reyk Floeter
2010-07-01
We have to add enc0 to the "enc" interface group manually on boot.
Reyk Floeter
2010-06-30
fix route label awesomeness, issue also known as PR6416
Henning Brauer
2010-06-29
Replace enc(4) with a new implementation as a cloner device. We still
Reyk Floeter
2010-06-28
Clean up iterface stats handling:
Ryan Thomas McBride
2010-06-28
Add the rtable id as an argument to rn_walktree(). Functions like
Claudio Jeker
2010-06-27
fix a comment and add a new one to make clear what the mbuf ptr save dance
Henning Brauer
2010-06-27
stuff nsaddr/ndaddr/nsport/ndport (addrs/ports after NAT, used a lot while
Henning Brauer
2010-06-27
Fix DIOCCHANGERULE ioctl broken in the remove of the address pools.
Ryan Thomas McBride
2010-06-26
timeout_del() the timers before destroying an interface so that no timeout
Claudio Jeker
2010-06-26
Implement a simple keepalive mechanism in gre(4) that is compatible with
Claudio Jeker
2010-06-26
bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough
Henning Brauer
2010-06-04
rt_timer_queue_destroy() did not actually destroy, leading to a potential
Bret Lambert
[next]