summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* * Provide information in error causes in ASCII instead oftuexen2014-03-1612-665/+275
* Several years after initial development, merge prototype support forrwatson2014-03-156-9/+794
* Remove AppleTalk support.glebius2014-03-141-13/+0
* Remove IPX support.glebius2014-03-141-1/+0
* Put the offset of the CRC32C in csum_data instead of 0.tuexen2014-03-121-4/+4
* SCTP uses CRC32C and not Adler anymore. While there change the referencetuexen2014-03-121-2/+2
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,glebius2014-03-122-9/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-058-33/+26
* Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output().glebius2014-03-041-9/+1
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-256-20/+6
* Improve logging of send errors, reporting error code and interface.glebius2014-02-221-38/+33
* Remove redundant code and fix a style error.tuexen2014-02-202-6/+2
* o Remove at compile time the HASH_ALL code, that was neverglebius2014-02-171-13/+2
* Fixup for r261590 (vnet sysctl handlers cleanup).trociny2014-02-092-11/+2
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-072-30/+2
* Utilize SYSCTL_UMA_CUR() to export usage of syncache andglebius2014-02-072-28/+5
* Catch up on r261590.glebius2014-02-071-4/+0
* Adjust r239672 from rrs and r258821 from eadler.peter2014-01-281-32/+13
* Decrease lock contention within the TCP accept case by removinggnn2014-01-282-10/+3
* Fix fallout from r241923. Calculate length of payload inglebius2014-01-221-5/+3
* Further rework netinet6 address handling code:melifaro2014-01-191-2/+2
* If the flowid is available for the mbuf that finalised the creationadrian2014-01-181-0/+10
* Fix various places where we don't properly release a lockgnn2014-01-161-8/+18
* Cleanup comments and whitespace. No functional changes.glebius2014-01-161-18/+14
* Fix refcount leak on netinet ifa.melifaro2014-01-161-4/+4
* Fix ipfw fwd for IPv4 traffic broken by r249894.melifaro2014-01-161-0/+8
* Simplify inet alias handling code: if we're adding/removing alias whichmelifaro2014-01-101-43/+8
* Make failure of ifpromisc() a non-fatal error. This makes it possible toglebius2014-01-031-17/+11
* Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called withae2014-01-031-0/+1
* Fix regression from r249894. Now we pass "gw" as argument to if_outputglebius2014-01-021-0/+6
* lla_lookup() does modification only when LLE_CREATE is specified.ae2014-01-021-4/+4
* Fix couple of bugs from r257692 related to scan of address list onglebius2013-12-291-4/+8
* Address some warnings which showed up on the userland version.tuexen2013-12-272-3/+3
* Draft-ietf-tcpm-initcwnd-05 became RFC6928.pluknet2013-12-261-2/+2
* Add more (IPv6) related Internet Protocols:bz2013-12-251-0/+4
* It'll be okay to use LibAliasDetachHandlers() here, relyingglebius2013-12-251-1/+1
* Cleanup alias module handler register/unregister.glebius2013-12-254-186/+63
* Kill space at eols.glebius2013-12-257-125/+125
* Remove from kernel the "dll" code.glebius2013-12-252-17/+18
* Whitespace cleanup.glebius2013-12-252-79/+71
* In sys/netinet/in_mcast.c, inm_is_ifp_detached() is only used wheneverdim2013-12-241-0/+4
* Disable the now unpredicably bogus check for whether we haveadrian2013-12-201-0/+22
* In a situation where:eadler2013-12-021-2/+4
* Intuexen2013-11-302-8/+3
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-266-37/+37
* Convert over the TCP probes to use mtod() rather than directlyadrian2013-11-252-10/+11
* Only initialize some mutexes for the default VNET.rodrigc2013-11-251-2/+8
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-2510-11/+0
* In r257692 I intentionally deleted code that handled P2P interfacesglebius2013-11-171-1/+3
* Deregister helper hooks on vnet destroy.trociny2013-11-171-0/+14
OpenPOWER on IntegriCloud