summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
21 hourstcp: Allocate t_tcpreq_info on demandAndrew Gallatin
46 hourscarp: define CARP_AUTHLEN for carp_authlen fieldChristos Longros
2 dayssctp(4): Fix a typo in a source code commentGordon Bergling
2 daysin_mcast: Avoid calling sysctl_wire_old_buffer() in an epoch sectionMark Johnston
2 daystcp: use RFC 6191 for connection recycling in TIME-WAITMichael Tuexen
3 daysin_mcast: Fix a lock leak in inp_set_source_filters()Mark Johnston
3 daysnd6: Add support for route information (RFC 4191)Pouria Mousavizadeh Tehrani
4 daystcp lro: fix vnet handlingMichael Tuexen
4 daysip_mroute: Fix a lock leak in X_ip_mforward()Mark Johnston
5 daysrouting: Make ip[6]_tryforward() FIB-aware for local trafficPouria Mousavizadeh Tehrani
5 dayslro: move pkt rejection checks to leafs to avoid queueing non-LRO'able pktsAndrew Gallatin
5 daysin_pcb: Fix RIPCB_HASH in kernels without INET or INET6John Baldwin
5 daystcp_close: Use in6_pcbdisconnect for INET6 socketsJohn Baldwin
5 daysinpcb: remove last use of relic u_quad_tGleb Smirnoff
5 daysinpcb: retire inp_vnetGleb Smirnoff
7 daystcp: fix !INVARIANTS buildGleb Smirnoff
7 daysraw ip: move hash table manipulation to inpcb layerGleb Smirnoff
7 daysinpcb: move local address assignment out of in_pcbdisconnect()Gleb Smirnoff
7 daysraw ip: remove extra argument to rip_dodisconnect()Gleb Smirnoff
7 daysudp: make in_pcbbind_setup() acquire the hash lock internallyGleb Smirnoff
7 daysinpcb: make in_pcbconnect() acquire the hash lock internallyGleb Smirnoff
7 daysinpcb: make in_pcbbind() acquire the hash lock internallyGleb Smirnoff
7 daysinpcb: retire INP_DROPPED and in_pcbdrop()Gleb Smirnoff
7 daysinpcb: make in_pcbdisconnect() acquire the hash lock internallyGleb Smirnoff
7 daysinpcb: retire the inpcb global listGleb Smirnoff
7 daysinpcb: retire the inpcbinfo list lockGleb Smirnoff
7 daysinpcb: apply smr_advance(9)/smr_wait(9) trick only to reusable socketsGleb Smirnoff
7 daystcp lro: use hashalloc(9)Gleb Smirnoff
7 daysgif: use hashalloc(9)Gleb Smirnoff
7 daysnetinet: use hashalloc(9) for IP address hashGleb Smirnoff
7 daysinpcb: use hashalloc(9)Gleb Smirnoff
9 daysnd6: Remove DRAFT_IETF_6MAN_IPV6ONLY_FLAG and EXPERIMENTAL optionsPouria Mousavizadeh Tehrani
2026-04-04Fix nooptions VIMAGE buildAndrew Gallatin
2026-04-03tcp: retire TF_SENTSYNMichael Tuexen
2026-03-30ip_mroute: FIBifyMark Johnston
2026-03-30ip(6)_mroute: Grow the routing tables when the number of FIBs changesMark Johnston
2026-03-30ip_mroute: Start moving globals into a structureMark Johnston
2026-03-27routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani
2026-03-25tcp: plug an mbuf leakMichael Tuexen
2026-03-25tcp_usrreq: Only allocate TFO counter when requiredPouria Mousavizadeh Tehrani
2026-03-23tcp: make TCP_TRK_TRACK_FLG_* flags visible to userland programsGleb Smirnoff
2026-03-20tcp/rack: don't call call tcp_state_change() before tcp_close()Gleb Smirnoff
2026-03-20tcp: remove extraneous codeGleb Smirnoff
2026-03-19ecn(9): Update ecn tunneling functions to RFC 6040Pouria Mousavizadeh Tehrani
2026-03-18in_var.h: fixup comments that mention use by ifmcstat(8)Gleb Smirnoff
2026-03-13tcp: fix up !VIMAGE buildsGleb Smirnoff
2026-03-13inpcb: fix up !VIMAGE buildsGleb Smirnoff
2026-03-13inpcb: in in_pcbbind() use bool for anonportGleb Smirnoff
2026-03-12inpcb: overhaul in_pcb.hGleb Smirnoff
2026-03-12netinet: remove _WANT_INPCB and _WANT_TCPCBGleb Smirnoff