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-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
2016-03-14
move the vlan protocol definitions to the same places as the ethernet ones
David Gwynne
2016-03-13
i forgot to rename p to ifp0 in vlan_config
David Gwynne
2016-03-13
consistencly name ifnet pointers like we did in carp
David Gwynne
2016-03-09
remove __vax__
Theo de Raadt
2016-03-09
rework how mpw(4) interacts with vlan(4)
David Gwynne
2016-03-08
- bridge_localbroadcast() must call pf_pkt_addr_changed()
Alexandr Nedvedicky
2016-03-07
http -> https for IETF/IANA URLs in comments
mmcc
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-04
- putting back KASSERT(), which I've backed out on Jan 31
Alexandr Nedvedicky
2016-03-03
prototype vlan_inject()
David Gwynne
2016-03-03
factor out the injection of a vlan shim into an ethernet frame
David Gwynne
2016-03-02
provide generic ioctls for managing an interfaces parent
David Gwynne
2016-03-01
Set IFF_MULTICAST flag on tun(4) interfaces so IPv6 addresses can be assigned.
Stefan Sperling
2016-03-01
enm_ac in ether_multi is set but never used. so we dont need it.
David Gwynne
2016-02-28
Support for running Linux binaries under emulation is going away.
Christian Weisgerber
2016-02-26
L2 entries are always in the first table of a routing domain, this fixes
Theo de Raadt
2016-02-24
Fix ECMP routing by passing the correct destination address to the
Martin Pieuchot
2016-02-12
Convert to uiomove. From Martin Natano.
Stefan Kempf
2016-02-10
protect the bpf ring with splnet as well as the kernel lock.
David Gwynne
2016-02-05
return if the bpf_if passed to bpf_tap and _bpf_mtap are NULL.
David Gwynne
2016-01-31
Convert to ulmin and uiomove to prevent integer truncations.
Stefan Kempf
2016-01-31
- m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them out
Alexandr Nedvedicky
[next]