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
/
netinet6
/
ip6_output.c
Age
Commit message (
Expand
)
Author
2021-11-24
When sending ICMP packets for IPsec path MTU discovery, the first
Alexander Bluhm
2021-07-27
Revert "Use per-CPU counters for tunnel descriptor block" diff.
mvs
2021-07-26
Use per-CPU counters for tunnel descriptor block (tdb) statistics.
mvs
2021-07-08
Debug printfs in encdebug were inconsistent, some missing newlines
Alexander Bluhm
2021-05-12
Use local copy of `ps_rtableid' in ip{,6}_ctloutput() and mark
mvs
2021-03-10
spelling
Jonathan Gray
2021-03-01
Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to
Alexander Bluhm
2021-02-23
Use NULL instead of 0 in `m_nextpkt' assignment.
mvs
2021-02-02
As done for the AF_INET multicast case, ensure that passed interface
Claudio Jeker
2021-02-02
KNF, move { up to if () statement
Claudio Jeker
2021-02-01
Fix path MTU discovery for ESP tunneled in IPv6. We always want
Alexander Bluhm
2021-02-01
Fix white spaces and wrap long lines.
Alexander Bluhm
2021-01-11
Create a path MTU host route for IPsec over IPv6. Basically the
Alexander Bluhm
2020-12-22
For a while the kerrnel reports EACCES to userland if pf blocks a
Alexander Bluhm
2020-07-17
Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEX
kn
2020-06-22
Don't pass a pointer to an uninitialized variable as plenp to
Kenneth R Westerback
2019-11-29
add __func__ to panic() and printf() calls in sys/netinet6/*
Nayden Markatchev
2019-06-10
Use mallocarray(9) & put some free(9) sizes for M_IPMOPTS allocations.
Martin Pieuchot
2019-04-28
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
Martin Pieuchot
2019-04-23
For raw IPv6 sockets userland may specify an offset where the
Alexander Bluhm
2018-12-03
Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDR
Claudio Jeker
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-08-28
Add per-TDB counters and a new SADB extension to export them to
Martin Pieuchot
2018-07-12
Introduce ipsec_output_cb() to merge duplicate code and account for
Martin Pieuchot
2018-03-27
Use memcpy instead of bcopy when the memory does not overlap.
David Hill
2018-03-21
In ip6_output() check that the interface of a route is valid. For
Alexander Bluhm
2018-03-16
Consistently spell "IPsec" in comments and debug outputs.
Martin Pieuchot
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-11
add an ipv6 "don't fragment" flag to mbufs for ip6_output to use.
David Gwynne
2017-09-01
Change sosetopt() to no longer free the mbuf it receives and change
Martin Pieuchot
2017-05-09
Kill commented out code referencing pfctlinput2() and a wrong comment
Martin Pieuchot
2017-05-08
Remove icmp6_reflect() micro optimization to simplify code and avoid a
Rafael Zalamena
2017-05-08
Added initial IPv6 multicast routing support for multiple rdomains:
Rafael Zalamena
2017-05-03
Change the ip6_setmoptions() function to receive the rdomain as a new
Rafael Zalamena
2017-04-19
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
Alexander Bluhm
2017-02-21
In ip6_ctloutput, check for an invalid level early like the other
David Hill
2017-02-09
percpu counters for TCP stats
Jeremie Courreges-Anglas
2017-02-05
Use percpu counters for ip6stat
Jeremie Courreges-Anglas
2017-02-01
In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with
David Hill
2017-01-27
copypktopts is only called by ip6_setpktopts using M_NOWAIT. Drop
David Hill
2017-01-19
RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates
Alexander Bluhm
2017-01-10
Do not use a 'struct route_in6' when there's no need to cache the result
Martin Pieuchot
2017-01-10
Remove NULL checks before m_free(9), it deals with it.
Martin Pieuchot
2016-11-18
turn ipstat into a set of percpu counters.
David Gwynne
2016-11-14
Automatically create a default lo(4) interface per rdomain.
Martin Pieuchot
2016-09-19
convert bcopy to memcpy. from david hill. ok jca
Ted Unangst
2016-09-14
Kill ip6_pcbopts, unused since the removal of IPV6_PKTOPTIONS
Jeremie Courreges-Anglas
2016-09-14
Delete dead code and useless parameter.
Jeremie Courreges-Anglas
2016-08-25
Simplify ip6_getpmtu() to use a 'struct rtentry *' instead of two
Martin Pieuchot
2016-08-22
Sizes for free(9) from David Hill.
Martin Pieuchot
[next]