summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in TCP_KEEPCNT setting, which slipped in in the last roundglebius2012-09-271-8/+14
* Whitespace change.tuexen2012-09-231-2/+1
* Declare a static function as such.tuexen2012-09-231-1/+1
* Fix a bug related to handling Re-config chunks. It is not true thattuexen2012-09-221-17/+0
* Small cleanups. No functional change.tuexen2012-09-222-53/+18
* Fix typo: s/pakcet/packetkevlo2012-09-201-1/+1
* s/teh/the/geadler2012-09-141-1/+1
* Small cleanups. No functional change.tuexen2012-09-141-8/+3
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-1427-17622/+0
* Whitespace changes.tuexen2012-09-091-6/+4
* Whitespace cleanup.tuexen2012-09-081-1/+0
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-085-10/+12
* Don't include a structure containing a flexible array in anothertuexen2012-09-075-24/+13
* Get rid of a gcc'ism.tuexen2012-09-061-4/+3
* Using %p in a format string requires a void *.tuexen2012-09-059-47/+47
* Use the consistenly the size of a variable. This helps to keep the codetuexen2012-09-041-21/+21
* Whitespace change.tuexen2012-09-041-1/+1
* Introduce new link-layer PFIL hook V_link_pfil_hook.melifaro2012-09-044-30/+149
* Provide a sysctl switch that allows to install ARP entriesglebius2012-09-031-3/+5
* Fix a typo which results in RTT to be off by a factor of 10, if the RTT istuexen2012-09-021-1/+1
* Mark the ipfw interface type as not being ether. This fixes an issueeadler2012-09-011-2/+2
* This small change takes care of a race conditionrrs2012-08-251-0/+30
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-212-5/+7
* Though I disagree, I conceed to jhb & Rui. Noterrs2012-08-191-1/+1
* Ok jhb, lets move the ifa_free() down to the bottom torrs2012-08-171-1/+1
* The TCP PAWS fix for kernels with fast tick rates (r231767) changed the TCPlstewart2012-08-171-4/+6
* Its never a good idea to double free the samerrs2012-08-161-1/+1
* s/lenght/length/ in commentsluigi2012-08-072-3/+3
* move functions outside the SYSBEGIN/SYSEND blockluigi2012-08-061-15/+22
* use FREE_PKT instead of m_freem to free an mbuf.luigi2012-08-061-1/+1
* Fix a bug found by dim@:tuexen2012-08-061-1/+1
* In tcp timers, check INP_DROPPED flag a little later, aftertrociny2012-08-051-9/+38
* Fix a refcount issue. The called only decrements is stcb is NULL.tuexen2012-08-051-4/+3
* Fix a bug reported by Simon L. B. Nielsen:tuexen2012-08-041-2/+0
* Testing an interface property should depend on the interface, nottuexen2012-08-041-15/+13
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-022-42/+35
* replace __unused with a portable construct;luigi2012-08-021-3/+4
* replace inet_ntoa_r with the more standard inet_ntop().luigi2012-08-012-10/+12
* add a cast to avoid a signed/unsigned warning (to be removedluigi2012-08-011-1/+1
* Some more whitespace cleanup.glebius2012-08-012-13/+13
* Some style(9) and whitespace changes.glebius2012-07-312-67/+59
* nobody uses this file except the userspace ipfw code, but the castluigi2012-07-311-1/+1
* Fix the sctp_sockstore union such that userland programs don't dependtuexen2012-07-261-4/+0
* Fix a problem when CARP is enabled on the interface for IPv4bz2012-07-251-8/+16
* Update some stale comments regarding tcbinfo locking in the TCP inputrwatson2012-07-221-10/+3
* Plug a reference leak: before doing 'goto again' we need to unrefglebius2012-07-181-2/+8
* When traversing global in_ifaddr list in the IFP_TO_IA() macro, we needglebius2012-07-181-2/+4
* Fix a refcount bug when freeing an association.tuexen2012-07-172-9/+7
* If ip_output() returns EMSGSIZE to tcp_output(), then the latter callsglebius2012-07-161-16/+27
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-154-19/+22
OpenPOWER on IntegriCloud