aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* inpcb: reoder inpcb destructionGleb Smirnoff2024-02-146-31/+15
* sctp: Various fixes for loader tunablesZhenlei Huang2023-10-242-6/+26
* Fix 'security.bsd.see_jail_proc' by using cr_bsd_visible()Olivier Certner2023-10-181-3/+1
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-171-2/+0
* udp: fix sending of IPv4-mapped addressesMichael Tuexen2023-10-131-2/+17
* netdump: Check the return value of ifunit_ref()Mark Johnston2023-10-091-0/+2
* Fix padding in struct tcp_infoAlan Somers2023-10-071-1/+1
* ip_mroute: Fix sysctl knobsZhenlei Huang2023-10-031-9/+5
* mcast: fix memory leak in imf_purge()Kristof Provost2023-09-071-0/+2
* tcp: Initialize the maximum number of entries in a client cookie cache bucketZhenlei Huang2023-09-061-2/+3
* sctp: improve handling of socket shutdown for readingMichael Tuexen2023-08-241-7/+11
* sctp: improve handling of SHUTDOWN and SHUTDOWN ACK chunksMichael Tuexen2023-08-231-12/+42
* tcp_info: Add and export more FreeBSD-specific fieldsMarius Strobl2023-08-222-1/+12
* tcp_fill_info(): Change lock assertion on INPCB to locked onlyMarius Strobl2023-08-225-9/+9
* sctp: fix a warningMichael Tuexen2023-08-191-10/+5
* sctp: cleanup handling of graceful shutdown of the peerMichael Tuexen2023-08-193-67/+16
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-1836-39/+4
* sctp: whitespace change to improve consistencyMichael Tuexen2023-08-181-1/+1
* sctp: unbreak congestion control dtrace supportMichael Tuexen2023-08-181-6/+2
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16123-241/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-167-7/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1623-23/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1633-66/+0
* sctp: cleanupMichael Tuexen2023-08-143-32/+15
* sctp: add an assertMichael Tuexen2023-08-131-1/+2
* sctp: use consistent names for locking macrosMichael Tuexen2023-08-132-4/+9
* sctp: another cleanupMichael Tuexen2023-08-091-120/+106
* sctp: remove duplicate codeMichael Tuexen2023-08-082-2/+3
* carp: delete interface routes on link loss.Andrey V. Elsukov2023-08-081-0/+1
* sctp: improve consistencyMichael Tuexen2023-08-051-1/+1
* sctp: remove redundant checkMichael Tuexen2023-08-051-3/+0
* sctp: improve consistency of acc and ccc handling in snd bufferMichael Tuexen2023-08-041-1/+0
* sctp: keep sb_acc and sb_ccc in syncMichael Tuexen2023-07-286-14/+20
* sctp: improve consistencyMichael Tuexen2023-07-282-11/+3
* mroute: avoid calling if_allmulti with the lock heldKristof Provost2023-07-281-8/+19
* tcp: document that conditional fields in tcpcb should be at the endMichael Tuexen2023-07-271-0/+5
* inpcb: do not copy so_options into inp_flags2Gleb Smirnoff2023-07-273-55/+8
* inpcb: use internal flag to mark pcbs that are inserted into lbgroupGleb Smirnoff2023-07-272-3/+10
* tcp: fix handling of <RST,ACK> segments in SYN-RCVD for RACK and BBRMichael Tuexen2023-07-262-9/+9
* tcp: Handle <RST,ACK> in SYN-RCVDRichard Scheffenegger2023-07-262-12/+4
* gif(4): Revert in{,6}_gif_output() misalignment handlingMarius Strobl2023-07-261-17/+2
* mac_ipacl: new MAC policy module to limit jail/vnet IP configurationShivank Garg2023-07-261-0/+11
* sctp: update zero checksum supportMichael Tuexen2023-07-239-42/+125
* ip output: ensure that mbufs are mapped if ipsec is enabledKonstantin Belousov2023-07-211-0/+6
* tcp: improve layout of struct tcpcbMichael Tuexen2023-07-191-13/+11
* tcbpcb: Always define t_osdWarner Losh2023-07-171-2/+0
* inline_fls - HAVE_INLINE_FLSLL is always trueDoug Moore2023-07-061-14/+0