aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* sctp: fix FCFS stream schedulerMichael Tuexen2021-09-191-14/+13
* ktls: Fix error/mode confusion in TCP_*TLS_MODE getsockopt handlersMark Johnston2021-09-171-4/+8
* Change lowest address on subnet (host 0) not to broadcast by default.Mike Karels2021-09-171-2/+8
* [fib algo][dxr] Fix division by zero.Marko Zec2021-09-161-1/+3
* [fib algo][dxr] Optimize trie updating.Marko Zec2021-09-151-1/+8
* [fib algo][dxr] Fix undefined behavior.Marko Zec2021-09-151-1/+4
* tcp: Avoid division by zero when KERN_TLS is enabled in tcp_account_for_send().Hans Petter Selasky2021-09-151-1/+1
* sctp: cleanup, no functional change intendedMichael Tuexen2021-09-153-6/+4
* Add a switch structure for send tags.John Baldwin2021-09-142-27/+12
* sctp: Allow blocking on I/O locks even with non-blocking socketsMark Johnston2021-09-141-1/+1
* sctp: avoid LORMichael Tuexen2021-09-121-3/+1
* sctp: minor cleanup, no functional changeMichael Tuexen2021-09-121-6/+2
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2021-09-115-55/+77
* net: Fix memory leaks upon arp_fillheader() failuresorange302021-09-101-1/+2
* sctp: add explicit cast, no functional change intendedMichael Tuexen2021-09-091-1/+1
* sctp: use appropriate argument when freeing associationMichael Tuexen2021-09-091-1/+1
* sctp: Clear assoc socket references when freeing a PCBMark Johnston2021-09-091-0/+1
* sctp: cleanup timewait handling for vtagsMichael Tuexen2021-09-082-122/+49
* sctp: Fix a lock order reversal in sctp_swap_inpcb_for_listen()Mark Johnston2021-09-082-12/+8
* sctp: Fix lock recursion in sctp_swap_inpcb_for_listen()Mark Johnston2021-09-081-2/+2
* sctp: minor cleanups, no functional change intendedMichael Tuexen2021-09-086-23/+23
* routing: fix source address selection rules for IPv4 over IPv6.Alexander V. Chernikov2021-09-072-0/+35
* sctp: Remove special handling for a listen(2) backlog of 0Mark Johnston2021-09-071-6/+8
* socket: Properly interlock when transitioning to a listening socketMark Johnston2021-09-072-24/+57
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-09-071-10/+9
* sctp: Fix iterator synchronization in sctp_sendall()Mark Johnston2021-09-071-5/+20
* sctp: Remove an unused sctp_inpcb fieldMark Johnston2021-09-073-3/+0
* sctp: Fix races around sctp_inpcb_free()Mark Johnston2021-09-072-30/+17
* lltable: do not require prefix lookup when checking lle allocation rules.Alexander V. Chernikov2021-09-061-50/+23
* Fix a common typo in source code commentsGordon Bergling2021-09-041-2/+2
* sctp: Always check for a vanishing inpcb when processing COOKIE-ECHOMark Johnston2021-09-011-5/+5
* sctp: Hold association locks across socket wakeups when freeingMark Johnston2021-09-011-2/+2
* sctp: Release the socket reference when detaching an associationMark Johnston2021-09-011-0/+3
* sctp: Implement sctp_inpcb_bind_locked()Mark Johnston2021-09-012-18/+38
* sctp: Add macros to assert on inp info lock stateMark Johnston2021-09-011-0/+12
* sctp: Fix racy UNBOUND flag check in sctp_inpcb_bind()Mark Johnston2021-08-311-55/+53
* sctp: Simplify the free port search in sctp_inpcb_bind()Mark Johnston2021-08-311-16/+12
* sctp: Avoid unnecessary refcount bumps in sctp_inpcb_bind()Mark Johnston2021-08-311-6/+4
* sctp: Remove always-false checks in sctp_inpcb_bind()Mark Johnston2021-08-311-13/+7
* inet(3): Fix a few common typos in source code commentsGordon Bergling2021-08-281-1/+1
* tcp: Remove unused v6 state definitionsMark Johnston2021-08-271-14/+0
* netinet: prevent NULL pointer dereference in in_aifaddr_ioctl()Artem Khramov2021-08-261-1/+1
* tcp: make network epoch expectations of LRO explicitMichael Tuexen2021-08-251-2/+6
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-224-46/+50
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-211-1/+1
* sctp: improve handling of illegal parameters of INIT-ACK chunksMichael Tuexen2021-08-201-43/+26
* ipfw: use unsigned int for dummynet bandwidthLuiz Otavio O Souza2021-08-191-2/+2
* sctp: improve handling of INIT chunks with invalid parametersMichael Tuexen2021-08-181-16/+16
* tcp: Add support for DSACK based reordering window to rack.Randall Stewart2021-08-174-92/+529
* ip_reass: do less work in ipreass_slowtimo if possibleMateusz Guzik2021-08-141-1/+6