aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* icmp: use per rate limit randomized jitterMichael Tuexen2025-02-101-8/+12
* mroute: fix a sysctl vs teardown raceMateusz Guzik2025-02-101-0/+3
* mroute: serialize parallel teardown of the same vnetMateusz Guzik2025-02-101-1/+21
* inpcb: Move the definition of struct inpcblbgroup to in_pcb_var.hMark Johnston2025-02-062-23/+23
* rawip: Add a bind_all_fibs sysctlMark Johnston2025-02-061-2/+19
* socket: Move SO_SETFIB handling to protocol layersMark Johnston2025-02-062-9/+18
* udp: Add a sysctl to modify listening socket FIB inheritanceMark Johnston2025-02-062-12/+34
* tcp: Add a sysctl to modify listening socket FIB inheritanceMark Johnston2025-02-063-5/+17
* inpcb: Add FIB-aware inpcb lookupMark Johnston2025-02-062-33/+44
* inpcb: Add a flags parameter to in_pcbbind()Mark Johnston2025-02-064-23/+37
* inpcb: Imbue in(6)_pcblookup_local() with a FIB parameterMark Johnston2025-02-062-9/+18
* netlink: refactor KPI for generic Netlink modulesGleb Smirnoff2025-02-051-6/+5
* man: Remove references to classful networksOlivier Cochard2025-02-041-4/+4
* pfil: set PFIL_FWD for IPv4 forwardingKristof Provost2025-02-042-2/+8
* sctp: don't specify pr_poll = sopoll_genericGleb Smirnoff2025-02-031-1/+0
* tcp: remove check for condition that never happensGleb Smirnoff2025-01-311-9/+0
* sockets/tcp: quick fix for regression with SO_REUSEPORT_LBGleb Smirnoff2025-01-281-2/+10
* inpcb: Remove an incorrect assertion in in_pcblbgroup_find()Mark Johnston2025-01-241-2/+0
* icmp6: Fix ICMP6 message type countersMark Johnston2025-01-231-1/+1
* inpcb: Close some SO_REUSEPORT_LB races, part 2Mark Johnston2025-01-233-38/+104
* netinet: enter epoch in garp_rexmit()Kristof Provost2025-01-201-0/+3
* netinet: virtualize net.link.ether.inet.garp_rexmit_countKristof Provost2025-01-201-5/+6
* ip: Defer checks for an unspecified dstaddr until after pfil hooksMark Johnston2025-01-161-5/+11
* ipsec: allow it to work with unmapped mbufsKonstantin Belousov2025-01-131-16/+6
* ipsec + ktls: cannot coexistsKonstantin Belousov2025-01-131-8/+25
* tcp: don't send beyond receivers advertised windowGleb Smirnoff2025-01-131-2/+3
* tcp: properly reset sackhint values when SACK recovery is doneGleb Smirnoff2025-01-131-10/+17
* tcp: make sack_rxmit in tcp_output() a boolGleb Smirnoff2025-01-131-11/+14
* TCP BBR: remove dead codeMichael Tuexen2025-01-091-4/+0
* TCP RACK: don't log an uninitialized valueMichael Tuexen2025-01-081-2/+3
* rawip: Take the inpcb lock when appropriate in rip_ctloutput()Mark Johnston2025-01-071-2/+4
* TCP RACK: fix TCP_RACK_PACING_BETA socket optionMichael Tuexen2025-01-061-8/+22
* TCP BBR: remove dead codeMichael Tuexen2025-01-061-8/+0
* TCP BBR: remove dead codeMichael Tuexen2025-01-061-3/+0
* TCP RACK: fix TCP fast openMichael Tuexen2025-01-061-4/+5
* TCP RACK: remove variable with is only initialized and not changedMichael Tuexen2025-01-041-6/+0
* TCP BBR: remove code which is not neededMichael Tuexen2025-01-041-4/+0
* TCP BBR: simplify expressionMichael Tuexen2025-01-041-1/+1
* TCP RACK: remove code that cannot be reachedMichael Tuexen2025-01-041-6/+0
* pf: netlink KPI use cleanupGleb Smirnoff2025-01-031-6/+1
* TCP BBR: fix integer overflowMichael Tuexen2025-01-031-1/+1
* TCP BBR: simplify expressionMichael Tuexen2025-01-031-1/+1
* TCP RACK: remove un-needed assignmentMichael Tuexen2025-01-031-1/+0
* TCP RACK: simplify conditionMichael Tuexen2025-01-021-1/+1
* TCP BBR: do not log an uninitialized valueMichael Tuexen2025-01-021-1/+1
* TCP RACK: avoid using uninitialized tot_idle variableMichael Tuexen2025-01-011-1/+2
* TCP BBR: remove code which is never executedMichael Tuexen2025-01-011-2/+0
* TCP BBR: fix condition when sending a tail loss probeMichael Tuexen2024-12-311-1/+1
* TCP RACK: add commentMichael Tuexen2024-12-311-0/+1
* TCP BBR: fix getsockopt() for TCP_BBR_USEDEL_RATEMichael Tuexen2024-12-311-2/+6