summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* tcp/lro: Allow drivers to set the TCP ACK/data segment aggregation limitsephe2016-02-182-2/+18
* Add protection code for issues reported by PVS / D5245.tuexen2016-02-171-2/+4
* Code cleanup which will silence a warning in PVS / D5245.tuexen2016-02-172-7/+3
* Address a warning reported by D5245 / PVS.tuexen2016-02-171-2/+2
* Whitespace changes.tuexen2016-02-164-6/+7
* Improve the teardown of the SCTP stack.tuexen2016-02-165-54/+109
* Loopback addresses are 127.0.0.0/8, not 127.0.0.1/32.tuexen2016-02-111-4/+1
* Use 4 spaces instead of a tab.tuexen2016-02-111-4/+4
* Merge SVN r295220 (bz) from projects/vnet/dteske2016-02-111-1/+2
* Use a pair of ifs when comparing the 32-bit flowid integers so thathselasky2016-02-111-3/+4
* Garbage collect unused arguments of m_init().glebius2016-02-101-1/+1
* Increase max allowed backlog for listen socketsalfred2016-02-022-4/+10
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-013-1/+4
* Add missing parentheses. This was reported by ccaughie via GitHubtuexen2016-01-301-1/+1
* Update the path mtu when turning on/off UDP encapsulation for SCTP.tuexen2016-01-301-12/+33
* Don't allow a remote encapsulation port change during thetuexen2016-01-303-20/+41
* Don't change the remote UDP encapsulation port for SCTP packetstuexen2016-01-301-3/+9
* Ignore peer addresses in a consistent way also when checking fortuexen2016-01-301-31/+58
* Remove debug output which was committed by accident.tuexen2016-01-281-3/+0
* Always look in the TCP pool.tuexen2016-01-282-15/+5
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.glebius2016-01-2716-18/+18
* Fix issues with TCP_CONGESTION handling after r294540:glebius2016-01-271-16/+15
* Grab a snap amount of TCP connections in syncache from tcpstat.glebius2016-01-273-22/+3
* Augment struct tcpstat with tcps_states[], which is used for book-keepingglebius2016-01-276-2/+22
* Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.glebius2016-01-271-0/+3
* Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds andhiren2016-01-264-2/+14
* Convert TCP mtu checks to the new routing KPI.melifaro2016-01-251-31/+22
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-253-20/+20
* Provide new socket option TCP_CCALGOOPT, which stands for TCP congestionglebius2016-01-223-1/+31
* Refactor TCP_CONGESTION setsockopt handling:glebius2016-01-211-43/+39
* - Rename cc.h to more meaningful tcp_cc.h.glebius2016-01-2116-29/+36
* Cleanup TCP files from unnecessary interface related includes.glebius2016-01-218-13/+2
* The variable is write once only and not used.bz2016-01-211-4/+0
* Add optimizing LRO wrapper:hselasky2016-01-192-26/+181
* Fix a bug in INIT handling on accepted 1-to-1 style sockets when thetuexen2016-01-151-2/+6
* Fail the SCTP_GET_ASSOC_NUMBER and SCTP_GET_ASSOC_ID_LISTtuexen2016-01-141-2/+16
* There is a bug in tcp_output()'s implementation of the TCP_SIGNATUREglebius2016-01-141-2/+4
* Remove now-unused wrappers for various routing functions.melifaro2016-01-143-15/+1
* Store the timer type for logging, because the timer can be freedtuexen2016-01-131-8/+9
* Bring RADIX_MPATH support to new routing KPI to ease migration.melifaro2016-01-111-0/+7
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-091-0/+1
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-096-0/+7
* (Temporarily) remove route_redirect_event eventhandler.melifaro2016-01-091-15/+0
* Apply the changes from r293284 to one additional file.jtl2016-01-071-3/+1
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-076-90/+121
* Get struct sctp_net_route in sync with struct route again.tuexen2016-01-041-3/+5
* Maintain consistent behavior: make fib4_lookup_nh_ext() returnmelifaro2016-01-041-1/+4
* Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-041-19/+29
* Fix fib4_lookup_nh_ext() flags/flowid order messed up while merging.melifaro2016-01-031-2/+2
* Remove second EVENTHANDLER_REGISTER slipped in r292978.melifaro2016-01-011-3/+0
OpenPOWER on IntegriCloud