summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-154-6/+16
* Provide the correct notification type (SCTP_SEND_FAILED_EVENT)tuexen2012-07-141-1/+1
* Use case for selecting the address family (as in other places).tuexen2012-07-141-3/+10
* Use case for selecting the address family (as in other places).tuexen2012-07-141-8/+6
* Fix a bug introduced in r237715.tuexen2012-07-091-0/+1
* Make ipfw0 logging pseudo-interface clonable. It can be created automaticallyhrs2012-07-091-27/+110
* Finally fix lookup (account remaining '\0') and deletionmelifaro2012-07-081-3/+6
* Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT.tuexen2012-07-041-4/+12
* Use CSUM_SCTP_IPV6 for IPv6.tuexen2012-07-041-2/+2
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-043-31/+25
* Iniitialize a variable.tuexen2012-07-031-1/+1
* Don't check for ifp != NULL before KASSERT, as ifp may not be NULL heretrociny2012-07-031-7/+5
* Fix RTTVAR scale in net.inet.tcp.hostcache.list sysctl.trociny2012-07-031-1/+1
* - Make ipfw's sched rules case insensitive, for user-friendliness.issyl02012-07-031-1/+1
* Remove route caching from IP multicast routing code. There is noglebius2012-07-022-3/+1
* Move common code parts to sctp_common_input_processing().tuexen2012-07-022-165/+172
* Remove dead code (on FreeBSD) as suggested by glebius@.tuexen2012-07-021-8/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-2814-664/+292
* Unify sctp_input() and sctp6_input().tuexen2012-06-251-77/+35
* Whitespace cleanup.tuexen2012-06-257-96/+96
* Pass the packet length explicitly around.tuexen2012-06-244-29/+8
* Remove redundant check.tuexen2012-06-241-11/+3
OpenPOWER on IntegriCloud