Age | Commit message (Expand) | Author |
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 |
2021-12-13 | nd6_dad_ns_input() could trigger a NULL deref in nd6_dad_duplicated(). | Alexander Bluhm |
2021-12-03 | Add TDB reference counting to ipsp_spd_lookup(). If an output | Alexander Bluhm |
2021-12-01 | Let ipsp_spd_lookup() return an error instead of a TDB. The TDB | Alexander Bluhm |
2021-11-24 | When sending ICMP packets for IPsec path MTU discovery, the first | Alexander Bluhm |
2021-11-22 | Copy code from ip_forward() to ip6_forward() to fix Path MTU discovery | Alexander Bluhm |
2021-11-07 | net.inet6.icmp6.nd6_debug doesn't need to warn about RDNSS/DNSSL options | Stuart Henderson |
2021-10-24 | Remove code duplication by merging the v4 and v6 input functions | Alexander Bluhm |
2021-10-14 | ip6_output_ipsec_send() may change the route embeded in struct ro | 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-26 | The mbuf header cleanup in revision 1.173 of ip_icmp.c was too | Alexander Bluhm |
2021-07-08 | Debug printfs in encdebug were inconsistent, some missing newlines | 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-25 | As network features are not added dynamically, the domain structures | Alexander Bluhm |
2021-05-17 | Stop setting IPV6_MINMTU in ip6_send() which is used by the ICMP code. | Claudio Jeker |
2021-05-12 | Use local copy of `ps_rtableid' in ip{,6}_ctloutput() and mark | mvs |
2021-04-30 | Rearrange the implementation of bounded sysctl. The primitive | Alexander Bluhm |
2021-03-15 | Clear AUTOCONF6TEMP flag when we detach inet6. | Florian Obser |
2021-03-10 | spelling | Jonathan Gray |
2021-03-08 | We no longer "accept" RAs in the kernel, delete misleading comment. | Florian Obser |
2021-03-01 | Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to | Alexander Bluhm |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-02-23 | Use NULL instead of 0 in `m_nextpkt' assignment. | mvs |
2021-02-11 | Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport(). | Patrick Wildt |
2021-02-02 | As done for the AF_INET multicast case, ensure that passed interface | Claudio Jeker |