aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Use LIST_FOREACH_SAFE() instead of doing it by hand.John Baldwin2013-09-051-7/+5
* Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. ThisJohn Baldwin2013-09-051-4/+4
* Remove unused code and sort variables declarations.Andrey V. Elsukov2013-09-051-8/+2
* Remove redundant field pr_sctp_on.Michael Tuexen2013-09-035-13/+3
* Use uint16_t instead of in_port_t for consistency with the SCTP code.Michael Tuexen2013-09-021-1/+1
* All changes affect only SCTP-AUTH:Michael Tuexen2013-09-024-109/+29
* Merge r254336 from user/np/cxl_tuning.Navdeep Parhar2013-08-282-1/+26
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-266-61/+0
* The second last argument of udp:::receive is supposed to contain theMark Johnston2013-08-261-1/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-2513-21/+294
* Provide human readable debug output.Michael Tuexen2013-08-251-2/+2
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.Andre Oppermann2013-08-251-1/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-242-6/+6
* Export the inpcb features as a 64-bit entity.Michael Tuexen2013-08-222-3/+3
* Make also the features of the association 64-bit.Michael Tuexen2013-08-222-2/+2
* Fix an integer overflow in computing the size of a temporary bufferXin LI2013-08-221-0/+2
* Reorder the mbuf defines to make more sense and group related flagsAndre Oppermann2013-08-191-1/+1
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-195-3/+17
* Move the SCTP specific definition of M_NOTIFICATION onto a protocolAndre Oppermann2013-08-191-0/+5
* Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificAndre Oppermann2013-08-191-1/+3
* Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layerAndre Oppermann2013-08-192-3/+4
* Remove unused M_FRAG, M_FIRSTFRAG and M_LASTFRAG tagging from ip_fragment().Andre Oppermann2013-08-191-8/+3
* 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