summaryrefslogtreecommitdiffstats
path: root/sys/netinet (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ICMP] IP options lead to malformed replysashan2021-03-304-9/+53
* use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.dlg2021-03-201-5/+3
* spellingjsg2021-03-1010-23/+23
* use uint64_t ethernet addresses for compares in carp.dlg2021-03-072-15/+14
* pass the uint64_t dst ethernet address from ether_input to bridges.dlg2021-03-051-2/+3
* Refactor ip_fragment() and ip6_fragment(). Use a mbuf list tobluhm2021-03-012-44/+40
* add some helpers for working with ethernet addresses as uint64_tdlg2021-02-261-1/+22
* we don't have to cast to caddr_t when calling m_copydata anymore.dlg2021-02-254-19/+17
* Use pool to allocate tdbs.tobhe2021-02-231-3/+12
* As ip_insertoptions() may prepend a mbuf, "goto bad" has to freebluhm2021-02-231-19/+11
* Use NULL instead of 0 in `m_nextpkt' assignment.mvs2021-02-231-2/+2
* Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().patrick2021-02-111-3/+3
* If pf changes the routing table when sending packets, the kernelbluhm2021-02-101-2/+15
* Remove maxburst feature from tcp_outputjan2021-02-082-6/+3
* Start refcounting interface groups with 1. if_creategroup() returnsbluhm2021-02-081-5/+2
* Simplex interface sends packet back without hardware checksumbluhm2021-02-061-13/+28
* Turns off the direct ACK on every other segmentjan2021-02-031-5/+4
* If IP_MULTICAST_IF or IP_ADD_MEMBERSHIP pass a interface index to theclaudio2021-02-021-3/+6
* Fix path MTU discovery for ESP tunneled in IPv6. We always wantbluhm2021-02-011-1/+4
* Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppyvisa2021-01-281-1/+11
* if stoeplitz is enabled, use it to provide a flowid for tcp packets.dlg2021-01-253-3/+19
* carp(4): convert ifunit() to if_unit(9)mvs2021-01-211-3/+6
* add IPPROTO_SCTP, ok claudio@sthen2021-01-181-1/+2
* Extend IP_MULTICAST_IF to take either an address (struct in_addr), aclaudio2021-01-161-3/+32
* As documented in sysctl(2) net.inet.ip.forwarding can be 2.bluhm2021-01-151-3/+3
* Create a path MTU host route for IPsec over IPv6. Basically thebluhm2021-01-113-5/+7
* Enforce range with sysctl_int_bounded in ipip_sysctlgnezdo2021-01-091-2/+3
* Enforce range with sysctl_int_bounded in tcp_sysctlgnezdo2021-01-091-18/+15
* Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.claudio2021-01-072-64/+87
* - fix use after free, when packet gets dropped.sashan2021-01-041-5/+3
* Accept reject and blackhole routes for IPsec PMTU discovery.bluhm2020-12-204-10/+13
* Make sure the first packet of an SA has sequence number 1 (as described intobhe2020-12-182-9/+11
* Use ESP sequence number as IV for AES-CTR, AES-GCM and Chacha20.tobhe2020-12-161-2/+10
* Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*gnezdo2020-11-162-8/+11
* Remove the cases folded into sysctl_bounded_args but left behindgnezdo2020-11-161-13/+1
* Rework source IP address setting.denis2020-11-071-4/+3
* Enable support for ASN1_DN ipsec identifiers.phessler2020-11-051-1/+2
* Replace wrong cast with satosin.denis2020-11-051-3/+2
* Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_varsgnezdo2020-11-021-8/+2
* Add feature to force the selection of source IP addressdenis2020-10-291-1/+25
* When generating the ICMP6 response to an IPv6 packet, the kernelbluhm2020-10-281-2/+2
* whitespacetobhe2020-09-221-3/+3
* Convert *_sysctl in ipsec_input.c to sysctl_bounded_arrgnezdo2020-09-015-63/+37
* Convert icmp6_sysct to sysctl_bounded_argsgnezdo2020-09-011-23/+1
* Convert divert*_sysctl to sysctl_bounded_argsgnezdo2020-08-242-12/+9
* Convert icmp_sysctl to sysctl_bounded_argsgnezdo2020-08-222-16/+12
* Convert ip_sysctl to sysctl_bounded_argsgnezdo2020-08-222-49/+20
* Convert udp_sysctl to sysctl_bounded_argsgnezdo2020-08-222-15/+9
* Style fixups from hurried commitsgnezdo2020-08-181-6/+6
* Convert tcp_sysctl to sysctl_bounded_argsgnezdo2020-08-182-61/+19