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
2015-04-23
replace the use of struct ifqueue in pipex with mbuf_queues.
David Gwynne
2015-04-10
replace the use of ifqueues for most input queues serviced by netisr
David Gwynne
2015-04-10
mpi@ introduced a ph_cookie in mbuf packet headers that can be used
David Gwynne
2015-03-18
remove the congestion handling from struct ifqueue.
David Gwynne
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-12-01
Check the header fields of GRE and MPPE packets strictly.
YASUOKA Masahiko
2014-11-20
Yet more #include de-duplication.
Kenneth R Westerback
2014-11-04
Remove "pl" suffix on pool names.
Martin Pieuchot
2014-10-28
Fix pipex(4) to return multicast packets to the caller so that npppd can
YASUOKA Masahiko
2014-10-28
Initialize the lists of the hash tables and the virtual pipex
YASUOKA Masahiko
2014-10-28
Fix pipex(4) to initialize DF bit in IP header for L2TP message.
YASUOKA Masahiko
2014-10-21
tun(4) has a pipex session which is used for multicast internally, it
YASUOKA Masahiko
2014-10-20
pipex(4): Converted to use pool(9)
Masao Uebayashi
2014-10-18
Whitespace.
Masao Uebayashi
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-06-13
KASSERT in pipex_ppp_input() fails if a compressed PPP frame is received
YASUOKA Masahiko
2014-06-13
Fix KASSERT on pipex_ppp_input(). Must not reached there even if the
YASUOKA Masahiko
2014-06-13
Fix tcp-mss-adjust of pipex and npppd to update the pointer of
YASUOKA Masahiko
2014-04-21
ip_output() using varargs always struck me as bizarre, esp since it's only
Henning Brauer
2014-04-18
There is no need to initialize globals to 0.
Claudio Jeker
2013-11-11
Replace most of our formating functions to convert IPv4/6 addresses from
Martin Pieuchot
2013-10-24
Remove the number of in6_var.h inclusions by moving some functions and
Martin Pieuchot
2013-10-23
Remove the number of in_var.h inclusions by moving some functions and
Martin Pieuchot
2013-10-19
simplify checksum handling. no need to compute the pseudo hdr cksum
Henning Brauer
2013-10-17
The header file netinet/in_var.h included netinet6/in6_var.h. This
Alexander Bluhm
2013-09-20
Fix a panic bug in pipex. If pipex deletes a session by the idle-timer
YASUOKA Masahiko
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
[next]