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_input.c
Age
Commit message (
Expand
)
Author
2022-08-21
Remove ip_local() and ip6_local(). After moving the IPv4 fragment
Alexander Bluhm
2022-08-15
Run IPv6 hop-by-hop options processing in parallel. The ip6_hbhchcheck()
Alexander Bluhm
2022-08-12
There are some places in ip and ip6 input where operations fail due
Alexander Bluhm
2022-08-12
At successful return ip6_check_rh0hdr() keeps *offp unmodified.
Alexander Bluhm
2022-08-06
Clean up the netlock macros. Merge NET_RLOCK_IN_SOFTNET and
Alexander Bluhm
2022-07-24
Fix assertion for write netlock in rip6_input(). ip6_input() has
Alexander Bluhm
2022-06-29
Pass a pointer to mbuf pointer further down into ip6_process_hopopts()
Alexander Bluhm
2022-06-29
Pass down the pointer to mbuf pointer into ip6_hbhchcheck(). This
Alexander Bluhm
2022-06-28
The ip6_hbhchcheck() function never reads the nxtp parameter, it
Alexander Bluhm
2022-05-05
Use static objects for struct rttimer_queue instead of dynamically
Claudio Jeker
2022-05-04
Move rttimer callback function from the rttimer itself to rttimer_queue.
Claudio Jeker
2022-04-28
In the multicast router code don't allocate a rt timer queue for each
Claudio Jeker
2022-04-28
Decouple IP input and forwarding from protocol input. This allows
Alexander Bluhm
2022-04-20
Route timeout was a mixture of int, u_int and long. Use type int
Alexander Bluhm
2022-02-22
Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never
Philip Guenther
2022-01-02
spelling
Jonathan Gray
2021-12-25
For a long time ip_ours() and ip6_ours() are calling ip_deliver()
Alexander Bluhm
2021-06-03
ip6_input_if used the ip6_hdr pointer uninitted after i refactored it.
David Gwynne
2021-06-02
don't init a pointer just to immediately set it again.
David Gwynne
2021-06-02
factor out the code that does sanity checks on ipv6 headers and addresses.
David Gwynne
2021-05-17
Stop setting IPV6_MINMTU in ip6_send() which is used by the ICMP code.
Claudio Jeker
2021-04-30
Rearrange the implementation of bounded sysctl. The primitive
Alexander Bluhm
2021-03-10
spelling
Jonathan Gray
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2020-11-16
Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*
gnezdo
2020-08-24
Convert ip6_sysctl to sysctl_bounded_args
gnezdo
2020-08-08
No longer prevent TCP connections to IPv6 anycast addresses.
Florian Obser
2020-08-01
Move range check inside sysctl_int_arr
gnezdo
2020-05-06
Do sanity checks in ip6_pullexthdr() preventing a panic in m_copydata(9).
Martin Pieuchot
2020-04-12
Stop processing packets under non-exclusive (read) netlock.
Martin Pieuchot
2019-12-30
The loopback check in ip6_input_if() was needless. The ::1 destination
Alexander Bluhm
2019-12-23
fix broken tree. sorry for inconveniences.
Alexandr Nedvedicky
2019-12-23
rdr-to with loopback destination should work even though
Alexandr Nedvedicky
2019-12-08
Make sure packet destination address matches interface address,
Alexandr Nedvedicky
2019-11-29
add __func__ to panic() and printf() calls in sys/netinet6/*
Nayden Markatchev
2019-08-21
Remove support for semantically opace interface identifiers (RFC 7217)
Florian Obser
2019-08-06
When we needed the kernel lock for local IP packet delivery, mpi@
Alexander Bluhm
2019-06-10
use m_microtime instead of microtime for SO_TIMESTAMP socketopt handling
David Gwynne
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-05-21
All places that call carp_lsdrop() use the interface pointer already.
Alexander Bluhm
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-12
Use IP6_SOIIKEY_LEN instead of hardcoded value.
Martin Pieuchot
2018-02-10
Implement RFC 7217: "A Method for Generating Semantically Opaque
Florian Obser
2018-02-01
The function ip6_get_prevhdr() did return a pointer into a mbuf.
Alexander Bluhm
2017-11-23
Constify protocol tables and remove an assert now that ip_deliver() is
Martin Pieuchot
2017-11-20
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running
Martin Pieuchot
2017-11-10
Introduce a reader version of the NET_LOCK().
Martin Pieuchot
2017-11-01
Fix typo in previous resulting in a NULL dereference.
Martin Pieuchot
2017-10-31
- add one more softnet taskq
Alexandr Nedvedicky
2017-10-26
Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use'
Martin Pieuchot
[next]