]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Don't clear the SYSCONFIG register on boot.
[FreeBSD/FreeBSD.git] / sys / netinet /
2013-04-04 Jung-uk KimMerge ACPICA 20130328.
2013-04-02 Simon J. GerratyUpdate to bmake-20130330
2013-04-02 Dag-Erling SmørgravMerge upstream patch to silence spurious "no such ident...
2013-04-01 Pedro F. GiffuniDtrace: enablings on defunct providers prevent provider...
2013-03-31 Michael TuexenAdd a macro for checking for IPv4 link local addresses.
2013-03-29 Ed MasteKeep fwd_tag around for subsequent pcb lookups
2013-03-27 Erwin LansingUpdate to 9.8.4-P2
2013-03-25 Pedro F. GiffuniDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 Pedro F. GiffuniDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 Pedro F. GiffuniDtrace: add optional size argument to tracemem().
2013-03-22 Dag-Erling SmørgravUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 Martin MatuskaMFV r248590,248594:
2013-03-21 Martin MatuskaMerge libzfs_core branch:
2013-03-20 Alexander V. ChernikovAdd ipfw support for setting/matching DiffServ codepoin...
2013-03-19 Martin MatuskaMFV r247580:
2013-03-18 Martin MatuskaMFC @248461
2013-03-17 Gleb SmirnoffIn m_megapullup() instead of reserving some space at...
2013-03-16 Gleb Smirnoff- Replace compat macros with function calls.
2013-03-15 Gleb SmirnoffWe can, and should use M_WAITOK here.
2013-03-15 Gleb SmirnoffUse m_get/m_gethdr instead of compat macros.
2013-03-15 Gleb Smirnoff- Use m_getcl() instead of hand allocating.
2013-03-15 Edwin GroothuisMFV of 248305, tzdata2013b
2013-03-15 Brooks DavisReplace our (un)vis(1) commands with implementations...
2013-03-14 Brooks DavisUpdate to the latest (un)vis(3) sources from NetBSD...
2013-03-14 Martin MatuskaMFV r248266:
2013-03-12 Gleb SmirnoffFunctions m_getm2() and m_get2() have different order...
2013-03-11 Gleb SmirnoffRemove LIBALIAS_LOCK_ASSERT(), including a couple with...
2013-03-09 Martin MatuskaMFC @248093
2013-03-07 Lawrence StewartThe hashmask returned by hashinit() is a valid index...
2013-03-05 Martin MatuskaMFV r247845:
2013-03-05 Martin MatuskaWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 Dag-Erling SmørgravMerge upstream r634:646: correctly parse mixed quoted...
2013-03-04 Baptiste DaroussinImport libyaml as libbsdyml (private brand name)
2013-03-04 Davide Italiano- Make callout(9) tickless, relying on eventtimers...
2013-03-01 Xin LIMFV r247575:
2013-03-01 Martin MatuskaMFV r247316:
2013-02-27 Michael TuexenFix a potential race in returning setting errno when an
2013-02-27 Martin MatuskaMFV 247176, 247178, 247315:
2013-02-26 Xin LIUpdate base system libexpat to 2.1.0.
2013-02-25 Martin MatuskaMFV v242732:
2013-02-23 Martin MatuskaMFV r246653:
2013-02-21 Andrew GallatinFix tcp_lro_rx_ipv4() for drivers that do not set CSUM_...
2013-02-20 Sergey Kandaurovip_savecontrol() style fixes. No functional changes.
2013-02-18 Gregory Neil ShapiroMerge sendmail 8.14.6 errata issue
2013-02-15 Dag-Erling SmørgravUpgrade to 1.6.16
2013-02-15 Jung-uk KimMerge ACPICA 20130214.
2013-02-15 Dag-Erling SmørgravImport LDNS and build it as an internal library.
2013-02-13 Jung-uk KimMerge OpenSSL 1.0.1e.
2013-02-11 Michael TuexenSend the adaptation layer indication only if set by...
2013-02-11 Martin MatuskaMFV r246633:
2013-02-11 Martin MatuskaMFV r246394:
2013-02-11 Michael TuexenDon't send kernel provided information in the User...
2013-02-11 Martin MatuskaMFV r246392:
2013-02-11 Gleb Smirnoff Resolve source address selection in presense of CARP...
2013-02-11 Martin MatuskaMFV r246390:
2013-02-10 Michael TuexenMake sure that received packets for removed addresses...
2013-02-10 Martin MatuskaMFV r246388:
2013-02-09 Michael TuexenCleanup the handling of address scopes. Announce in...
2013-02-09 Michael TuexenFix a bug where HEARTBEATs were still sent in SHUTDOWN_...
2013-02-09 Xin LIMFV r245512:
2013-02-07 David ChisnallImport new libc++ to head. Various small fixes and...
2013-02-01 Simon J. GerratyMerge bmake-20130123
2013-02-01 John BaldwinAdd placeholder constants to reserve a portion of the...
2013-02-01 Andre Oppermannuma_zone_set_max() directly returns the rounded effecti...
2013-01-31 Gleb Smirnoff- Move AUTHORS and ACKNOWLEDGEMENTS to the end of the...
2013-01-31 Gleb SmirnoffRetire struct sockaddr_inarp.
2013-01-30 Gleb SmirnoffUtilize m_get2() to get mbuf of appropriate size.
2013-01-28 Jung-uk KimMerge two bug fixes from the vendor branch.
2013-01-26 Navdeep ParharAdd checks for SO_NO_OFFLOAD in a couple of places...
2013-01-26 Navdeep ParharTeach toe_l2_resolve to resolve IPv6 destinations too.
2013-01-25 Navdeep ParharMove lle_event to if_llatbl.h
2013-01-25 Navdeep ParharThere is no need to call into the TOE driver twice...
2013-01-25 Navdeep ParharAdd TCP_OFFLOAD hook in syncache_respond for IPv6 too...
2013-01-25 Navdeep ParharTeach toe_4tuple_check() to deal with IPv6 4-tuples...
2013-01-25 Navdeep ParharHeed SO_NO_OFFLOAD.
2013-01-25 Navdeep ParharRemove redundant test, we know inp_lport is 0.
2013-01-22 John BaldwinUse decimal values for UDP and TCP socket options rathe...
2013-01-22 Lawrence StewartSimplify and fix a bug in cc_ack_received()'s "are...
2013-01-21 David ChisnallImport new fix from libcxxrt. This fixes the case...
2013-01-18 Andrew TurnerImport compiler-rt r172839.
2013-01-17 Jung-uk KimMerge ACPICA 20130117.
2013-01-17 Neel NatuIFC @ r245509
2013-01-16 Xin LIMFV r245510:
2013-01-11 David ChisnallMerge new version of libcxxrt. This brings in three...
2013-01-09 John BaldwinDon't drop options from the third retransmitted SYN...
2013-01-09 Neel NatuIFC @ r245178
2013-01-04 Neel NatuIFC @ r244983.
2013-01-03 Peter WemmTemporarily revert rev 244678. This is causing loopbac...
2013-01-03 Xin LIMFV: one-true-awk 20121220.
2013-01-02 Xin LIMFV r244973:
2012-12-29 Gregory Neil ShapiroMerge sendmail 8.14.6 to HEAD
2012-12-27 Michael TuexenSome cleanups.
2012-12-27 Michael TuexenMinor cleanups of debug messages.
2012-12-27 Michael TuexenFix a copy and paste error.
2012-12-25 Gleb Smirnoff Garbage collect carp_cksum().
2012-12-25 Gleb Smirnoff Change net.inet.carp.demotion sysctl to add the suppl...
2012-12-25 Gleb Smirnoff Fix sysctl_handle_int() usage. Either arg1 or arg2...
2012-12-25 Gleb Smirnoff The SIOCSIFFLAGS ioctl handler runs if_up()/if_down...
2012-12-24 Gleb SmirnoffMinor style(9) changes:
2012-12-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.2 release.
next