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
2015-09-11
Stricter checks on sockaddr content when binding PF_INET sockets.
Vincent Gross
2015-09-11
if_put after if_get.
David Gwynne
2015-09-11
Only include <sys/tame.h> in the .c files that need it
Philip Guenther
2015-09-11
Kill yet another argument to functions in IPv6. This time ip6_output's
Claudio Jeker
2015-09-11
in6_embedscope() needs to lose some weight. Remove the last argument.
Claudio Jeker
2015-09-10
It is time to put inet6 on a diet. Use the flensing knife and cut out
Claudio Jeker
2015-09-10
pass a cookie argument to interface input handlers that can be used
Mike Belopuhov
2015-09-10
if_put after if_get.
David Gwynne
2015-09-10
Only half of the IPv6 source address was used as input for the syn
Alexander Bluhm
2015-09-10
move the if input handler list to an SRP list.
David Gwynne
2015-09-10
correctly hold and put a reference to the revarp ifp while trying
David Gwynne
2015-09-10
move the guts of igmp_input into a igmp_input_if function and call
David Gwynne
2015-09-10
if_put after if_get in icmp input.
David Gwynne
2015-09-10
if_put added to the if_get calls. Reshuffle some code to make this easier.
Claudio Jeker
2015-09-10
Missing prototype change in previous.
Martin Pieuchot
2015-09-09
if_put after if_get
David Gwynne
2015-09-09
if_put after if_get
David Gwynne
2015-09-09
if_put after you if_get
David Gwynne
2015-09-09
gotta if_put after you if_get
David Gwynne
2015-09-09
Rewrite arpproxy() to no longer iterate on the global list of interfaces.
Martin Pieuchot
2015-09-09
Kill icmp6_ifstat_inc() and associated per-ifp storage.
Martin Pieuchot
2015-09-09
Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats.
Martin Pieuchot
2015-09-09
Fix English in comment. OK dlg@
Claudio Jeker
2015-09-04
Make every subsystem using a radix tree call rn_init() and pass the
Martin Pieuchot
2015-09-03
Revert (again!) the two uses of rtisvalid(9), they break NFS!
Martin Pieuchot
2015-09-03
Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9).
Martin Pieuchot
2015-09-02
Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8)
Martin Pieuchot
2015-09-01
Replace sockaddr casts with the proper satosin(), ... calls.
Alexander Bluhm
2015-09-01
Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9).
Martin Pieuchot
2015-08-31
`encif' should only be used under #ifdef NPF.
Martin Pieuchot
2015-08-30
Use a global table for domains instead of building a list at run time.
Martin Pieuchot
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-08-27
The syn cache is completely implemented in tcp_input.c. So all its
Alexander Bluhm
2015-08-27
When the dynamic TCP update is reducing so->so_snd.sb_hiwat the
Alexander Bluhm
2015-08-25
correct #if/#endif guard comment
Theo de Raadt
2015-08-24
Set the required IPL at the syn-cache pool instead of doing a
Alexander Bluhm
2015-08-24
Check for a RTF_LOCAL entry instead of iterating on the global list
Martin Pieuchot
2015-08-24
Rename the syn cache counter into tcp_syn_cache_count to have the
Alexander Bluhm
2015-08-24
In kernel initialize struct sockaddr_in and sockaddr_in6 to zero
Alexander Bluhm
2015-08-22
Move to tame(int flags, char *paths[]) API/ABI.
Theo de Raadt
2015-08-19
An interface address without interface pointer could cause an
Alexander Bluhm
2015-08-19
Convert all calls to rtrequest1() and the following error check
Alexander Bluhm
2015-08-19
KNF
Martin Pieuchot
2015-08-19
Make arplookup() return a pointer to a "struct rtentry".
Martin Pieuchot
2015-08-17
Use __func__ rather than the function name in log(9) calls to remove
Martin Pieuchot
2015-08-14
Replace sockaddr casts with the proper satosin() or satosin6() calls.
Alexander Bluhm
2015-08-13
Use foreach queue macros in tcp syn cache.
Alexander Bluhm
2015-08-13
In tcp syn cache convert the struct sockaddr casts to satosin()
Alexander Bluhm
2015-07-31
Removed uninitialized pointer usage, we didn't need to use it there anyway.
Rafael Zalamena
2015-07-29
Don't use mpls_input() as input handler anymore and instead call it
Rafael Zalamena
[next]