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-11-04
Stop calling ifp->if_ioctl() inside in{,6}_ioctl().
Martin Pieuchot
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-11-01
Fix typo in previous resulting in a NULL dereference.
Martin Pieuchot
2017-10-31
- add one more softnet taskq
Alexandr Nedvedicky
2017-10-29
This doesn't need the NET_LOCK, everything is protected by a mutex.
Florian Obser
2017-10-29
Move NET_{,UN}LOCK into individual slowtimo functions.
Florian Obser
2017-10-27
Dump IPsec flows by iterating over the rafdix-tree.
Martin Pieuchot
2017-10-26
Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use'
Martin Pieuchot
2017-10-25
Remove the TCP_FACK option and associated #if{,n}def code.
job
2017-10-24
Refactor handling of partial TCP acknowledgements
Mike Belopuhov
2017-10-24
Remove some more tests checking for a non-NULL `ifp->if_ioctl'.
Martin Pieuchot
2017-10-24
Remove support for never used ioctls originating from KAME.
Martin Pieuchot
2017-10-22
Unconditionally enable TCP selective acknowledgements (SACK)
Mike Belopuhov
2017-10-20
Do not test if if_ioctl is NULL, it isn't.
Martin Pieuchot
2017-10-18
When reusing an mbuf at the upper end of the network stack, strip
Alexander Bluhm
2017-10-16
Handle the case where the parent of a carp(4) is being destroyed
Martin Pieuchot
2017-10-16
Last changes before running IPsec w/o KERNEL_LOCK().
Martin Pieuchot
2017-10-11
Remove lie talking about splsoftclock().
Martin Pieuchot
2017-10-09
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Martin Pieuchot
2017-10-06
Unfortunately I removed too much in my previous commit and broke
Alexander Bluhm
2017-10-06
Kill the divert-packet socket option IP_DIVERTFL to filter packets.
Alexander Bluhm
2017-09-20
Use m_copym() instead of m_dup_pkt() to fix a kernel assert when
Visa Hankala
2017-09-07
Replace a goto found in the ipq foreach loop with a simple break.
Alexander Bluhm
2017-09-06
Replace the call to ifa_ifwithaddr() in divert6_output() with a
Alexander Bluhm
2017-09-06
Replace the call to ifa_ifwithaddr() in divert_output() with a route
Alexander Bluhm
2017-09-05
Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().
Martin Pieuchot
2017-09-05
Serialize access to IP reassembly queue with a mutex. This lets
Visa Hankala
2017-09-01
Simplify list traversal in ip_freef(), and replace a hand-rolled
Visa Hankala
2017-09-01
Change sosetopt() to no longer free the mbuf it receives and change
Martin Pieuchot
2017-08-22
Prevent a race against ipsec_in_use.
Martin Pieuchot
2017-08-15
Convert hand rolled sockaddr checks to the nam2sin functions.
Alexander Bluhm
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
[next]