summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement interface link header precomputation API.melifaro2015-12-315-40/+156
* When checking the inp_ip_minttl restriction for IPv6 packets, don't checkjtl2015-12-291-3/+4
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-271-1/+1
* Don't implicitly terminate a user message when moving it to thetuexen2015-12-251-4/+1
* Fix typo (s/harware/hardware/)kevlo2015-12-251-3/+3
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-2411-22/+877
* Fixed comment placement.pluknet2015-12-241-2/+1
* If bootverbose is enabled every vnet startup and virtual interfacebz2015-12-221-1/+1
* Since r256624 we've been leaking routing table allocationsbz2015-12-221-1/+1
* Fix a panic when launching VNETs after the commit of r292309.jtl2015-12-221-4/+4
* Stop processing of a SACK when the association has been aborted.tuexen2015-12-211-0/+1
* Revert r292275 & r292379smh2015-12-174-93/+26
* Fix style issues around existing SDT probes.markj2015-12-163-32/+32
* Fix issues introduced by r292275smh2015-12-162-5/+8
* Remove redundant extern's that make the ppc compile fail.rrs2015-12-161-25/+0
* Fix ARP reply handling changed in r286955.melifaro2015-12-161-4/+12
* First cut of the modularization of our TCP stack. Stillrrs2015-12-1610-70/+3030
* Fix lagg failover due to missing notificationssmh2015-12-154-26/+90
* Clean up unused bandwidth entry in the TCP hostcache.hiren2015-12-113-17/+5
* Retire sctp_validate_no_locks().tuexen2015-12-103-42/+0
* r290122 added 4 bytes and removed 8 in struct sackhint. Add a pad entry of 4hiren2015-12-101-0/+1
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),melifaro2015-12-096-65/+29
* Add an option to use rfc6675 based pipe/inflight bytes calculation in newreno.hiren2015-12-091-4/+10
* Add an option to use rfc6675 based pipe/inflight bytes calculation in cubic.hiren2015-12-091-4/+9
* One of the ways to detect loss is to count duplicate acks coming back from thehiren2015-12-083-13/+48
* Merge helper fib* functions used for basic lookups.melifaro2015-12-084-25/+313
* Fix the allocation of outgoing streams:tuexen2015-12-067-8/+13
* Remove LLE read lock from IPv4 fast path.melifaro2015-12-052-50/+102
* Fix a bug where a stream reset request wasn't retranmitted when thetuexen2015-12-041-0/+1
* Ensure that outgoing streams get reset when they run dry.tuexen2015-12-034-3/+24
* Minor cleanup. No functional change.tuexen2015-12-021-1/+1
* Adjust the MTU when accepting an SCTP association usingtuexen2015-12-021-3/+7
* In the same way fix the problem described in r291578 for IGMPv3.ae2015-12-011-0/+10
* Remove in_setifarnh definition.melifaro2015-11-301-3/+0
OpenPOWER on IntegriCloud