summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Correct issue presented in r285051,eri2015-07-091-1/+2
* Export the ssthresh value per SCTP path via the sysctl interface.tuexen2015-07-072-1/+3
* Avoid doing multiple route lookups for the same destination IP during forwardingeri2015-07-021-17/+18
* Fix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn't enough, any tagsnp2015-06-301-1/+1
* Avoid a situation where we do not set persist timer after a zero windowhiren2015-06-291-0/+24
* Reverting r284710.hiren2015-06-221-1/+1
* Fix a typo: s/iff/if/hiren2015-06-221-1/+1
* Fix two KTRACE related bugs.tuexen2015-06-191-0/+8
* When setting the primary address, return an error whenever it fails.tuexen2015-06-191-9/+16
* Fix possible use after free in encap[46]_input().ae2015-06-181-19/+30
* Fix a bug related to flow assignment I introduce intuexen2015-06-171-3/+6
* Add FIB support for SCTP.tuexen2015-06-1711-45/+62
* If there is a system with a bpf consumer running and a packet is wantederi2015-06-171-3/+12
* Correctly detect the case where the last address is removed.tuexen2015-06-141-9/+16
* Stop the heartbeat timer when removing a net.tuexen2015-06-141-0/+1
* Fix the reporting of the PMTUD state for specific paths.tuexen2015-06-121-2/+2
* Code cleanup.tuexen2015-06-121-68/+45
* In case of an output error, continue with the next net, don't try totuexen2015-06-121-2/+11
* Fix a callout race condition introduced in TCP timers callouts with r281599.jch2015-06-102-16/+45
* Export a pointer to the SCTP socket. This is needed to add SCTP supporttuexen2015-06-042-1/+7
* Remove printf() noise...tuexen2015-05-291-2/+0
* Report the MTU consistently as specified intuexen2015-05-281-25/+74
* Take source and destination address into account when determiningtuexen2015-05-281-14/+18
* Retire SCTP_DONT_DO_PRIVADDR_SCOPE which was never defined.tuexen2015-05-282-12/+0
* Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state.tuexen2015-05-282-5/+10
* Use macros for overhead in a consistent way. No functional change.tuexen2015-05-281-14/+17
* Some more debug info cleanup.tuexen2015-05-281-10/+20
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-2810-105/+167
* Address some compiler warnings. No functional change.tuexen2015-05-283-9/+11
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-224-10/+10
* Add a new sysctl net.inet.tcp.hostcache.purgenow=1 to expire and purge allhiren2015-05-201-0/+25
* Correct the wording as we are increasing the window size.hiren2015-05-191-1/+1
* Add an ability accept encapsulated packets from different sources by oneae2015-05-151-3/+9
* Ensure that the COOKIE-ACK can be sent over UDP if the COOKIE-ECHO wastuexen2015-05-121-1/+2
* Add a state transition call to show that we have entered TIME_WAIT.gnn2015-05-011-0/+7
* Move the SIFTR DTrace probe out of the writing thread contextgnn2015-04-301-1/+2
* Brief demo script showing the various values that can be read viagnn2015-04-293-0/+9
* Make rule table kernel-index rewriting support any kind of objects.melifaro2015-04-271-2/+3
* Remove now unneded KEY_FREESP() for case when ipsec[46]_process_packet()ae2015-04-271-3/+1
* Fix possible use after free due to security policy deletion.ae2015-04-271-3/+4
* Don't panic under INVARIANTS when receiving a SACK which cumackstuexen2015-04-261-9/+2
* mdoc: fix rendering issuesbapt2015-04-261-3/+5
* Fix possible reference leak.ae2015-04-241-0/+1
* Improve carp(4) locking:glebius2015-04-211-62/+39
* Provide functions to determine presence of a given addressglebius2015-04-172-0/+25
* Fix an old and well-documented use-after-free race condition injch2015-04-164-100/+206
* Fix RSS build - netisr input / NETISR_IP_DIRECT is used here.adrian2015-04-151-0/+1
* Replace struct filedesc argument in getsock_cap with struct threadmjg2015-04-111-4/+4
* fd: remove filedesc argument from fdclosemjg2015-04-111-1/+1
* Attempt to fix build after 281351 by defining full prototype for thedelphij2015-04-111-4/+4
OpenPOWER on IntegriCloud