summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Use Jenkins hash. With previous hash, for a single source IP address andglebius2015-04-101-4/+7
* Move all code related to IP fragment reassembly to ip_reass.c. Someglebius2015-04-103-562/+666
* Now that IP reassembly is no longer under single lock, book-keeping amountglebius2015-04-091-130/+100
* In the ip_reass() do packet examination and adjusting before acquiringglebius2015-04-091-34/+35
* Make ip reassembly queue mutexes per-vnet, putting them into the structureglebius2015-04-091-28/+26
* Use TAILQ_FOREACH_SAFE() instead of implementing it ourselves.glebius2015-04-091-9/+4
* If V_maxnipq is set to zero, drain the queue here and now, instead ofglebius2015-04-091-4/+4
* o Since we always update either fragdrop or fragtimeout stat counter when weglebius2015-04-091-39/+32
* Rename ip_drain_locked() to ip_drain_vnet(), since the function differsglebius2015-04-091-6/+4
* Move the IPv4 reassembly queue locking from a single lock to be per-bucket (g...adrian2015-04-071-35/+85
* Improve patch for SA-15:04.igmp to solve a potential buffer overflow.delphij2015-04-071-4/+3
* Add sleepable lock to protect at least against two parallel SIOCSVHs.glebius2015-04-061-3/+5
* Extend fixes made in r278103 and r38754 by copying the complete packethselasky2015-04-021-7/+13
* Provide better debugging information in tcp_timer_activate() andjch2015-04-021-2/+2
* Provide a comment explaining issues with the counter(9) trick, so thatglebius2015-04-021-0/+14
* Try to unbreak the build after r280971 by providing the missingbz2015-04-021-0/+1
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-019-57/+95
* Use appropriate timeout_t* instead of void* in tcp_timer_activate()jch2015-03-311-1/+1
* VNETalize random IP ID engine.glebius2015-03-281-41/+64
OpenPOWER on IntegriCloud