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-01-02
Grab the NET_LOCK() when setting an IPv6 address, just like it is done
Martin Pieuchot
2017-01-01
Grab the NET_LOCK() in pppdealloc(), prevent an assert reported by stsp@.
Martin Pieuchot
2016-12-29
In pf_refragment6() use the valid route from pf_route6() instead
Alexander Bluhm
2016-12-29
Change NET_LOCK()/NET_UNLOCK() to be simple wrappers around
Martin Pieuchot
2016-12-29
Use __func__ instead of explicit function name in panic messages.
Alexander Bluhm
2016-12-28
Fix white spaces. No binary change.
Alexander Bluhm
2016-12-28
In pf_find_state() pkt_sk was set to NULL if pkt_sk->reverse was
Alexander Bluhm
2016-12-28
Better check for a valid route than for an existing route in pf
Alexander Bluhm
2016-12-23
Replace function names with __func__ in debug prints to make grep
Alexander Bluhm
2016-12-23
Fix white spaces. No binary change.
Alexander Bluhm
2016-12-22
Validate the OFP header to make sure it always have a sane size, also
Rafael Zalamena
2016-12-22
Grab the netlock when device is opened; ok mpi, rzalamena
Mike Belopuhov
2016-12-21
Grab the netlock when opened and closed; ok mpi, rzalamena
Mike Belopuhov
2016-12-21
Remove the netlock workaround since if_detach is doing it for us now.
Mike Belopuhov
2016-12-21
Generate an IFINFO message when changing the MTU of an interface.
Jeremie Courreges-Anglas
2016-12-20
Grab the netlock during interface attach and detach.
Mike Belopuhov
2016-12-20
A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl
Alexander Bluhm
2016-12-20
Release the NET_LOCK() before calling any socket function since it is
Martin Pieuchot
2016-12-20
Kill recursive splsoftnet()/splx() dances in ioctl(2) path.
Martin Pieuchot
2016-12-19
Stop mentioning splsoftnet() in comments, it's almost history.
Martin Pieuchot
2016-12-19
Kill useless comment about splsoftnet() which is going away.
Martin Pieuchot
2016-12-19
Sending keep alive ends up in ip_output(), so it needs the NET_LOCK().
Martin Pieuchot
2016-12-19
Assert that IPL_SOFTNET is needed rather than calling splsoftnet()
Martin Pieuchot
2016-12-19
Timer sending packets need to grab the NET_LOCK().
Martin Pieuchot
2016-12-19
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
Martin Pieuchot
2016-12-17
Insert RTF_CLONED routes at a higher priority than their partent to
Martin Pieuchot
2016-12-14
Make 'route add default' show a nicer error message if the provided
Stefan Sperling
2016-12-14
fix typo (bas->base), "please commit" mikeb@
Stuart Henderson
2016-12-13
New media types from FreeBSD
Mike Belopuhov
2016-12-13
make v6 tunnel address handling consider ipv6 scope.
David Gwynne
2016-12-12
Kill recursive splsoftnet().
Martin Pieuchot
2016-12-12
Remove most of the splsoftnet() recursions related to cloned interfaces.
Martin Pieuchot
2016-12-06
Use the sizeof udphdr not the sizeof a pointer to it in the af-to
Jonathan Gray
2016-12-05
Propagate error type in validation functions that call
Rafael Zalamena
2016-12-05
Remove the flow id from the flow entry struct and the global variable,
Rafael Zalamena
2016-12-05
Add missing prototypes for all functions declared in the file.
Rafael Zalamena
2016-12-04
Since net/route.c r1.337 interface priority factors into route priority
Stefan Sperling
2016-12-02
Clean up leftovers from r1.442.
Vincent Gross
2016-12-02
Limit the amount of flows that can be installed on flow tables.
Rafael Zalamena
2016-12-02
Fix some spelling errors in the OpenFlow header and update the tcpdump(8)
Rafael Zalamena
2016-12-02
Use the right variable for storing the maximum group table size and use
Rafael Zalamena
2016-12-02
Assert that rt_match() is always called at IPL_SOFTNET rather than
Martin Pieuchot
2016-12-02
Rremoves 'struct route_in6 *' argument from in6_selectsrc().
Martin Pieuchot
2016-12-02
Fix flow-removed OFP header xid value: use htonl() instead of htons() for
Rafael Zalamena
2016-11-30
Fix another free() with wrong size panic when handling group-mod buckets
Rafael Zalamena
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-11-29
Remove debugging code that was always enabled and printed parsed
Reyk Floeter
2016-11-29
For virtual Ethernet drivers that don't have a technical limit of the
Reyk Floeter
2016-11-28
Path MTU discovery and traceroute did not always work with pf af-to.
Alexander Bluhm
2016-11-28
Implement more validations for switch(4) groups handling: check for invalid
Rafael Zalamena
[next]