aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-257-347/+287
* Add "tcpmss" opcode to match the TCP MSS value.Andrey V. Elsukov2019-06-211-0/+1
* ip_output: pass PFIL_FWD in the slow pathKristof Provost2019-06-211-4/+9
* Add the ability to limit how much the code will fragment the RACK send mapJonathan T. Looney2019-06-192-10/+70
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-172-0/+2
* Sort opt_foo.h #includes and add a missing blank line in ip_output().John Baldwin2019-06-111-2/+3
* Fix dpcpu and vnet panics with complex types at the end of the section.Bjoern A. Zeeb2019-06-081-15/+0
* r347382 added receiver side DSACK support for the TCP base stack.Michael Tuexen2019-06-061-3/+34
* After parts of the locking fixes in r346595, syzkaller foundBjoern A. Zeeb2019-06-011-0/+14
* netdump: Buffer pages to avoid calling netdump_send() on each 4KB write.Mark Johnston2019-05-311-5/+26
* When an ACK segment as the third message of the three way handshake isMichael Tuexen2019-05-261-0/+22
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-242-55/+59
* Massively blow up the locking-related KASSERTs used to make sureBjoern A. Zeeb2019-05-211-2/+12
* Similarly to r338257,338306 try to fold the two consecutiveBjoern A. Zeeb2019-05-211-3/+2
* Add two missing eventhandler.h headersConrad Meyer2019-05-211-0/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-204-2/+5
* Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state.Michael Tuexen2019-05-191-4/+5
* Improve input validation for the IPPROTO_SCTP level socket optionsMichael Tuexen2019-05-193-46/+30
* Revert r347582 for now.Mark Johnston2019-05-161-20/+40
* Close some races in multicast socket option handling.Mark Johnston2019-05-141-40/+20
* netdump: Ref the interface we're attached toConrad Meyer2019-05-101-58/+129
* netdump: Fix boot-time configuration typoConrad Meyer2019-05-101-2/+2
* netdump: Don't store sensitive key data we don't needConrad Meyer2019-05-101-8/+26
* Fix regression from r347375: do not panic when sending an IP multicastGleb Smirnoff2019-05-101-1/+5
* Bind TCP HPTS (pacer) threads to NUMA domainsAndrew Gallatin2019-05-101-10/+60
* Don't use C++ style comments.Michael Tuexen2019-05-091-3/+9
* Receiver side DSACK implemenation.Michael Tuexen2019-05-092-7/+79
* Prevent cwnd to collapse down to 1 MSS after exiting recovery.Michael Tuexen2019-05-093-3/+18
* Existense of PCB route caching doesn't allow us to use new fast routeGleb Smirnoff2019-05-083-84/+100
* List-ify kernel dump device configurationConrad Meyer2019-05-062-59/+157
* ip multicast debug: fix strings vs definesAlexander Motin2019-04-291-10/+21
* Track TCP connection's NUMA domain in the inpcbAndrew Gallatin2019-04-254-1/+10
* Add GRE-in-UDP encapsulation support as defined in RFC8086.Andrey V. Elsukov2019-04-241-17/+254
* netdump: Fix !COMPAT_FREEBSD11 unused variable warningConrad Meyer2019-04-231-0/+2
* iFix udp_output() lock inconsistency.Bjoern A. Zeeb2019-04-231-20/+29
* Revert r346530 until further.Hans Petter Selasky2019-04-221-34/+0
* r297225 move the assignment of sin from add to the top of the function.Bjoern A. Zeeb2019-04-221-1/+0
* Remove some excessive brackets.Bjoern A. Zeeb2019-04-221-6/+6
* Fix build for mips and powerpc after r346530.Hans Petter Selasky2019-04-221-0/+1
* Fix panic in network stack due to memory use after free in relation toHans Petter Selasky2019-04-221-0/+34
* netdump: Fix 11 compatibility DIOCSKERNELDUMP ioctlConrad Meyer2019-04-201-2/+14
* Push down INP_WLOCK slightly in tcp_ctloutput.John Baldwin2019-04-181-3/+1
* When sending IPv4 packets on a SOCK_RAW socket using the IP_HDRINCL option,Michael Tuexen2019-04-131-11/+18
* Fix an SCTP related locking issue. Don't report that the TCB_SEND_LOCKMichael Tuexen2019-04-111-1/+1
* Reinitialize multicast source filter structures after invalidation.Mark Johnston2019-04-111-2/+6
* Fix a small bug in the tcp_log_id where the bucketRandall Stewart2019-04-101-0/+1
* Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted codeRodney W. Grimes2019-04-044-15/+10
* Undo my previous erroneous commit changing the tcp_output kassert.Randall Stewart2019-04-031-2/+1
* tcp_autorcvbuf_inc was removed in r344433.Navdeep Parhar2019-03-291-2/+0
* Don't check the inp socket pointer in in_pcboutput_eagain.John Baldwin2019-03-291-5/+0