summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Disable IGMPv3 link timers on a transition to IGMPv2.bms2013-06-071-0/+1
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-034-20/+37
* Use LIST_EMPTY when appropriate.tuexen2013-06-021-2/+2
* Remove redundant checks.tuexen2013-05-281-6/+6
* Withdraw http://svnweb.freebsd.org/changeset/base/250809tuexen2013-05-241-2/+0
* Initialize the fibnum for outgoing packets to 0. This avoidstuexen2013-05-191-0/+2
* Set errno to ETIMEDOUT if an SCTP association times out duringtuexen2013-05-171-2/+8
* Don't send an ABORT chunk with verification 0.tuexen2013-05-171-2/+10
* Fix typo in net.inet.tcp.minmss sysctl description.jimharris2013-05-131-1/+1
* Add IFF_MONITOR support to gre(4).hrs2013-05-111-0/+10
* Rate limit the number of remotely triggered ARP log messagesglebius2013-05-111-13/+24
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYtuexen2013-05-101-2/+7
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-065-6/+6
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-041-1/+2
* Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112cperciva2013-04-271-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-267-27/+29
* Fix couple of mbuf leaks in incoming ARP processing.glebius2013-04-251-2/+2
* Introduce a pointer to const variable gw, which points either at theglebius2013-04-251-13/+6
* This fixes the issue with the "randomly changing" defaultrrs2013-04-241-1/+1
* When doing RFC3042 limited transmit on the first on secondandre2013-04-231-1/+12
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-211-2/+6
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* Fix incomplete printf.delphij2013-04-161-1/+2
* Don't leak lock when returning.delphij2013-04-161-0/+1
* Reflect removing of the counter_u64_subtract() function in the macro.ae2013-04-121-2/+2
* Fix tcp_output() so that tcpcb is updated in the same manner when anglebius2013-04-111-70/+74
* Fix build.glebius2013-04-101-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-094-5/+5
* Fix a race condition on tcp listen socket teardown with pendingandre2013-04-091-0/+9
* Fix VIMAGE build.glebius2013-04-091-2/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-4/+4
* Merge from projects/counters: TCP/IP stats.glebius2013-04-084-165/+420
* Add a macro for checking for IPv4 link local addresses.tuexen2013-03-311-0/+4
* Keep fwd_tag around for subsequent pcb lookupsemaste2013-03-291-17/+8
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-201-0/+3
* In m_megapullup() instead of reserving some space at the end of packet,glebius2013-03-171-10/+6
* - Replace compat macros with function calls.glebius2013-03-163-3/+3
* We can, and should use M_WAITOK here.glebius2013-03-151-1/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-156-11/+10
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-12/+8
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedglebius2013-03-111-6/+1
* The hashmask returned by hashinit() is a valid index in the returned hash array.lstewart2013-03-071-1/+1
* - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-041-7/+11
* Fix a potential race in returning setting errno when antuexen2013-02-271-1/+2
* Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.gallatin2013-02-211-1/+1
* ip_savecontrol() style fixes. No functional changes.pluknet2013-02-201-17/+17
* Send the adaptation layer indication only if set by the user.tuexen2013-02-114-19/+26
* Don't send kernel provided information in the User Initiatedtuexen2013-02-114-68/+29
* Resolve source address selection in presense of CARP. Add a coupleglebius2013-02-112-0/+12
OpenPOWER on IntegriCloud