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
Age
Commit message (
Expand
)
Author
2022-08-15
Run IPv6 hop-by-hop options processing in parallel. The ip6_hbhchcheck()
Alexander Bluhm
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-12
Remove differences between ip_fragment() and ip6_fragment(). They
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-09
Backout "Call getuptime() just once per function"
Klemens Nanni
2022-08-08
If interface drivers had enabled transmit offloading of the payload
Alexander Bluhm
2022-08-08
Constify in6_addr pointer arguments in nd6_*() functions
Klemens Nanni
2022-08-08
Call getuptime() just once per function
Klemens Nanni
2022-08-08
To make protocol input functions MP safe, internet PCB need protection.
Alexander Bluhm
2022-08-06
Clean up the netlock macros. Merge NET_RLOCK_IN_SOFTNET and
Alexander Bluhm
2022-07-28
Zap prototypes for nonexistent nd6_setmtu() and in6_ifdel()
Klemens Nanni
2022-07-28
Zap outdated nd6_free() comment about static
Klemens Nanni
2022-07-24
Fix assertion for write netlock in rip6_input(). ip6_input() has
Alexander Bluhm
2022-07-22
Zap nd6_recalc_reachtm_interval indirection
Klemens Nanni
2022-07-22
Leftovers from florian's RS/NA purge from the kernel in 2017.
Klemens Nanni
2022-07-22
Zap dead store nd6_allocated
Klemens Nanni
2022-07-22
Call nd6_timer() without argument
Klemens Nanni
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-09
Protect sbappendaddr() in divert_packet() with kernel lock. With
Alexander Bluhm
2022-05-05
Clean up divert_packet(). Function does not return error, make 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-30
Convert the 2nd rttimer callback from struct rttimer to u_int rtableid.
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-04-14
Relax address availability check for multicast binds.
Claudio Jeker
2022-03-23
For raw IPv6 packets rip6_input() traverses the loop of all PCBs.
Alexander Bluhm
2022-03-22
Extract the type from the ICMP6 header before looping over Raw IPv6
Alexander Bluhm
2022-03-21
Header netinet/in_pcb.h includes sys/mutex.h now. Recommit mutex
Alexander Bluhm
2022-03-14
Unbreak the tree, revert commitid aZ8fm4iaUnTCc0ul
Theo Buehler
2022-03-14
pf_socket_lookup() calls in_pcbhashlookup() in the PCB layer. To
Alexander Bluhm
2022-03-02
The return value of in6_pcbnotify() is never used. Make it a void
Alexander Bluhm
2022-02-25
Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com
Philip Guenther
2022-02-25
Move pr_attach and pr_detach to a new structure pr_usrreqs that can
Philip Guenther
2022-02-25
in6_ioctl() is declared in in6_var.h as it's used in if_umb.c, so
Philip Guenther
2022-02-22
Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never
Philip Guenther
2022-02-22
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
Philip Guenther
2022-02-22
Move declarations of ip6_protox[] and inet6sw[] to <sys/protosw.h>
Philip Guenther
2022-02-21
futther -> further
Jonathan Gray
2022-02-07
Checking ifaddr pointer for NULL without checking in6_ifaddr works
Alexander Bluhm
2022-01-04
Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list and
YASUOKA Masahiko
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-12-23
IPsec is not MP safe yet. To allow forwarding in parallel without
Alexander Bluhm
2021-12-20
Use per-CPU counters for tunnel descriptor block (TDB) statistics.
Vitaliy Makkoveev
2021-12-15
structure pads can leak uninitialized memory to userland via copyout,
Theo de Raadt
[next]