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
/
netinet
Age
Commit message (
Expand
)
Author
2010-10-28
Normalize mbuf after prepending space for the header since the data
Claudio Jeker
2010-10-23
Fix pr 6192: make netinet/tcp.h follow SUSv4 namespace rules by
Philip Guenthe
2010-10-21
There is no TCP6 in our kernel, so remove the #ifndef TCP6.
Alexander Bluhm
2010-10-10
In tcp_update_sndspace() and tcp_update_rcvspace() change the type
Alexander Bluhm
2010-10-06
Retire Skipjack
Mike Belopuhov
2010-09-30
If a caller is requesting to be set to the same rtable that they
Peter Hessler
2010-09-29
Initialize the ts_recent (received timestamp) field in the newly created
Claudio Jeker
2010-09-29
It is not allowed to recalculate the window scale after the initial SYN.
Claudio Jeker
2010-09-29
Do not delay ACKs on connections using loopback interfaces. There is no
Claudio Jeker
2010-09-29
Fix a unfinished comment and add another one for tcp_update_(snd|rcv)space().
Claudio Jeker
2010-09-28
wrap long line. correct indent. delete a useless comment.
YASUOKA Masahiko
2010-09-28
missing PR_NOWAIT
Theo de Raadt
2010-09-24
Add L2TP support to PIPEX.
SUENAGA Hiroki
2010-09-24
TCP send and recv buffer scaling.
Claudio Jeker
2010-09-23
remove m_pad in favor of m_inject as it's equivalent to m_inject
Mike Belopuhov
2010-09-23
add a new IP level socket option IP_PIPEX. This option is used for L2TP
YASUOKA Masahiko
2010-09-22
Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in ESP as per
Mike Belopuhov
2010-09-13
Change icmp_reflect() so that it does not call icmp_send directly. This
Claudio Jeker
2010-09-08
Return EACCES when pf_test() blocks a packet in ip_output(). This allows
Claudio Jeker
2010-08-29
Fix kernel compiling with disabled IPSEC and enabled GIF/MPLS
Joerg Goltermann
2010-08-26
Link local multicast requires a scope (either from the src or dst address)
Claudio Jeker
2010-08-20
white space fix
David Gwynne
2010-08-13
when sending a fragmented packet, dont check if the interfaces send queue
David Gwynne
2010-08-02
Prevent illegal struct casting by moving AF_INET/AF_INET6 address
Matthew Dempsky
2010-07-22
remove unused variable
Theo de Raadt
2010-07-20
Switch some obvious network stack MAC comparisons from bcmp() to
Matthew Dempsky
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-08
Add definitions for ICMP extended headers available for some ICMP messages
Claudio Jeker
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
2010-07-02
don't reference an item after it has been returned to the pool
David Krause
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-07-01
Allow to specify an alternative enc(4) interface for an SA. All
Reyk Floeter
2010-06-29
Replace enc(4) with a new implementation as a cloner device. We still
Reyk Floeter
2010-06-28
Add the rtable id as an argument to rn_walktree(). Functions like
Claudio Jeker
2010-06-26
Implement a simple keepalive mechanism in gre(4) that is compatible with
Claudio Jeker
2010-06-07
unfortunately classful routing isn't 100% dead, mostly thanks to ancient
Henning Brauer
2010-06-07
There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcp
Claudio Jeker
2010-06-04
Missed this file in previous commit; previous commit message was:
Bret Lambert
2010-05-28
Make sure the temporary buffer used to generate tcp options is properly
Mark Kettenis
2010-05-11
Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output()
Claudio Jeker
2010-05-11
Add IPPROTO_MPLS for MPLS in gif(4) encapsulation.
Claudio Jeker
2010-05-11
Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLS
Claudio Jeker
2010-05-07
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
Claudio Jeker
2010-04-25
Properly adjust group demotion counters when groups are added or
Marco Pfatschbacher
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-04-06
spacing
Theo de Raadt
2010-03-22
Add some MLDv2 definitions from FreeBSD.
Jonathan Gray
2010-03-11
unbreak the build with a custom kernel config including "pseudo-device
Stuart Henderson
2010-03-09
Use correct routing domain when doing address lookups.
Joel Sing
[next]