aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-1612-665/+275
* Several years after initial development, merge prototype support forRobert Watson2014-03-156-9/+794
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-13/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-1/+0
* Put the offset of the CRC32C in csum_data instead of 0.Michael Tuexen2014-03-121-4/+4
* SCTP uses CRC32C and not Adler anymore. While there change the referenceMichael Tuexen2014-03-121-2/+2
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,Gleb Smirnoff2014-03-122-9/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-058-33/+26
* Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output().Gleb Smirnoff2014-03-041-9/+1
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-256-20/+6
* Improve logging of send errors, reporting error code and interface.Gleb Smirnoff2014-02-221-38/+33
* Remove redundant code and fix a style error.Michael Tuexen2014-02-202-6/+2
* o Remove at compile time the HASH_ALL code, that was neverGleb Smirnoff2014-02-171-13/+2
* Fixup for r261590 (vnet sysctl handlers cleanup).Mikolaj Golub2014-02-092-11/+2
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-072-30/+2
* Utilize SYSCTL_UMA_CUR() to export usage of syncache andGleb Smirnoff2014-02-072-28/+5
* Catch up on r261590.Gleb Smirnoff2014-02-071-4/+0
* Adjust r239672 from rrs and r258821 from eadler.Peter Wemm2014-01-281-32/+13
* Decrease lock contention within the TCP accept case by removingGeorge V. Neville-Neil2014-01-282-10/+3
* Fix fallout from r241923. Calculate length of payload inGleb Smirnoff2014-01-221-5/+3
* Further rework netinet6 address handling code:Alexander V. Chernikov2014-01-191-2/+2
* If the flowid is available for the mbuf that finalised the creationAdrian Chadd2014-01-181-0/+10
* Fix various places where we don't properly release a lockGeorge V. Neville-Neil2014-01-161-8/+18
* Cleanup comments and whitespace. No functional changes.Gleb Smirnoff2014-01-161-18/+14
* Fix refcount leak on netinet ifa.Alexander V. Chernikov2014-01-161-4/+4
* Fix ipfw fwd for IPv4 traffic broken by r249894.Alexander V. Chernikov2014-01-161-0/+8
* Simplify inet alias handling code: if we're adding/removing alias whichAlexander V. Chernikov2014-01-101-43/+8
* Make failure of ifpromisc() a non-fatal error. This makes it possible toGleb Smirnoff2014-01-031-17/+11
* Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called withAndrey V. Elsukov2014-01-031-0/+1
* Fix regression from r249894. Now we pass "gw" as argument to if_outputGleb Smirnoff2014-01-021-0/+6
* lla_lookup() does modification only when LLE_CREATE is specified.Andrey V. Elsukov2014-01-021-4/+4
* Fix couple of bugs from r257692 related to scan of address list onGleb Smirnoff2013-12-291-4/+8
* Address some warnings which showed up on the userland version.Michael Tuexen2013-12-272-3/+3
* Draft-ietf-tcpm-initcwnd-05 became RFC6928.Sergey Kandaurov2013-12-261-2/+2
* Add more (IPv6) related Internet Protocols:Bjoern A. Zeeb2013-12-251-0/+4
* It'll be okay to use LibAliasDetachHandlers() here, relyingGleb Smirnoff2013-12-251-1/+1
* Cleanup alias module handler register/unregister.Gleb Smirnoff2013-12-254-186/+63
* Kill space at eols.Gleb Smirnoff2013-12-257-125/+125
* Remove from kernel the "dll" code.Gleb Smirnoff2013-12-252-17/+18
* Whitespace cleanup.Gleb Smirnoff2013-12-252-79/+71
* In sys/netinet/in_mcast.c, inm_is_ifp_detached() is only used wheneverDimitry Andric2013-12-241-0/+4
* Disable the now unpredicably bogus check for whether we haveAdrian Chadd2013-12-201-0/+22
* In a situation where:Eitan Adler2013-12-021-2/+4
* InMichael Tuexen2013-11-302-8/+3
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-266-37/+37
* Convert over the TCP probes to use mtod() rather than directlyAdrian Chadd2013-11-252-10/+11
* Only initialize some mutexes for the default VNET.Craig Rodrigues2013-11-251-2/+8
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-2510-11/+0
* In r257692 I intentionally deleted code that handled P2P interfacesGleb Smirnoff2013-11-171-1/+3
* Deregister helper hooks on vnet destroy.Mikolaj Golub2013-11-171-0/+14