aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if aMichael Tuexen2014-10-163-17/+24
* Overhaul if_gif(4):Andrey V. Elsukov2014-10-142-278/+60
* Handle small file case with regards to plpmtud blackhole detection.Sean Bruno2014-10-131-1/+9
* Catch ipv6 case when attempting to do PLPMTUD blackhole detection.Sean Bruno2014-10-131-0/+5
* Fix matching default rule on clear/show commands.Alexander V. Chernikov2014-10-131-0/+5
* A connection in TIME_WAIT state before calling close() actually did notJulien Charbon2014-10-121-1/+3
* When deciding whether to call m_pullup() even though there is adequateRobert Watson2014-10-123-7/+6
* Update ip_divert.ko to depend on version 3 of ipfw.John Baldwin2014-10-111-1/+1
* Add context pointer and source address to the UDP tunnel callbackBryan Venteicher2014-10-103-7/+13
* Add missing UDP multicast receive dtrace probesBryan Venteicher2014-10-091-0/+3
* Ensure that the flags field of sctp_tmit_chunks is initialized.Michael Tuexen2014-10-092-24/+29
* Sync to HEAD@r272825.Alexander V. Chernikov2014-10-099-10/+778
|\
| * Move the SCTP syscalls to netinet with the rest of the SCTP code. TheMarcel Moolenaar2014-10-091-0/+588
| * Check for mbuf copy failure when there are multiple multicast socketsBryan Venteicher2014-10-091-5/+4
| * When tunneling interface is going to insert mbuf into netisr queue after stri...Andrey V. Elsukov2014-10-081-1/+1
| * Ensure that the list of streams sent in a stream reset parameter fitsMichael Tuexen2014-10-082-3/+11
| * Ensure that the number of stream reported in srs_number_streams isMichael Tuexen2014-10-081-0/+6
| * Implement PLPMTUD blackhole detection (RFC 4821), inspired by codeSean Bruno2014-10-073-1/+168
* | Add IP_FW_DUMP_SOPTCODES sopt to be able to determineAlexander V. Chernikov2014-10-081-0/+10
* | Sync to HEAD@r272609.Alexander V. Chernikov2014-10-063-30/+16
|\|
| * Minor code styling.Hans Petter Selasky2014-10-061-17/+16
| * Remove unused MC_ALIGN macro as suggested by Robert.Michael Tuexen2014-10-051-7/+0
| * Eliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimming a redundantRobert Watson2014-10-051-6/+0
* | Sync to HEAD@r272516.Alexander V. Chernikov2014-10-0443-990/+1304
|\|
| * Add an additional routing table lookup when m->m_pkthdr.fibnum is changedHiroki Sato2014-10-021-4/+16
| * Add a sysctl, net.inet.icmp.tstamprepl, which can be used to disable repliesMark Johnston2014-10-011-0/+6
| * Remove lock init from radix.c.Alexander V. Chernikov2014-10-011-1/+3
| * The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendMichael Tuexen2014-10-011-1/+1
| * UDPLite requires a checksum. Therefore, discard a received packet ifMichael Tuexen2014-09-301-2/+10
| * If the checksum coverage field in the UDPLITE header is the lengthMichael Tuexen2014-09-301-2/+3
| * Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time.John Baldwin2014-09-301-3/+3
| * Checksum coverage values larger than 65535 for UDPLite are invalid.Michael Tuexen2014-09-281-1/+1
| * * Split tcp_signature_compute() into 2 pieces:Alexander V. Chernikov2014-09-273-54/+116
| * Remove an un-needed bit of pre-processor work - it all lives insideAdrian Chadd2014-09-271-2/+0
| * drop unnecessary ifdef IPSEC's. This file is only compiled when IPSECJohn-Mark Gurney2014-09-261-13/+0
| * Catch up with r271119.Navdeep Parhar2014-09-241-1/+0
| * Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-224-13/+109
| * Add a change missing in r271916.Hiroki Sato2014-09-211-2/+2
| * - Virtualize interface cloner for gre(4). This fixes a panic when destroyingHiroki Sato2014-09-211-4/+4
| * Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-4/+4
| * Remove disabled code, that is very unlikely to be ever enabled again,Gleb Smirnoff2014-09-191-37/+0
| * Fix source address selection on unbound sockets in the presence of multipleAlan Somers2014-09-162-8/+9
| * Add a explict cast to silence a warning when buildingMichael Tuexen2014-09-161-2/+2
| * Use a consistent type for the number of HMAC algorithms.Michael Tuexen2014-09-164-8/+9
| * Small cleanup which addresses a warning regaring the truncationMichael Tuexen2014-09-161-7/+4
| * FreeBSD-SA-14:19.tcp raised attention to the state of our stackGleb Smirnoff2014-09-161-101/+78
| * Make a type conversion explicit. When compiling this code onMichael Tuexen2014-09-161-1/+1
| * Fix Denial of Service in TCP packet processing.Xin LI2014-09-161-5/+1
| * The MTU is handled as a 32-bit entity within the SCTP stack.Michael Tuexen2014-09-161-1/+1
| * Ensure the correct software IPv4 hash is done based on the configuredAdrian Chadd2014-09-161-3/+10