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
/
pipex.c
Age
Commit message (
Expand
)
Author
2013-06-08
Add new sysctl for pipex packet input/output queue length and
YASUOKA Masahiko
2013-04-16
When pipex session is terminated by idle timer, there was a problem that
YASUOKA Masahiko
2013-03-28
code that calls timeout functions should include timeout.h
Ted Unangst
2013-03-28
no need for a lot of code to include proc.h
Ted Unangst
2013-02-13
Pipex did panic when the 0 length mppe is given by ioctl. Return
YASUOKA Masahiko
2012-12-14
oops, debug printf sneaked in. i must be out of practice.
David Gwynne
2012-12-13
pipex_init can be called multiple times (by whatever subsystems want to use
David Gwynne
2012-09-28
fix adress family for ipv6 bpf packet capture; ok yasuoka
Markus Friedl
2012-09-19
ioctl requests are u_long not int, spotted via clang
Jonathan Gray
2012-09-19
cleanup around the pipex. naming style, delete or update comments.
YASUOKA Masahiko
2012-09-10
drop the unencrypted packets when the MPPE is required. This was
YASUOKA Masahiko
2012-09-10
add missing the congestion indicator code on IPv6 path.
YASUOKA Masahiko
2012-07-17
use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending
YASUOKA Masahiko
2012-05-05
pipex_ip6_input() called IF_DROP() with incorrect queue.
YASUOKA Masahiko
2012-04-22
Remove redundant returns from functions returning void. Wrap return
YASUOKA Masahiko
2012-04-04
pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected.
YASUOKA Masahiko
2012-01-31
add missing calls to pf_pkt_addr_changed(); ok henning@
Markus Friedl
2012-01-23
The ingress filter of pipex and npppd become configurable and disabled
YASUOKA Masahiko
2012-01-18
Fix a problem that causes LCP keepalive timeout. In case the ack number of
YASUOKA Masahiko
2011-11-25
fix compile errors without INET6. no binary change.
YASUOKA Masahiko
2011-10-15
Added "provision for rewound PPP frames" that allows receiving
YASUOKA Masahiko
2011-07-09
honor the net.inet.udp.checksum setting.
David Hill
2011-07-08
Last part of pipex_{pppoe,l2tp,pptp}_input() are almost identical.
YASUOKA Masahiko
2011-07-08
Include PIPEX in kernel by default. And add new sysctl variable
YASUOKA Masahiko
2011-07-07
We should not have any direct initialization of ifq structures.
Ryan Thomas McBride
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-03-14
fixed a use-after-free bug introduced at 1.7 in pipex_mppe_output().
YASUOKA Masahiko
2011-02-24
Don't use address and control field on PPPoE, they must not be used as
YASUOKA Masahiko
2011-01-28
make sure that the size of the addresses userland is trying to configure
David Gwynne
2010-09-29
pipex_pptp_userland_output() calls always m_pullup() 16 bytes to the
YASUOKA Masahiko
2010-09-28
wrap long line. correct indent. delete a useless comment.
YASUOKA Masahiko
2010-09-26
Length field in L2TP header was broken.
YASUOKA Masahiko
2010-09-24
Add L2TP support to PIPEX.
SUENAGA Hiroki
2010-09-22
Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd
Claudio Jeker
2010-09-21
Cleanup handlings for memory shortage condition:
YASUOKA Masahiko
2010-07-09
Modified to make sure that pipex_mppe_ouput() keeps the packet 32bit
YASUOKA Masahiko
2010-07-08
pipex didn't work on output. Fixed following problems:
YASUOKA Masahiko
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-01-13
cleanup pipex code. ok henning@
YASUOKA Masahiko
2010-01-13
replace static on functions with Static so openbsd can define it away
David Gwynne
2010-01-11
Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding
YASUOKA Masahiko