aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Grab a snap amount of TCP connections in syncache from tcpstat.Gleb Smirnoff2016-01-273-22/+3
* Augment struct tcpstat with tcps_states[], which is used for book-keepingGleb Smirnoff2016-01-276-2/+22
* Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.Gleb Smirnoff2016-01-271-0/+3
* Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds andHiren Panchasara2016-01-264-2/+14
* Convert TCP mtu checks to the new routing KPI.Alexander V. Chernikov2016-01-251-31/+22
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-253-20/+20
* Provide new socket option TCP_CCALGOOPT, which stands for TCP congestionGleb Smirnoff2016-01-223-1/+31
* Refactor TCP_CONGESTION setsockopt handling:Gleb Smirnoff2016-01-211-43/+39
* - Rename cc.h to more meaningful tcp_cc.h.Gleb Smirnoff2016-01-2116-29/+36
* Cleanup TCP files from unnecessary interface related includes.Gleb Smirnoff2016-01-218-13/+2
* The variable is write once only and not used.Bjoern A. Zeeb2016-01-211-4/+0
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-192-26/+181
* Fix a bug in INIT handling on accepted 1-to-1 style sockets when theMichael Tuexen2016-01-151-2/+6
* Fail the SCTP_GET_ASSOC_NUMBER and SCTP_GET_ASSOC_ID_LISTMichael Tuexen2016-01-141-2/+16
* There is a bug in tcp_output()'s implementation of the TCP_SIGNATUREGleb Smirnoff2016-01-141-2/+4
* Remove now-unused wrappers for various routing functions.Alexander V. Chernikov2016-01-143-15/+1
* Store the timer type for logging, because the timer can be freedMichael Tuexen2016-01-131-8/+9
* Bring RADIX_MPATH support to new routing KPI to ease migration.Alexander V. Chernikov2016-01-111-0/+7
* Finish r275196: do not dereference rtentry in if_output() routines.Alexander V. Chernikov2016-01-091-0/+1
* Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-096-0/+7
* (Temporarily) remove route_redirect_event eventhandler.Alexander V. Chernikov2016-01-091-15/+0
* Apply the changes from r293284 to one additional file.Jonathan T. Looney2016-01-071-3/+1
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,Gleb Smirnoff2016-01-076-90/+121
* Get struct sctp_net_route in sync with struct route again.Michael Tuexen2016-01-041-3/+5
* Maintain consistent behavior: make fib4_lookup_nh_ext() returnAlexander V. Chernikov2016-01-041-1/+4
* Add rib_lookup_info() to provide API for retrieving individual routeAlexander V. Chernikov2016-01-041-19/+29
* Fix fib4_lookup_nh_ext() flags/flowid order messed up while merging.Alexander V. Chernikov2016-01-031-2/+2
* Remove second EVENTHANDLER_REGISTER slipped in r292978.Alexander V. Chernikov2016-01-011-3/+0
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-315-40/+156
* When checking the inp_ip_minttl restriction for IPv6 packets, don't checkJonathan T. Looney2015-12-291-3/+4
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+1
* Don't implicitly terminate a user message when moving it to theMichael Tuexen2015-12-251-4/+1
* Fix typo (s/harware/hardware/)Kevin Lo2015-12-251-3/+3
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].Patrick Kelsey2015-12-2411-22/+877
* Fixed comment placement.Sergey Kandaurov2015-12-241-2/+1
* If bootverbose is enabled every vnet startup and virtual interfaceBjoern A. Zeeb2015-12-221-1/+1
* Since r256624 we've been leaking routing table allocationsBjoern A. Zeeb2015-12-221-1/+1
* Fix a panic when launching VNETs after the commit of r292309.Jonathan T. Looney2015-12-221-4/+4
* Stop processing of a SACK when the association has been aborted.Michael Tuexen2015-12-211-0/+1
* Revert r292275 & r292379Steven Hartland2015-12-174-93/+26
* Fix style issues around existing SDT probes.Mark Johnston2015-12-163-32/+32
* Fix issues introduced by r292275Steven Hartland2015-12-162-5/+8
* Remove redundant extern's that make the ppc compile fail.Randall Stewart2015-12-161-25/+0
* Fix ARP reply handling changed in r286955.Alexander V. Chernikov2015-12-161-4/+12
* First cut of the modularization of our TCP stack. StillRandall Stewart2015-12-1610-70/+3030
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-154-26/+90
* Clean up unused bandwidth entry in the TCP hostcache.Hiren Panchasara2015-12-113-17/+5
* Retire sctp_validate_no_locks().Michael Tuexen2015-12-103-42/+0
* r290122 added 4 bytes and removed 8 in struct sackhint. Add a pad entry of 4Hiren Panchasara2015-12-101-0/+1
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),Alexander V. Chernikov2015-12-096-65/+29