aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Do error checking for the SCTP_RESET_STREAMS, SCTP_RESET_ASSOC,Michael Tuexen2012-05-051-19/+15
* Add ToS definitions for DiffServ Codepoints as per RFC2474.Xin LI2012-05-041-0/+25
* Add support for the SCTP_ENABLE_STREAM_RESET socket option toMichael Tuexen2012-05-041-5/+30
* Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT asMichael Tuexen2012-05-043-33/+47
* Call panic() only under INVARIANTS.Michael Tuexen2012-05-041-0/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.Michael Tuexen2012-05-0410-62/+62
* Fix another RFC 6458 issue. Spotted by Irene Ruengeler.Michael Tuexen2012-05-032-2/+2
* Revert r234834 per luigi@ request.Alexander V. Chernikov2012-05-032-82/+81
* Move several enums and structures required for L2 filtering from ip_fw_privat...Alexander V. Chernikov2012-04-302-81/+82
* Add support for missing gauth_number_of_chunks field. This Bug wasMichael Tuexen2012-04-302-0/+4
* Whitespace changes.Michael Tuexen2012-04-281-3/+0
* Remove unused structure.Michael Tuexen2012-04-271-7/+0
* Fix a type in an SCTP AUTH related notification. Keep the old nameMichael Tuexen2012-04-263-3/+4
* Use the flags defined in RFC 6525 in the stream reset event.Michael Tuexen2012-04-232-7/+9
* Fix check used by stream reset related events.Michael Tuexen2012-04-211-3/+3
* Whitespace changes.Michael Tuexen2012-04-192-2/+2
* Use the same pattern for mbuf logging everywhere.Michael Tuexen2012-04-192-34/+12
* Fix reported errno.Michael Tuexen2012-04-191-2/+2
* Fix a bug where we copy out more data from a mbuf chain that areMichael Tuexen2012-04-192-16/+21
* When we receive an ICMP unreach need fragmentation datagram, we takeGleb Smirnoff2012-04-164-19/+32
* Send always HBs when in PF state.Michael Tuexen2012-04-141-1/+2
* Bugfix: Don't send HBs on path which are not idle.Michael Tuexen2012-04-141-1/+16
* It is a logical error that in carp_multicast_cleanup()Gleb Smirnoff2012-04-111-24/+59
* M_DONTWAIT is a flag from historical mbuf(9)Gleb Smirnoff2012-04-101-1/+1
* CARP should be capable to run on if_bridge(4). Unfortunately,Gleb Smirnoff2012-04-101-0/+2
* Remove duplicate condition in if statement.Michael Tuexen2012-04-061-1/+0
* Don't check malloc(M_WAITOK) results.Gleb Smirnoff2012-03-311-4/+0
* Make stream our stream reset implementationRandall Stewart2012-03-2913-215/+549
* Permit tcpdrop in VNET jails.Marko Zec2012-03-281-1/+1
* Honor the net.inet.udp.checksum sysctl when using SCTP/UDP/IPv4Michael Tuexen2012-03-281-9/+35
* Export the udp_cksum sysctl for upcoming SCTP work. Rather than always,Bjoern A. Zeeb2012-03-272-4/+6
* - Permit number of ipfw tables to be changed in runtime.Alexander V. Chernikov2012-03-254-14/+101
* Small cleanup of the code. No functional change (in FreeBSD kernel).Michael Tuexen2012-03-221-17/+20
* Hide a few declarations from userland (including `struct inpcbgroup'). ThisRobert Millan2012-03-171-1/+1
* Clean up, no functional change.Michael Tuexen2012-03-151-16/+11
* Fix bugs which can result in a panic when an non-SCTP socket itMichael Tuexen2012-03-151-5/+5
* Fix VNET build broken by r232865.Alexander V. Chernikov2012-03-122-3/+3
* This fixes PR 165210. Basically we justRandall Stewart2012-03-121-0/+1
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.Alexander V. Chernikov2012-03-125-92/+671
* Fix a warning reported by bz@Michael Tuexen2012-03-091-3/+3
* Add support for stf interfaces.Michael Tuexen2012-03-091-0/+1
* Fix a bug reported by Peter Holm which results in a crash:Michael Tuexen2012-03-091-0/+9
* Change SYSINIT priorities so that ip_mroute_modevent() is executedMarko Zec2012-03-041-2/+2
* Correct typo in the RFC number for the constants based on IANA assignmentsBjoern A. Zeeb2012-03-041-2/+2
* - Refresh dynamic tcp rule only if both sides answered keepalive packets.Oleg Bulyzhin2012-02-281-19/+27
* lookup_dyn_rule_locked(): style(9) cleanupOleg Bulyzhin2012-02-281-64/+62
* When using flowtable llentrys can outlive the interface with which they're as...Kip Macy2012-02-231-16/+15
* Don't use `m' after m_megapullup.Andrey V. Elsukov2012-02-221-1/+1
* Remove two clang warnings.Michael Tuexen2012-02-181-1/+1
* IFC @231845Bjoern A. Zeeb2012-02-1715-76/+245
|\