| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass radix head ptr along with rte to rtexpunge(). | melifaro | 2014-05-03 | 1 | -4/+4 |
* | Fix TCP reassembly vulnerability. | delphij | 2014-04-30 | 1 | -3/+4 |
* | Fix a panic when removing an IP address from an interface, if the same address | asomers | 2014-04-29 | 1 | -3/+7 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 4 | -12/+26 |
* | Fix host and network routes for new interfaces when net.add_addr_allfibs=0 | asomers | 2014-04-24 | 1 | -1/+1 |
* | Fix jailed raw sockets not setting the correct source address by | smh | 2014-04-24 | 3 | -8/+10 |
* | Don't free an mbuf twice. This only happens in very rare error | tuexen | 2014-04-23 | 1 | -1/+15 |
* | Add {} braces so that the code conforms to the indentation. | rmacklem | 2014-04-21 | 1 | -2/+4 |
* | Add consistency checks to ensure that fragments of a user message | tuexen | 2014-04-20 | 1 | -1/+36 |
* | Send also a packet containing an ABORT chunk in response to an OOTB packet | tuexen | 2014-04-20 | 1 | -3/+0 |
* | Use consistently debug output instead of an unconditional printf. | tuexen | 2014-04-19 | 1 | -1/+1 |
* | Send the correct error cause, when a DATA chunk with no user data | tuexen | 2014-04-19 | 4 | -1/+41 |
* | Some whitespace and style fixes. | jhb | 2014-04-11 | 1 | -26/+22 |
* | The tw_pcbrele() function does not need the global timewait lock. | jhb | 2014-04-11 | 1 | -14/+4 |
* | Don't leak the TCP pcbinfo lock if a time wait connection is closed | jhb | 2014-04-11 | 1 | -1/+3 |
* | Currently, the TCP slow timer can starve TCP input processing while it | jhb | 2014-04-10 | 4 | -29/+127 |
* | Remove a bogus re-assignment. | kevlo | 2014-04-08 | 1 | -1/+0 |
* | Minor style cleanups. | kevlo | 2014-04-07 | 2 | -15/+15 |
* | Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks. | kevlo | 2014-04-07 | 7 | -59/+295 |
* | Improve readability of comments for DELAY_ACK() macro. | hiren | 2014-04-03 | 1 | -7/+8 |
* | Increment the SSN only after processing the last fragment of an | tuexen | 2014-04-01 | 1 | -1/+2 |
* | Don't copy the MF flag from original IP header to ICMP error message. | ae | 2014-03-31 | 1 | -0/+1 |
* | Handle an edge case of address management similar to TCP. | tuexen | 2014-03-29 | 1 | -1/+8 |
* | Use SCTP_OVER_UDP_TUNNELING_PORT more consistently. | tuexen | 2014-03-29 | 2 | -10/+4 |
* | Correct ARP update handling when the routes for network interfaces are | asomers | 2014-03-26 | 2 | -4/+5 |
* | Correct the comments as support for RFC 1644 has been removed for a long time. | hiren | 2014-03-25 | 1 | -3/+1 |
* | * Provide information in error causes in ASCII instead of | tuexen | 2014-03-16 | 12 | -665/+275 |
* | Several years after initial development, merge prototype support for | rwatson | 2014-03-15 | 6 | -9/+794 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 1 | -13/+0 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -1/+0 |
* | Put the offset of the CRC32C in csum_data instead of 0. | tuexen | 2014-03-12 | 1 | -4/+4 |
* | SCTP uses CRC32C and not Adler anymore. While there change the reference | tuexen | 2014-03-12 | 1 | -2/+2 |
* | Since both netinet/ and netinet6/ call into netipsec/ and netpfil/, | glebius | 2014-03-12 | 2 | -9/+3 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 8 | -33/+26 |
* | Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output(). | glebius | 2014-03-04 | 1 | -9/+1 |
* | Remove more constants related to static sysctl nodes. The MAXID constants | jhb | 2014-02-25 | 6 | -20/+6 |
* | Improve logging of send errors, reporting error code and interface. | glebius | 2014-02-22 | 1 | -38/+33 |
* | Remove redundant code and fix a style error. | tuexen | 2014-02-20 | 2 | -6/+2 |
* | o Remove at compile time the HASH_ALL code, that was never | glebius | 2014-02-17 | 1 | -13/+2 |
* | Fixup for r261590 (vnet sysctl handlers cleanup). | trociny | 2014-02-09 | 2 | -11/+2 |
* | o Revamp API between flowtable and netinet, netinet6. | glebius | 2014-02-07 | 2 | -30/+2 |
* | Utilize SYSCTL_UMA_CUR() to export usage of syncache and | glebius | 2014-02-07 | 2 | -28/+5 |
* | Catch up on r261590. | glebius | 2014-02-07 | 1 | -4/+0 |
* | Adjust r239672 from rrs and r258821 from eadler. | peter | 2014-01-28 | 1 | -32/+13 |
* | Decrease lock contention within the TCP accept case by removing | gnn | 2014-01-28 | 2 | -10/+3 |
* | Fix fallout from r241923. Calculate length of payload in | glebius | 2014-01-22 | 1 | -5/+3 |
* | Further rework netinet6 address handling code: | melifaro | 2014-01-19 | 1 | -2/+2 |
* | If the flowid is available for the mbuf that finalised the creation | adrian | 2014-01-18 | 1 | -0/+10 |
* | Fix various places where we don't properly release a lock | gnn | 2014-01-16 | 1 | -8/+18 |
* | Cleanup comments and whitespace. No functional changes. | glebius | 2014-01-16 | 1 | -18/+14 |