aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Specify SDT probe argument types in the probe definition itself rather thanMark Johnston2013-08-151-159/+102
* Don't send uninitialized memory (two instances of 4 bytes) inMichael Tuexen2013-08-141-0/+8
* Virtualize carp(4) variables to have per vnet control.Mikolaj Golub2013-08-131-53/+61
* Make the features a 64-bit value instead of 32-bit.Michael Tuexen2013-08-124-35/+34
* Micro-optimization suggested inMichael Tuexen2013-08-011-4/+3
* Remove the large part of struct ipsecstat. Only few fields of thisAndrey V. Elsukov2013-07-233-8/+8
* Allow the code to be compiled without warnings for any combinationMichael Tuexen2013-07-201-6/+3
* Get the code compiling without INET and INET6 being defined.Michael Tuexen2013-07-191-4/+0
* Free the non-fatal "timestamp missing" debug string manually as it isAndre Oppermann2013-07-161-1/+4
* A complete duplication of binding should be allowed if on both new andMikolaj Golub2013-07-121-1/+1
* Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache.Andre Oppermann2013-07-121-1/+1
* Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACKAndre Oppermann2013-07-112-219/+383
* Extend debug logging of TCP timestamp related specificationAndre Oppermann2013-07-102-5/+42
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsMichael Tuexen2013-07-091-2/+2
* Migrate struct carpstats to PCPU counters.Andrey V. Elsukov2013-07-092-8/+24
* Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.Andrey V. Elsukov2013-07-091-1/+3
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-3/+7
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov2013-07-099-39/+53
* Use new macros to implement ipstat and tcpstat using PCPU counters.Andrey V. Elsukov2013-07-094-271/+26
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-094-69/+69
* Fix a bug were only 2048 streams where usable even though more thanMichael Tuexen2013-07-055-14/+19
* When processing an incoming ABORT, SHUTDOWN_COMPLETE or ERROR (NAT related)Michael Tuexen2013-07-041-2/+4
* In r227207, to fix the issue with possible NULL inp_socket pointerMikolaj Golub2013-07-043-9/+24
* Code cleanups.Michael Tuexen2013-07-034-101/+105
* Catch up with r238990. LLE_DELETED does not clobber everything else inNavdeep Parhar2013-07-031-1/+1
* Fix a panic when leaving MC group in a kernel with VIMAGE enabled.Hiroki Sato2013-07-021-0/+2
* Import an implementation of the CAIA Delay-Gradient (CDG) congestion controlLawrence Stewart2013-07-021-0/+695
* Fix kmod_*stat_inc() after r249276. The incorrect code actuallyGleb Smirnoff2013-06-212-3/+3
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsAndrey V. Elsukov2013-06-202-6/+6
* Disable IGMPv3 link timers on a transition to IGMPv2.Bruce M Simpson2013-06-071-0/+1
* Allow drivers to specify a maximum TSO length in bytes if they areAndre Oppermann2013-06-034-20/+37
* Use LIST_EMPTY when appropriate.Michael Tuexen2013-06-021-2/+2
* Remove redundant checks.Michael Tuexen2013-05-281-6/+6
* Withdraw http://svnweb.freebsd.org/changeset/base/250809Michael Tuexen2013-05-241-2/+0
* Initialize the fibnum for outgoing packets to 0. This avoidsMichael Tuexen2013-05-191-0/+2
* Set errno to ETIMEDOUT if an SCTP association times out duringMichael Tuexen2013-05-171-2/+8
* Don't send an ABORT chunk with verification 0.Michael Tuexen2013-05-171-2/+10
* Fix typo in net.inet.tcp.minmss sysctl description.Jim Harris2013-05-131-1/+1
* Add IFF_MONITOR support to gre(4).Hiroki Sato2013-05-111-0/+10
* Rate limit the number of remotely triggered ARP log messagesGleb Smirnoff2013-05-111-13/+24
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYMichael Tuexen2013-05-101-2/+7
* Back out r249318, r249320 and r249327 due to a heisenbug mostAndre Oppermann2013-05-065-6/+6
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-041-1/+2
* Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112Colin Percival2013-04-271-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-267-27/+29
* Fix couple of mbuf leaks in incoming ARP processing.Gleb Smirnoff2013-04-251-2/+2
* Introduce a pointer to const variable gw, which points either at theGleb Smirnoff2013-04-251-13/+6
* This fixes the issue with the "randomly changing" defaultRandall Stewart2013-04-241-1/+1
* When doing RFC3042 limited transmit on the first on secondAndre Oppermann2013-04-231-1/+12
* Plug static llentry leak (ipv4 & ipv6 were affected).Oleg Bulyzhin2013-04-211-2/+6