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-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
2016-01-27
white space tweaks. no functional change.
David Gwynne
2016-01-26
- state keys imported by if_pfsync trip refcnt != ~0 Assert
Alexandr Nedvedicky
2016-01-25
- plugging massive pf_state_key leak
Alexandr Nedvedicky
2016-01-25
Convert to uiomove(). Diff from Martin Natano.
Stefan Kempf
2016-01-25
don't return an uninitialised value for the SIOCGLIFPHYRTABLE case
Jonathan Gray
2016-01-22
Always check destination MAC address of received unicast packets, not
Stefan Fritsch
2016-01-22
Drop packets whose VNI flag is not set and VNI is not zero
Kazuya Goda
2016-01-22
Support tunnel VRF on etherip(4)
Kazuya Goda
2016-01-20
dlg@ took a pity on me and let me stay sane a bit longer by giving
Mike Belopuhov
2016-01-18
Pass the address length to art_alloc() and remove the hack abusing the
Martin Pieuchot
2016-01-18
Stop storing a backpointer to the corresponding ART node in each route
Martin Pieuchot
2016-01-15
rs_malloc() does not need to be cast
mmcc
2016-01-14
Increase buffer sizes and watermarks for tty and ppp
Stefan Fritsch
2016-01-14
No need for a splnet() dance around IFQ_DEQUEUE() anymore.
Martin Pieuchot
2016-01-13
dont propagate any of the parent interfaces offload features on svlan
David Gwynne
2016-01-12
Remove wireless turbo mode support. It is a non-standard extension
Stefan Sperling
2016-01-12
Compare if the prefix lengths are equal rather than checking if the
Martin Pieuchot
2016-01-08
Get rid of the arp and revarp input queues.
Martin Pieuchot
2016-01-07
- retrying to commit earlier change, which got backed out
Alexandr Nedvedicky
2016-01-07
Make open(O_NONBLOCK) of tun, tap, and bpf behave like open+ioctl(FIONBIO)
Philip Guenther
2015-12-31
Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap'
Stuart Henderson
[next]