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
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-11
Validate sockaddr from userland in central functions. This results
Alexander Bluhm
2017-08-10
icmp_mtudisc() might be called by TCP even on loopback after a
Alexander Bluhm
2017-08-08
fix typo in previous commit.
T.J. Townsend
2017-08-08
Stop running nd6_expire every second.
Florian Obser
2017-08-08
Increase the limit of the IP protocol queues from 256 to 2048 mbufs.
Alexander Bluhm
2017-08-04
The in_pcbhashlookup() in in_pcbconnect() enforces that the 4 tupel
Alexander Bluhm
2017-08-04
We do have SO_TIMESTAMP since some time and there is other code in the
Florian Obser
2017-08-03
Since nearly 20 years the correct spelling of
Florian Obser
2017-07-30
Switch installer to Allotment Routing Table (ART).
Florian Obser
2017-07-28
Add an error argument to rtm_send() instead of rerolling it inside
Martin Pieuchot
2017-07-27
Grab the KERNEL_LOCK() before calling sorwakeup().
Martin Pieuchot
2017-07-14
kernels don't build without MROUTING because ip_var.h only sometimes
Ted Unangst
2017-07-12
Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls
Florian Obser
2017-07-05
Fix RAMDISK build.
Visa Hankala
2017-07-05
The IP in IP input function strips the outer header and reinserts
Alexander Bluhm
2017-06-26
Convert ip_input() to a pr_input style function. Goal is to process
Alexander Bluhm
2017-06-26
Assert that the corresponding socket is locked when manipulating socket
Martin Pieuchot
2017-06-26
Split a part of tdb_delete() into tdb_unlink() so that we can remove
Patrick Wildt
2017-06-22
Fix the remaining ';;'s in sys/
Tom Cosgrove
2017-06-20
Do not use the interface pointer after if_put(). Rename ipip_input_gif()
Alexander Bluhm
2017-06-19
When dealing with mbuf pointers passed down as function parameters,
Alexander Bluhm
2017-06-19
The IP multicast forward functions return an errno, call the variable
Alexander Bluhm
2017-06-11
Use a common 'goto bad' style and set mp to NULL after freeing it
Alexander Bluhm
2017-06-09
Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even
Martin Pieuchot
2017-06-07
Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals
Martin Pieuchot
2017-05-31
Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and
Martin Pieuchot
2017-05-30
add sizes to free() calls
Theo de Raadt
2017-05-30
Carp balancing ip does not work since there is a mac filter in
friehm
2017-05-30
Introduce ipv{4,6}_input(), two wrappers around IP queues.
Martin Pieuchot
2017-05-29
Per-interface list of addresses, both multicast and unicast, are
Martin Pieuchot
2017-05-28
Call bpf_mtap_af() a bit earlier in ipip_input(). This prepares
Alexander Bluhm
2017-05-28
Leaving IP multicast group requires the NET_LOCK().
Martin Pieuchot
2017-05-28
clang warns on unused labels. Place a recently introduced label under
Jonathan Gray
2017-05-28
Rename ip_local() to ip_deliver() and give it the same parameters
Alexander Bluhm
2017-05-27
Fix the carp mode 'balancing ip-stealth'. Set the link state UP
Alexander Bluhm
2017-05-26
In IPIP input rename the variable ipo to ip as it is used for inner
Alexander Bluhm
2017-05-26
Instead of looking at the IP version of the header, use the outer
Alexander Bluhm
2017-05-22
Move IPsec forward and local policy check functions to ipsec_input.c
Alexander Bluhm
2017-05-22
Use the IPsec policy check from IPv4 also when doing local delivery
Alexander Bluhm
2017-05-22
Fix a mbuf leak when reflecting an ICMP packet with IP options.
Alexander Bluhm
2017-05-18
Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in
Martin Pieuchot
2017-05-18
The function name ip4_input() is confusing as it also handles IPv6
Alexander Bluhm
2017-05-17
The large and nested GIF #ifdef in protosw made it hard to figure
Alexander Bluhm
2017-05-16
Sync three changes that were caught by IPv6 multicast routing review:
Rafael Zalamena
2017-05-16
Make return values more meaningful by using errno instead of -1 or 1.
Rafael Zalamena
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-05-16
Let malloc() block when the caller of the add route function is
Rafael Zalamena
2017-05-16
Call rtfree() after each use of routes and make sure the route is valid
Rafael Zalamena
2017-05-13
Do not check for mapped addresses in tcp_usrreq(PRU_CONNECT),
Alexander Bluhm
[next]