aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Disable the now unpredicably bogus check for whether we haveAdrian Chadd2013-12-201-0/+22
* In a situation where:Eitan Adler2013-12-021-2/+4
* InMichael Tuexen2013-11-302-8/+3
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-266-37/+37
* Convert over the TCP probes to use mtod() rather than directlyAdrian Chadd2013-11-252-10/+11
* Only initialize some mutexes for the default VNET.Craig Rodrigues2013-11-251-2/+8
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-2510-11/+0
* In r257692 I intentionally deleted code that handled P2P interfacesGleb Smirnoff2013-11-171-1/+3
* Deregister helper hooks on vnet destroy.Mikolaj Golub2013-11-171-0/+14
* Use SCTP_PR_SCTP_TTL when the user provides a positiveMichael Tuexen2013-11-161-5/+9
* Remove a stray write operation.Michael Tuexen2013-11-161-1/+0
* When determining if an address belongs to an stcb, take the address familyMichael Tuexen2013-11-161-0/+3
* Cleanups which result in fixes which have been made upstreamMichael Tuexen2013-11-162-36/+23
* Remove never used ioctls that originate from KAME. The proofGleb Smirnoff2013-11-111-232/+0
* Make TCP_KEEP* socket options readable. At least PostgreSQL wantsGleb Smirnoff2013-11-081-0/+21
* Get rid of the artification limitation enforced byMichael Tuexen2013-11-072-31/+12
* Make sure that we don't try to build an ASCONF-ACK chunkMichael Tuexen2013-11-071-1/+2
* Use htons()/ntohs() appropriately.Michael Tuexen2013-11-072-3/+3
* Provide compat layer for OSIOCAIFADDR.Gleb Smirnoff2013-11-061-4/+5
* Fix my braino in r257692. For SIOCG*ADDR we don't need exact match onGleb Smirnoff2013-11-061-9/+16
* Fix build on GCC.Nathan Whitehorn2013-11-061-1/+2
* netinet code no longer uses IFA_RTSELF.Gleb Smirnoff2013-11-051-4/+0
* Rewrite in_control(), so that it is comprehendable without getting mad.Gleb Smirnoff2013-11-051-447/+373
* Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byGleb Smirnoff2013-11-052-6/+1
* Unlock the lock before destroying it.Michael Tuexen2013-11-031-0/+2
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-025-21/+108
* in_ifadown() can be void.Gleb Smirnoff2013-11-012-5/+4
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().Gleb Smirnoff2013-11-014-18/+7
* Terminate a debug output with a \n.Michael Tuexen2013-10-291-1/+1
* Uninline inm_lookup_locked(). Now in_var.h doesn't dereferenceGleb Smirnoff2013-10-292-43/+45
* Fis the value of *optlen when calling getsockopt() forMichael Tuexen2013-10-281-1/+1
* Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.Michael Tuexen2013-10-281-1/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-284-0/+5
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-2626-0/+26
* Finish r254925 and remove the last remaining sysctl name list macro. TheJohn Baldwin2013-10-231-72/+0
* The TCP delayed ACK logic isn't aware of LRO passing up large aggregatedAndre Oppermann2013-10-221-4/+7
* - Add parentheses to all internet addressesKevin Lo2013-10-191-26/+26
* Remove a buggy comparision when setting manually the path MTU.Michael Tuexen2013-10-152-11/+6
* - Utilize counter(9) to accumulate statistics on interface addresses. AddGleb Smirnoff2013-10-152-20/+18
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupGleb Smirnoff2013-10-151-10/+2
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,Gleb Smirnoff2013-10-151-0/+2
* Treat INADDR_NONE as uint32_t.Kevin Lo2013-10-151-1/+1
* When processing ACK in tcp_do_segment, use sbcut_locked() instead ofGleb Smirnoff2013-10-091-2/+5
* Add a separate translator for headers passed to the TCP probes in theMark Johnston2013-10-021-4/+4
* Introduce spares in the TCP syncache and timewait structuresBjoern A. Zeeb2013-09-212-1/+4
* Unregister inet/inet6 pfil hooks on vnet destroy.Mikolaj Golub2013-09-131-0/+5
* Fix the aborting of association with the iterator using an emptyMichael Tuexen2013-09-091-37/+35
* Relese the interface in the last.Mikolaj Golub2013-09-081-1/+1
* When computing the partial delivery point, take theMichael Tuexen2013-09-071-3/+2