Age | Commit message (Expand) | Author |
2021-02-02 | If IP_MULTICAST_IF or IP_ADD_MEMBERSHIP pass a interface index to the | Claudio Jeker |
2021-02-01 | Fix path MTU discovery for ESP tunneled in IPv6. We always want | Alexander Bluhm |
2021-01-28 | Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppy | Visa Hankala |
2021-01-25 | if stoeplitz is enabled, use it to provide a flowid for tcp packets. | David Gwynne |
2021-01-21 | carp(4): convert ifunit() to if_unit(9) | mvs |
2021-01-18 | add IPPROTO_SCTP, ok claudio@ | Stuart Henderson |
2021-01-16 | Extend IP_MULTICAST_IF to take either an address (struct in_addr), a | Claudio Jeker |
2021-01-15 | As documented in sysctl(2) net.inet.ip.forwarding can be 2. | Alexander Bluhm |
2021-01-11 | Create a path MTU host route for IPsec over IPv6. Basically the | Alexander Bluhm |
2021-01-09 | Enforce range with sysctl_int_bounded in ipip_sysctl | gnezdo |
2021-01-09 | Enforce range with sysctl_int_bounded in tcp_sysctl | gnezdo |
2021-01-07 | Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn. | Claudio Jeker |
2021-01-04 | - fix use after free, when packet gets dropped. | Alexandr Nedvedicky |
2020-12-20 | Accept reject and blackhole routes for IPsec PMTU discovery. | Alexander Bluhm |
2020-12-18 | Make sure the first packet of an SA has sequence number 1 (as described in | tobhe |
2020-12-16 | Use ESP sequence number as IV for AES-CTR, AES-GCM and Chacha20. | tobhe |
2020-11-16 | Replace sysctl_rdint with sysctl_bounded_args entries in net.inet* | gnezdo |
2020-11-16 | Remove the cases folded into sysctl_bounded_args but left behind | gnezdo |
2020-11-07 | Rework source IP address setting. | denis |
2020-11-05 | Enable support for ASN1_DN ipsec identifiers. | Peter Hessler |
2020-11-05 | Replace wrong cast with satosin. | denis |
2020-11-02 | Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars | gnezdo |
2020-10-29 | Add feature to force the selection of source IP address | denis |
2020-10-28 | When generating the ICMP6 response to an IPv6 packet, the kernel | Alexander Bluhm |
2020-09-22 | whitespace | tobhe |
2020-09-01 | Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr | gnezdo |
2020-09-01 | Convert icmp6_sysct to sysctl_bounded_args | gnezdo |
2020-08-24 | Convert divert*_sysctl to sysctl_bounded_args | gnezdo |
2020-08-22 | Convert icmp_sysctl to sysctl_bounded_args | gnezdo |
2020-08-22 | Convert ip_sysctl to sysctl_bounded_args | gnezdo |
2020-08-22 | Convert udp_sysctl to sysctl_bounded_args | gnezdo |
2020-08-18 | Style fixups from hurried commits | gnezdo |
2020-08-18 | Convert tcp_sysctl to sysctl_bounded_args | gnezdo |
2020-08-17 | Simplify igmp_sysctl to directly return error in default case | gnezdo |
2020-08-08 | No longer prevent TCP connections to IPv6 anycast addresses. | Florian Obser |
2020-08-05 | Don't compare pointers against zero. | Marcus Glocker |
2020-08-01 | Move range check inside sysctl_int_arr | gnezdo |
2020-07-28 | Don't treat an error if carppeer is an unicast and the peer is down. | YASUOKA Masahiko |
2020-07-28 | After the previous commit, src/regress/sys/netinet/carp triggered | Alexander Bluhm |
2020-07-24 | netinet: tcp_close(): delay reaper timeout by one tick | cheloha |
2020-07-24 | Use interface index instead of pointer to `ifnet' in carp(4). | mvs |
2020-07-22 | deprecate interface input handler lists, just use one input function. | David Gwynne |
2020-07-22 | move carp_input into ether_input, instead of via an input handler. | David Gwynne |
2020-07-22 | add code to coordinate how bridges attach to ethernet interfaces. | David Gwynne |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-21 | wrap a long line. no functional change. | David Gwynne |
2020-06-21 | if an inp_upcall is set, let it look at and maybe steal the udp packet. | David Gwynne |
2020-06-21 | knf: the inp_upcall line was too long. | David Gwynne |
2020-06-21 | add a inp_upcall function pointer and inp_upcall_arg to struct in_pcb. | David Gwynne |
2020-06-19 | Break a glass ceiling on cwnd due to integer division during congestion | Richard Procter |