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
2016-05-24
Do not call nd6_output() without route entry argument.
Martin Pieuchot
2016-05-23
remove the function pointer from mbufs. this memory is shared with data
Ted Unangst
2016-05-23
Pass a route entry to if_output() instead of relying on arpresolve() magic.
Martin Pieuchot
2016-05-18
Remove some superflous if_get(9)/if_put(9) dances now that ARP input
Martin Pieuchot
2016-05-18
rework the srp api so it takes an srp_ref struct that the caller provides.
David Gwynne
2016-05-10
make the bpf tap functions take const struct mbuf *
David Gwynne
2016-05-10
make bpf_mtap callers set the M_FILDROP flag if they care about it.
David Gwynne
2016-05-08
Do not export the IFXF_MPSAFE flag to userland, it is a kernel-only
Martin Pieuchot
2016-05-03
Stop using a soft-interrupt context to process incoming network packets.
Martin Pieuchot
2016-05-03
Put back a panic() if an incoming packet already has a statekey.
Martin Pieuchot
2016-05-02
Simplify life for routing table implementations by requiring that rtable_walk
Jonathan Matthew
2016-05-01
Remove a bogus "else" that was causing breakage with LCP echoes,
Stuart Henderson
2016-04-29
Make if_output() return EAFNOSUPPORT instead of just dropping packets
Kenneth R Westerback
2016-04-27
Remove unused arguments from rt_checkgate().
Martin Pieuchot
2016-04-19
tabs, not spaces
David Gwynne
2016-04-19
make setting a vlan interfaces lladdr more likely to work
David Gwynne
2016-04-18
Remove the hack that prevents changing pppoe params at runtime.
Mike Belopuhov
2016-04-15
remove ml_filter, mq_filter, niq_filter.
David Gwynne
2016-04-15
rename ifv_p to ifv_ifp0
David Gwynne
2016-04-15
rework vlan config to make it mpsafe and done by standard ioctls
David Gwynne
2016-04-15
replace m_copym2 with m_dup_pkt for the dup-to handling.
David Gwynne
2016-04-14
Enable device cloning for bpf. This allows to have just one bpf device
Martin Natano
2016-04-13
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Martin Pieuchot
2016-04-13
Keep all pools in the same place.
Martin Pieuchot
2016-04-12
Remove unneeded art_free().
Martin Pieuchot
2016-04-12
Set bridge(4)'s if_output to a dummy function returning EAFNOSUPPORT as
Martin Pieuchot
2016-04-07
Instead of panicking if an mbuf(9) already has a statekey dump its
Martin Pieuchot
2016-04-04
Add sys/queue.h where it's needed. Unbreak userland following recent
Stuart Henderson
2016-04-04
turns out EVL_ENCAPLEN is 4, not 18 or sizeof(*evl).
David Gwynne
2016-04-03
mark the packet buffer in bpf_filter as bounded by the pktlen arg
David Gwynne
2016-04-02
mark the bpf_mem ops as Static.
David Gwynne
2016-04-02
mark the program and buffer as const in bpf_filter()
David Gwynne
2016-04-02
refactor bpf_filter a bit.
David Gwynne
2016-04-01
Building kernels with PPPOE_SERVER enabled has been broken for at least
Jonathan Gray
2016-03-30
BIOCGQUEUE and BIOCSQUEUE are no more
David Gwynne
2016-03-30
remove support for BIOCGQUEUE and BIOSGQUEUE
David Gwynne
2016-03-30
replace bridge_m_dup with m_dup_pkt.
David Gwynne
2016-03-30
Implement proxy ARP for ART based on mpath support.
Martin Pieuchot
2016-03-29
the stack checks the mac address of rxed packets, so vlan(4) doesnt have to
David Gwynne
2016-03-29
make bpf_mtap et al return whether the mbuf should be dropped
David Gwynne
2016-03-29
- packet must keep reference to statekey
Alexandr Nedvedicky
2016-03-29
use sizeof(*evl) instead of EVL_ENCAPLEN in vlan_input
David Gwynne
2016-03-28
turn ifv_p into an interface index instead of a real pointer to the parent
David Gwynne
2016-03-26
Always include the route priority in routing messages.
Martin Pieuchot
2016-03-26
Do not populate RTAX_NETMASK when sending a routing message for RTF_HOST
Martin Pieuchot
2016-03-22
dont leak an mbuf when copying the packet in pipex_mppe_output fails
David Gwynne
2016-03-22
replace m_copym2 with m_dup_pkt
David Gwynne
2016-03-22
slight knf
David Gwynne
2016-03-18
refactor the vlan multicast list handling.
David Gwynne
2016-03-16
if ticks diverge from ifq_congestion too far the diff will go negative
David Gwynne
[next]