Age | Commit message (Expand) | Author |
2021-07-08 | Debug printfs in encdebug were inconsistent, some missing newlines | Alexander Bluhm |
2021-07-08 | The properties of the crypto algorithms never change. Declare them | Alexander Bluhm |
2021-07-07 | tell ether_input() to call pf_test() outside of smr_read sections, | Alexandr Nedvedicky |
2021-07-07 | Fix whitespaces in IPsec code. | Alexander Bluhm |
2021-06-30 | For path MTU discovery tcp_mtudisc() should resend a TCP packet by | Alexander Bluhm |
2021-06-21 | Fix uninitialized variables introduced in rev 1.361 | Jeremie Courreges-Anglas |
2021-06-18 | The crypto(9) framework used by IPsec runs on a kernel task that | Alexander Bluhm |
2021-06-03 | remember if the ipv4 header checksum is ok. | David Gwynne |
2021-06-02 | factor out the code that does basic sanity checks on ipv4 headers. | David Gwynne |
2021-05-25 | As network features are not added dynamically, the domain structures | Alexander Bluhm |
2021-05-15 | Fix IPsec NAT-T to work with pipex(4). Introduce a new packet tag | YASUOKA Masahiko |
2021-05-12 | Use local copy of `ps_rtableid' in ip{,6}_ctloutput() and mark | mvs |
2021-05-04 | Initialize `ipsec_policy_pool' within pfkey_init() instead of doing that | mvs |
2021-04-30 | Rearrange the implementation of bounded sysctl. The primitive | Alexander Bluhm |
2021-04-28 | Use mq_delist() to fetch the ARP mbuf hold queue once and feed the | Alexander Bluhm |
2021-04-28 | Document the locking mechanism of the global variables in ARP code. | Alexander Bluhm |
2021-04-26 | Convert the ARP packet hold queue from mbuf list to mbuf queue which | Alexander Bluhm |
2021-04-23 | Setting variable arpinit_done is not MP save if we want to execute | Alexander Bluhm |
2021-04-23 | The variable la_hold_total contains the number of packets currently | Alexander Bluhm |
2021-04-16 | Turn on the direct ACK on every other segment. | Alexander Bluhm |
2021-03-30 | [ICMP] IP options lead to malformed reply | Alexandr Nedvedicky |
2021-03-20 | use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments. | David Gwynne |
2021-03-10 | spelling | Jonathan Gray |
2021-03-07 | use uint64_t ethernet addresses for compares in carp. | David Gwynne |
2021-03-05 | pass the uint64_t dst ethernet address from ether_input to bridges. | David Gwynne |
2021-03-01 | Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to | Alexander Bluhm |
2021-02-26 | add some helpers for working with ethernet addresses as uint64_t | David Gwynne |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-02-23 | Use pool to allocate tdbs. | tobhe |
2021-02-23 | As ip_insertoptions() may prepend a mbuf, "goto bad" has to free | Alexander Bluhm |
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-10 | If pf changes the routing table when sending packets, the kernel | Alexander Bluhm |
2021-02-08 | Remove maxburst feature from tcp_output | jan |
2021-02-08 | Start refcounting interface groups with 1. if_creategroup() returns | Alexander Bluhm |
2021-02-06 | Simplex interface sends packet back without hardware checksum | Alexander Bluhm |
2021-02-03 | Turns off the direct ACK on every other segment | jan |
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 |