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-03-26
Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone?
Mike Belopuhov
2015-03-24
Convert hand-rolled mbuf list used to store packets until ARP
Martin Pieuchot
2015-03-18
"handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncating
Ryan Thomas McBride
2015-03-14
Check for the size of the supposed destination address when constructing
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-03-04
Do not check if the interface index matches the scope when all we want
Martin Pieuchot
2015-03-04
Explicitly fallback to a carp IP address if the parent does not have any
Martin Pieuchot
2015-02-11
Do not store the key and the gateway of a route entry in the same chunk
Martin Pieuchot
2015-02-11
Until carp(4) is converted to call ether_ifattach() and ether_ifdetach(),
Martin Pieuchot
2015-02-10
bzero -> memset and unify sizeof() usage (no space).
Claudio Jeker
2015-02-10
Nuke sin_zero before passing it on down into the ifa_ifwithaddr() that
Claudio Jeker
2015-02-09
Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the
Claudio Jeker
2015-02-08
Count dropped SYN packets on the tcpstat. They are dropped due to the
YASUOKA Masahiko
2015-02-08
Just use sysctl_rdstruct() to read out some structs. Only difference
Claudio Jeker
2015-02-08
De-static to make ddb hangman harder. OK phessler, henning
Claudio Jeker
2015-02-07
mechanical conversion of this code to using siphash instead of some xors.
David Gwynne
2015-02-07
Print a different error message if the route entry supposed to contain
Martin Pieuchot
2015-02-05
Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9).
Martin Pieuchot
2015-01-28
Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'s
Martin Pieuchot
2015-01-26
Call rtdeletemsg(9) instead of rerolling its code. As a bonus you'll
Martin Pieuchot
2015-01-26
Do not always try to rtfree(9) route entries inside rtdeletemsg(9).
Martin Pieuchot
2015-01-24
Userland (base & ports) was adapted to always include <netinet/in.h>
Theo de Raadt
2015-01-21
To satisfy kernel grovellers and bad (but document) sysctl
Theo de Raadt
2015-01-21
Remove the code to automagically find a "carpdev".
Martin Pieuchot
2015-01-19
mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNEL
Theo de Raadt
2015-01-19
First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>
Theo de Raadt
2015-01-13
Only notify userland about resolved ARP entries if the Ethernet address
Martin Pieuchot
2015-01-12
Kill the global list of IPv4 addresses.
Martin Pieuchot
2015-01-08
Factorize various duplicated chunks of (old and horrible) code, checking
Martin Pieuchot
2015-01-08
Do not unconditionally set a link-local address.
Martin Pieuchot
2015-01-05
Explicitly check for a non NULL ifp in in_control(). Only MROUTING
Martin Pieuchot
2014-12-28
remove KPDK. not really used, and a bad choice anyway. ok naddy
Ted Unangst
2014-12-23
unifdef some more INET. v4 4life.
Ted Unangst
2014-12-22
Make sure rtrequest1(9) is called under splsoftnet().
Martin Pieuchot
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-12-19
add messages to #error so we know what's what (and so unifdef doesn't poop)
Ted Unangst
2014-12-17
Remove the "multicast_" prefix from the fields a multicast-only struct.
Martin Pieuchot
2014-12-17
Use an interface index instead of a pointer for multicast options.
Martin Pieuchot
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-12-08
Do not use a "struct route" when a "struct rtentry" is enough.
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-25
Since in_broadcast() is now used to always iterate on all the interfaces
Martin Pieuchot
2014-11-25
The proliferation of "struct route" in all its flavors didn't make
Martin Pieuchot
2014-11-25
unifdef -USCOPEDROUTING, no object change.
Martin Pieuchot
2014-11-24
Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an
Martin Pieuchot
2014-11-20
sizes for simple free cases. sizeof(*) and one case where len is clear.
Ted Unangst
2014-11-20
Yet more #include de-duplication.
Kenneth R Westerback
2014-11-20
In TCP and UDP layers do not (ab)use the receiving interface to check
Martin Pieuchot
2014-11-20
funky spacing.
Martin Pieuchot
2014-11-20
Instead of playing hide-and-seek with the route to destination attached
Martin Pieuchot
[next]