aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* nd6: Remove DRAFT_IETF_6MAN_IPV6ONLY_FLAG and EXPERIMENTAL optionsPouria Mousavizadeh Tehrani2026-04-101-4/+0
* Fix nooptions VIMAGE buildAndrew Gallatin2026-04-041-0/+1
* tcp: retire TF_SENTSYNMichael Tuexen2026-04-032-5/+3
* ip_mroute: FIBifyMark Johnston2026-03-305-162/+180
* ip(6)_mroute: Grow the routing tables when the number of FIBs changesMark Johnston2026-03-301-10/+44
* ip_mroute: Start moving globals into a structureMark Johnston2026-03-301-207/+266
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani2026-03-276-29/+12
* tcp: plug an mbuf leakMichael Tuexen2026-03-261-0/+2
* tcp_usrreq: Only allocate TFO counter when requiredPouria Mousavizadeh Tehrani2026-03-241-8/+8
* tcp: make TCP_TRK_TRACK_FLG_* flags visible to userland programsGleb Smirnoff2026-03-231-9/+9
* tcp/rack: don't call call tcp_state_change() before tcp_close()Gleb Smirnoff2026-03-201-1/+0
* tcp: remove extraneous codeGleb Smirnoff2026-03-201-5/+0
* ecn(9): Update ecn tunneling functions to RFC 6040Pouria Mousavizadeh Tehrani2026-03-192-60/+106
* in_var.h: fixup comments that mention use by ifmcstat(8)Gleb Smirnoff2026-03-181-4/+1
* tcp: fix up !VIMAGE buildsGleb Smirnoff2026-03-141-1/+2
* inpcb: fix up !VIMAGE buildsGleb Smirnoff2026-03-141-3/+3
* inpcb: in in_pcbbind() use bool for anonportGleb Smirnoff2026-03-131-1/+2
* inpcb: overhaul in_pcb.hGleb Smirnoff2026-03-121-246/+231
* netinet: remove _WANT_INPCB and _WANT_TCPCBGleb Smirnoff2026-03-123-7/+7
* tcp: make sack_filter.c compilable without _WANT_TCPCBGleb Smirnoff2026-03-121-14/+15
* carp: retire ioctl(2) APIGleb Smirnoff2026-03-122-330/+122
* carp: fix global demotion counter to VRRP advertisementsOlivier Cochard2026-03-051-3/+14
* hpts: remove call into TCP HPTS from userret()Gleb Smirnoff2026-03-054-14/+18
* hpts: remove no longer relevant commentGleb Smirnoff2026-03-041-12/+0
* inpcb: use correct label name in a commentGleb Smirnoff2026-03-041-2/+2
* tcp: improve NOINET buildsMichael Tuexen2026-03-041-0/+3
* ipfw: add support for masked ip-address lookupsBoris Lytochkin2026-03-011-21/+60
* sctp: fix NOINET buildMichael Tuexen2026-02-271-1/+20
* divert: unbreak the LINT-NOIP buildEnji Cooper2026-02-271-2/+3
* divert: Use a better source identifier for netisr_queue_src() callsMark Johnston2026-02-261-2/+4
* tcp: improve handling of segments in TIME WAITMichael Tuexen2026-02-251-1/+1
* tcp: BBLog incoming packets in TCPS_TIME_WAITMichael Tuexen2026-02-251-0/+3
* When TCP ECN decides it wants to assure an ACK is sent it needs to do it corr...Randall Stewart2026-02-253-4/+13
* sctp: fix so_proto when peeling off a socketMichael Tuexen2026-02-251-1/+3
* Mitigate a case where TCP rack can send an extra ack.Randall Stewart2026-02-241-2/+11
* tcp: cleanupMichael Tuexen2026-02-221-12/+12
* tcp: improve validation of received TCP over UDP packetsMichael Tuexen2026-02-201-5/+17
* ip_mroute: Make the routing socket privateMark Johnston2026-02-136-25/+28
* tcp: restrict flowtype copying to specific RSS TCP typesCheng Cui2026-02-101-2/+2
* ip_mroute: Try to make function pointer declarations more consistentMark Johnston2026-02-106-13/+22
* ip_mroute: Use a local variable to store a VIF pointerMark Johnston2026-02-101-22/+29
* sctp: Use __sdt_used for variables only used by SDT probesJohn Baldwin2026-02-091-15/+9
* sockets: let protocols be responsible for socket buffer mutexesGleb Smirnoff2026-02-031-3/+12
* ip_mroute: Make privilege checking more consistentMark Johnston2026-02-021-5/+0
* ip_mroute: Convert to using a regular mutexMark Johnston2026-01-272-22/+23
* ip_mroute: EVENTHANDLER_REGISTER does not failMark Johnston2026-01-271-6/+0
* ip6: Remove support for RFC2675 (Jumbo Payload Option)Tom Jones2026-01-271-1/+11
* netinet6: store ND context directly in struct in6_ifextraGleb Smirnoff2026-01-231-3/+3
* netinet6: embed the counter(9) arrays in struct in6_ifextraGleb Smirnoff2026-01-231-2/+1
* sctp: support bridge interfacesMichael Tuexen2026-01-201-0/+1