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
/
net
Age
Commit message (
Expand
)
Author
2017-11-13
Grab the KERNEL_LOCK() to iterate on the global list of PF_KEY sockets.
Martin Pieuchot
2017-11-13
Remove useless comment about if_ioctl() & reduce grep noise.
Martin Pieuchot
2017-11-13
add a generic packet rate matching filter. allows things like
Henning Brauer
2017-11-13
remove the ability for pf_ouraddr to say that a packet is forwarded.
David Gwynne
2017-11-12
Only use a single taskq to process incoming network packets as soon as
Martin Pieuchot
2017-11-10
Introduce a reader version of the NET_LOCK().
Martin Pieuchot
2017-11-10
Use percpu counters with etheripstat.
Visa Hankala
2017-11-09
The cmd argument of ifconf() has been unused since COMPAT_LINUX was
Theo Buehler
2017-11-04
Move the ioctls that only need a read lock from ifioctl into a new
Theo Buehler
2017-11-04
raw_init() is dead and <net/raw_cb.h> doesn't need to be included there.
Martin Pieuchot
2017-11-04
Stop calling ifp->if_ioctl() inside in{,6}_ioctl().
Martin Pieuchot
2017-11-03
After inlining of raw_detach we know the sizes for free; pointed out
Florian Obser
2017-11-03
use rop->rcb similar like in pfkeyv2_detach(); suggested by visa
Florian Obser
2017-11-03
Inline trivial functions from raw_cb.c and tedu it.
Florian Obser
2017-11-03
There is no way SS_NOFDREF is set on a raw socket in raw_usrreq for
Florian Obser
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-10-31
- add one more softnet taskq
Alexandr Nedvedicky
2017-10-30
- fine tuning PF_LOCK in pfioctl()
Alexandr Nedvedicky
2017-10-30
Kill <net/slip.h>.
Martin Pieuchot
2017-10-29
Kill unused members using forward declaration only types.
Martin Pieuchot
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 Multicast and Broadcast flags from the encapsulated packet in
Martin Pieuchot
2017-10-24
remove defines for ioctls the kernel doesn't recognise
Jonathan Gray
2017-10-20
Kill dead ioctl handlers.
Martin Pieuchot
2017-10-19
There was a possible stack overrun in the network since we had
Alexander Bluhm
2017-10-16
Remove kernel support for the following ioctl(2)s, deprecated since 2001:
Martin Pieuchot
2017-10-16
Multiple tweaks:
Martin Pieuchot
2017-10-16
Last changes before running IPsec w/o KERNEL_LOCK().
Martin Pieuchot
2017-10-16
Change most of the returns into breaks. This will let us release a lock.
Martin Pieuchot
2017-10-12
Move sysctl_mq() where it can safely mess with mbuf queue internals.
Martin Pieuchot
2017-10-12
Fix a singed vs unsigned comparison resulting in an overflow of the
Martin Pieuchot
2017-10-11
ifioctl() cleanups.
Martin Pieuchot
2017-10-09
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Martin Pieuchot
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-09-05
- split pf_find_or_create_ruleset() to smaller chunks.
Alexandr Nedvedicky
2017-09-05
Simplify rtable_mpath_insert().
Martin Pieuchot
2017-09-05
Restart the iteration when a multipath list is re-ordered to make sure
Martin Pieuchot
2017-09-05
Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().
Martin Pieuchot
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-17
Remove a class from parent's active list when queue is empty
Mike Belopuhov
2017-08-17
Resolve races with the hfsc_deferred timeout
Mike Belopuhov
2017-08-17
Skip SPD lookups for short packets on IPsec-enabled bridge
Mike Belopuhov
2017-08-16
Validate pfra_type after copyin before using it to index an array
Mike Belopuhov
2017-08-15
After we stopped processing router advertisements in the kernel
Florian Obser
2017-08-14
Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL.
Reyk Floeter
2017-08-14
move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage)
Henning Brauer
2017-08-14
add half-open tcp states accounting, road paved by sashan
Henning Brauer
2017-08-14
Use the rv variable in sppp_output() as it was intended.
Reyk Floeter
[next]