aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenBjoern A. Zeeb2012-02-155-23/+54
| * Fix a bug where the wrong protocol overhead was used. This can leadMichael Tuexen2012-02-141-25/+62
| * Set vnet context in callouts and taskqueues.Gleb Smirnoff2012-02-081-0/+8
| * Make the 'tcpwin' option of ipfw(8) accept ranges and lists.Gleb Smirnoff2012-02-062-3/+17
| * Fix a typo which was already fixed by eadler in r227489. We missedMichael Tuexen2012-02-061-1/+1
| * Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andGleb Smirnoff2012-02-057-24/+103
* | Document the fact that multi-FIB support for SCTP had been backed outBjoern A. Zeeb2012-02-031-0/+6
* | Make ipfw verify_path6() multi-FIB aware.Bjoern A. Zeeb2012-02-031-6/+6
* | Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-032-2/+2
|/
* o Provide functions carp_ifa_addroute()/carp_ifa_delroute()Gleb Smirnoff2012-02-011-24/+41
* a variable was erroneously declared as 32 bit instead of 64.Luigi Rizzo2012-01-271-1/+1
* Remove unused variable.Gleb Smirnoff2012-01-241-3/+0
* Make #error messages string-literals and remove punctuation.Bjoern A. Zeeb2012-01-223-3/+3
* Fix ip_divert handling of inet and inet6 and module building some more.Bjoern A. Zeeb2012-01-221-3/+1