summaryrefslogtreecommitdiffstats
path: root/sys/modules/tcp/fastpath
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files.
* Cleanup unneded include "opt_ipfw.h".ae2016-06-091-1/+1
| | | | | It was used for conditional build IPFIREWALL_FORWARD support. But IPFIREWALL_FORWARD option was removed a long time ago.
* opt_kdtrace.h is not needed for SDT probes as of r258541.markj2016-05-151-1/+1
|
* Fix 'make depend'uqs2015-12-211-0/+3
|
* First cut of the modularization of our TCP stack. Stillrrs2015-12-161-0/+15
to do is to clean up the timer handling using the async-drain. Other optimizations may be coming to go with this. Whats here will allow differnet tcp implementations (one included). Reviewed by: jtl, hiren, transports Sponsored by: Netflix Inc. Differential Revision: D4055
OpenPOWER on IntegriCloud