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
2018-01-22
Use ip_send() to not call ip_output() recursively in *start() routine.
Martin Pieuchot
2018-01-22
Do not call ip_output() recursively in vxlan_start().
Martin Pieuchot
2018-01-19
In pfioctl() a pf unlock was missing in the error path.
Alexander Bluhm
2018-01-19
Use the pf state key linking functions in two more places instead
Alexander Bluhm
2018-01-16
If pf route-to is used for locally generated packets, they may have
Alexander Bluhm
2018-01-16
Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip
Martin Pieuchot
2018-01-15
When pf(4) forwards incoming packets with route-to or reply-to,
Alexander Bluhm
2018-01-12
have carp use standard detach hooks instead of getting special handling
David Gwynne
2018-01-12
move gif_encap from gif_output to gif_start.
David Gwynne
2018-01-11
Advance data pointer after exporting SA type to userland. Otherwise
Alexander Bluhm
2018-01-10
get rid of struct carp_if by moving the srpl into struct ifnet if_carp.
David Gwynne
2018-01-10
Use pf_send_icmp() consistently in pf_route(). It sets the routing
Alexander Bluhm
2018-01-10
shuffle how the protocol family input is done in ether_input.
David Gwynne
2018-01-09
Stop grabing the KERNEL_LOCK() for running protocol input routines.
Martin Pieuchot
2018-01-09
Creating a cloned interface could return ENOMEM due to temporary
Alexander Bluhm
2018-01-09
Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion.
Martin Pieuchot
2018-01-09
make mpls_input take a struct ifnet *ifp argument.
David Gwynne
2018-01-08
Convert IF_CLONE_INITIALIZER() into C99 initializer.
Alexander Bluhm
2018-01-04
Back out tx mitigation again because it breaks suspend and resume at
Theo Buehler
2018-01-04
Include timeout & tasks in 'struct ifnet' instead of always allocating
Martin Pieuchot
2018-01-04
remove support for decapsulating LLC/SNAP frames.
David Gwynne
2018-01-03
Add support for IPv6 over MPLS pseudowire aka mpw(4)
denis
2018-01-02
Move the cloning bits in their own function.
Martin Pieuchot
2018-01-02
Move the NET_LOCK() inside the switch and start documenting which field
Martin Pieuchot
2018-01-02
reintroduce tx mitigation
David Gwynne
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
Philip Guenther
2017-12-29
Make sure that pf_mbuf_link_state_key() does not overwrite an
Alexander Bluhm
2017-12-29
Make the functions which link the pf state keys to mbufs, inpcbs,
Alexander Bluhm
2017-12-28
pf drops IPv4 packets with any options by default. For IPv6 the
Alexander Bluhm
2017-12-24
There was a corner case where linking the inp to the state key did
Alexander Bluhm
2017-12-21
drivers might want to call ifiq_barrier.
David Gwynne
2017-12-21
prototype if_attach_iqueues so drivers can configure multiple iqs.
David Gwynne
2017-12-18
Size for free(9).
Martin Pieuchot
2017-12-15
ifq_barrier should be callable by any nic, not just MPSAFE ones.
David Gwynne
2017-12-15
add ifiqueues for mp safety and nics with multiple rx rings.
David Gwynne
2017-12-14
i forgot to convert ifq_barrier_task to cond_signal.
David Gwynne
2017-12-14
replace the bare sleep state handling in barriers with wait cond code
David Gwynne
2017-12-13
Spacing from kshe59@zoho.eu.
Martin Pieuchot
2017-12-13
Sizes for free in route_output().
Martin Pieuchot
2017-12-10
Remove outdated comment and trailing spaces.
Martin Pieuchot
2017-12-04
RFC 4861 requires that all neighbor discovery packets have 255 in
Alexander Bluhm
2017-12-01
Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST
Alexander Bluhm
2017-11-29
Make mpe(4) work again by:
Claudio Jeker
2017-11-29
Revert 1.353, this breaks mpe(4). Also it seems not complete since rt_ifa_del
Claudio Jeker
2017-11-28
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-27
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-27
lenght->length, mostly in comments
Stuart Henderson
2017-11-22
It does not make sense to call pcb lookup from pf during packet
Alexander Bluhm
2017-11-20
Remove #if'0ed decls
Jeremie Courreges-Anglas
2017-11-20
Flush flows using the radix-tree instead of a global list.
Martin Pieuchot
[next]