summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-12/+2
* Avoid potential bad pointer dereference.emaste2012-10-171-1/+1
* We don't need to convert ip6_len to host byte order beforeglebius2012-10-151-2/+0
* Fix a miss from r241344: in ip_mloopback() we need to go toglebius2012-10-141-3/+3
* Cleanup documentation: cloning route support has been removed in r186119.melifaro2012-10-131-13/+0
* Revert fixup of ip_len from r241480. Now stack isn't yetglebius2012-10-121-1/+0
* In ip_stripoptions():glebius2012-10-124-9/+6
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect ismelifaro2012-10-104-6/+48
* Revert previous commit...kevlo2012-10-105-5/+5
* Prefer NULL over 0 for pointerskevlo2012-10-095-5/+5
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-084-6/+9
* No reason to play with IP header before calling sctp_delayed_cksum()glebius2012-10-081-2/+0
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-063-53/+62
* There is a complex race in in_pcblookup_hash() and in_pcblookup_group().glebius2012-10-022-1/+12
* carp_send_ad() should never return without rescheduling next run.glebius2012-09-291-11/+6
* 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
OpenPOWER on IntegriCloud