summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add new rt_foreach_fib_walk_del() function for deleting route entriesmelifaro2015-11-301-40/+6
* Take also the send queue and sent queue into account when triggeringtuexen2015-11-271-4/+8
* When the sending of an SCTP outgoing stream reset request fails,tuexen2015-11-261-3/+12
* When receiving an SCTP/UDP packet and the interface performedtuexen2015-11-261-0/+12
* The r241129 description was wrong that the scenario is possiblefabient2015-11-251-1/+10
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-3/+27
* Fix the handling of IPSec policies in the SCTP stack. At leasttuexen2015-11-212-47/+9
* Revert part of r291137 which seems correct, bit does not fix thetuexen2015-11-211-2/+4
* Clear the so_pcb pointer in case of ipsec_init_policy() fails.tuexen2015-11-211-1/+2
* Don't send SHUTDOWN chunk when the association is in a front statetuexen2015-11-212-8/+5
* Fix a bug where an SCTP association was moved back to SHUTDOWN_SENTtuexen2015-11-191-51/+52
* in_getmulti: Fix recursion on if_addr_lock on malloc failurecem2015-11-181-1/+1
* Revert r290403smh2015-11-131-7/+0
* This fixes several places where callout_stops return is examined. Therrs2015-11-132-3/+3
* Decompose arp_ifinit() into arp_add_ifa_lle() and arp_announce_ifaddr().melifaro2015-11-093-27/+36
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-091-0/+31
OpenPOWER on IntegriCloud