summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-031-4/+4
* Fix TCP reassembly vulnerability.delphij2014-04-301-3/+4
* Fix a panic when removing an IP address from an interface, if the same addressasomers2014-04-291-3/+7
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-244-12/+26
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-241-1/+1
* Fix jailed raw sockets not setting the correct source address bysmh2014-04-243-8/+10
* Don't free an mbuf twice. This only happens in very rare errortuexen2014-04-231-1/+15
* Add {} braces so that the code conforms to the indentation.rmacklem2014-04-211-2/+4
* Add consistency checks to ensure that fragments of a user messagetuexen2014-04-201-1/+36
* Send also a packet containing an ABORT chunk in response to an OOTB packettuexen2014-04-201-3/+0
* Use consistently debug output instead of an unconditional printf.tuexen2014-04-191-1/+1
* Send the correct error cause, when a DATA chunk with no user datatuexen2014-04-194-1/+41
* Some whitespace and style fixes.jhb2014-04-111-26/+22
* The tw_pcbrele() function does not need the global timewait lock.jhb2014-04-111-14/+4
* Don't leak the TCP pcbinfo lock if a time wait connection is closedjhb2014-04-111-1/+3
* Currently, the TCP slow timer can starve TCP input processing while itjhb2014-04-104-29/+127
* Remove a bogus re-assignment.kevlo2014-04-081-1/+0
* Minor style cleanups.kevlo2014-04-072-15/+15
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-077-59/+295
* Improve readability of comments for DELAY_ACK() macro.hiren2014-04-031-7/+8
* Increment the SSN only after processing the last fragment of antuexen2014-04-011-1/+2
* Don't copy the MF flag from original IP header to ICMP error message.ae2014-03-311-0/+1
* Handle an edge case of address management similar to TCP.tuexen2014-03-291-1/+8
* Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.tuexen2014-03-292-10/+4
* Correct ARP update handling when the routes for network interfaces areasomers2014-03-262-4/+5
* Correct the comments as support for RFC 1644 has been removed for a long time.hiren2014-03-251-3/+1
* * Provide information in error causes in ASCII instead oftuexen2014-03-1612-665/+275
* Several years after initial development, merge prototype support forrwatson2014-03-156-9/+794
* Remove AppleTalk support.glebius2014-03-141-13/+0
* Remove IPX support.glebius2014-03-141-1/+0
* Put the offset of the CRC32C in csum_data instead of 0.tuexen2014-03-121-4/+4
* SCTP uses CRC32C and not Adler anymore. While there change the referencetuexen2014-03-121-2/+2
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,glebius2014-03-122-9/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-058-33/+26
* Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output().glebius2014-03-041-9/+1
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-256-20/+6
* Improve logging of send errors, reporting error code and interface.glebius2014-02-221-38/+33
* Remove redundant code and fix a style error.tuexen2014-02-202-6/+2
* o Remove at compile time the HASH_ALL code, that was neverglebius2014-02-171-13/+2
* Fixup for r261590 (vnet sysctl handlers cleanup).trociny2014-02-092-11/+2
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-072-30/+2
* Utilize SYSCTL_UMA_CUR() to export usage of syncache andglebius2014-02-072-28/+5
* Catch up on r261590.glebius2014-02-071-4/+0
* Adjust r239672 from rrs and r258821 from eadler.peter2014-01-281-32/+13
* Decrease lock contention within the TCP accept case by removinggnn2014-01-282-10/+3
* Fix fallout from r241923. Calculate length of payload inglebius2014-01-221-5/+3
* Further rework netinet6 address handling code:melifaro2014-01-191-2/+2
* If the flowid is available for the mbuf that finalised the creationadrian2014-01-181-0/+10
* Fix various places where we don't properly release a lockgnn2014-01-161-8/+18
* Cleanup comments and whitespace. No functional changes.glebius2014-01-161-18/+14
OpenPOWER on IntegriCloud