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
/
netinet6
/
ip6_divert.c
Age
Commit message (
Expand
)
Author
2013-06-26
put the cksum diff back, of course with the bug fixed where we could
Henning Brauer
2013-05-31
Remove a bunch of sockaddr_in6 pointer casts and replace others
Alexander Bluhm
2013-04-08
Recalculate the IP and protocol checksums of packets (re)injected via
Lawrence Teo
2013-04-02
Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL
Alexander Bluhm
2013-03-28
no need for a lot of code to include proc.h
Ted Unangst
2012-11-06
backout csum diff for the moment, requested by theo
Henning Brauer
2012-11-01
redo most of the protocol (tcp/udp/...) checksum handling
Henning Brauer
2012-10-21
Add the IP_DIVERTFL socket option on divert(4) sockets to control
Sebastian Benoit
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-03-09
Use correct routing domain when doing address lookups.
Joel Sing
2010-03-08
Use properly initialised sockaddr_in/sockaddr_in6 struct when performing
Joel Sing
2009-11-05
IPv6 support for divert sockets.
Michele Marchetto