]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Merge from vmcontention
[FreeBSD/FreeBSD.git] / sys / netinet /
2013-02-13 attilioMerge from vmcontention
2013-02-13 attilioMFC
2013-02-11 tuexenSend the adaptation layer indication only if set by...
2013-02-11 tuexenDon't send kernel provided information in the User...
2013-02-11 glebius Resolve source address selection in presense of CARP...
2013-02-10 attiliomerge from vmcontention
2013-02-10 attilioMFC
2013-02-10 tuexenMake sure that received packets for removed addresses...
2013-02-10 attilioMerge from vmcontention
2013-02-10 attilioMFC
2013-02-09 tuexenCleanup the handling of address scopes. Announce in...
2013-02-09 tuexenFix a bug where HEARTBEATs were still sent in SHUTDOWN_...
2013-02-09 delphijMFV r245512:
2013-02-04 attilioMerge from vmcontention
2013-02-03 attilioMFC
2013-02-01 sjgMerge bmake-20130123
2013-02-01 jhbAdd placeholder constants to reserve a portion of the...
2013-02-01 andreuma_zone_set_max() directly returns the rounded effecti...
2013-01-31 glebius- Move AUTHORS and ACKNOWLEDGEMENTS to the end of the...
2013-01-31 glebiusRetire struct sockaddr_inarp.
2013-01-30 glebiusUtilize m_get2() to get mbuf of appropriate size.
2013-01-26 npAdd checks for SO_NO_OFFLOAD in a couple of places...
2013-01-26 npTeach toe_l2_resolve to resolve IPv6 destinations too.
2013-01-25 npMove lle_event to if_llatbl.h
2013-01-25 npThere is no need to call into the TOE driver twice...
2013-01-25 npAdd TCP_OFFLOAD hook in syncache_respond for IPv6 too...
2013-01-25 npTeach toe_4tuple_check() to deal with IPv6 4-tuples...
2013-01-25 npHeed SO_NO_OFFLOAD.
2013-01-25 npRemove redundant test, we know inp_lport is 0.
2013-01-22 jhbUse decimal values for UDP and TCP socket options rathe...
2013-01-22 lstewartSimplify and fix a bug in cc_ack_received()'s "are...
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 neelIFC @ r245509
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-09 jhbDon't drop options from the third retransmitted SYN...
2013-01-09 attilioMFC
2013-01-09 neelIFC @ r245178
2013-01-04 neelIFC @ r244983.
2013-01-03 peterTemporarily revert rev 244678. This is causing loopbac...
2012-12-27 tuexenSome cleanups.
2012-12-27 tuexenMinor cleanups of debug messages.
2012-12-27 tuexenFix a copy and paste error.
2012-12-26 attilioMFC
2012-12-25 glebius Garbage collect carp_cksum().
2012-12-25 glebius Change net.inet.carp.demotion sysctl to add the suppl...
2012-12-25 glebius Fix sysctl_handle_int() usage. Either arg1 or arg2...
2012-12-25 glebius The SIOCSIFFLAGS ioctl handler runs if_up()/if_down...
2012-12-24 glebiusMinor style(9) changes:
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-18 glebiusFix !INET6 build after r244365.
2012-12-18 glebiusClear correct flag in INET6 case.
2012-12-17 aeSince we use different flags to detect tcp forwarding...
2012-12-13 glebius Fix problem in r238990. The LLE_LINKED flag should...
2012-12-12 glebius Fix a crash in tcp_input(), that happens when mbuf...
2012-12-11 attilioMFC
2012-12-08 tuexenGet it compiling without INET and INET6 support (mainly...
2012-12-08 pjdMore warnings for zones that depend on the kern.ipc...
2012-12-08 tuexenUse correct padding of the ABORT chunk in case of an...
2012-12-08 tuexenEnsure that the padding of the last parameter of an...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-05 glebius Mechanically substitute flags from historic mbuf...
2012-12-04 neelIFC @r243836
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-27 andreRemove unused and unnecessary CSUM_IP_FRAGS checksummin...
2012-11-27 andreAdd DELACK to list of timers.
2012-11-27 npMake sure that tcp_timer_activate() correctly sees...
2012-11-27 alfredAuto size the tcbhashsize structure based on max sockets.
2012-11-26 tuexenAdd support for sctp_peeloff() also in the front states...
2012-11-26 tuexenFind the endpoint for an incoming packet also if the...
2012-11-26 tuexenAllow shutdown() to be used on fds returned from sctp_p...
2012-11-25 tuexenRemove unused function.
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-17 tuexenAdd support for SCTP/UDP/IPV6.
2012-11-17 neelIFC @ r243164
2012-11-16 tuexenGet the accounting working. We now have counters how...
2012-11-16 sjgMerge bmake-20121111
2012-11-13 neelIFC @ r242940
2012-11-11 neelIFC @ r242684
2012-11-10 rdivackyInitialize hdrlen to 0 to avoid clang warning in NOINET...
2012-11-08 bzCleanup some whitspace in this file to get it out of...
2012-11-07 tuexenAdd per outgoing stream accounting for chunks in the...
2012-11-07 tuexenAdd some missing changes missed in the last commit.
2012-11-07 tuexenImprove PR-SCTP if used in combination with NR-SACK.
2012-11-07 kevloFix typo; s/ouput/output
2012-11-06 mjgFix possible spurious sbunlock in sctp_sorecvmsg.
2012-11-05 tuexenMove from early SSN assignment to late SSN assignment.
2012-11-05 andreBack out r242262. The simplified window change/update...
2012-11-02 aeRemove the recently added sysctl variable net.pfil...
2012-10-29 tuexenWhitespace changes due to upstream integration of SCTP...
2012-10-29 tuexenAdd braces (as used elsewhere in the SCTP code).
2012-10-29 tuexenUse ntohs() and htons() in correct order. However,...
2012-10-29 andreForced commit to provide the correct commit message...
2012-10-29 andreDefine the delayed ACK timeout value directly as hz...
2012-10-28 andreIf the user has closed the socket then drop a persistin...
2012-10-28 andreIncrease the initial CWND to 10 segments as defined...
2012-10-28 andreUpdate comment to reflect the change made in r242263.
2012-10-28 andreAdd SACK_PERMIT to the list of TCP options that are...
2012-10-28 andreSimplify and enhance the window change/update acceptanc...
next