]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
MFH: r281668 through r281783
[FreeBSD/FreeBSD.git] / sys / netinet /
2015-04-17 glebiusProvide functions to determine presence of a given...
2015-04-16 jchFix an old and well-documented use-after-free race...
2015-04-15 adrianFix RSS build - netisr input / NETISR_IP_DIRECT is...
2015-04-11 mjgReplace struct filedesc argument in getsock_cap with...
2015-04-11 mjgfd: remove filedesc argument from fdclose
2015-04-11 delphijAttempt to fix build after 281351 by defining full...
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-10 glebiuso Use Jenkins hash. With previous hash, for a single...
2015-04-10 glebiusMove all code related to IP fragment reassembly to...
2015-04-09 glebiusNow that IP reassembly is no longer under single lock...
2015-04-09 glebiusIn the ip_reass() do packet examination and adjusting...
2015-04-09 glebiusMake ip reassembly queue mutexes per-vnet, putting...
2015-04-09 glebiusUse TAILQ_FOREACH_SAFE() instead of implementing it...
2015-04-09 glebiusIf V_maxnipq is set to zero, drain the queue here and...
2015-04-09 glebiuso Since we always update either fragdrop or fragtimeout...
2015-04-09 glebiusRename ip_drain_locked() to ip_drain_vnet(), since...
2015-04-07 adrianMove the IPv4 reassembly queue locking from a single...
2015-04-07 delphijImprove patch for SA-15:04.igmp to solve a potential...
2015-04-06 glebiusAdd sleepable lock to protect at least against two...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-02 hselaskyExtend fixes made in r278103 and r38754 by copying...
2015-04-02 jchProvide better debugging information in tcp_timer_activ...
2015-04-02 glebiusProvide a comment explaining issues with the counter...
2015-04-02 bzTry to unbreak the build after r280971 by providing...
2015-04-01 glebiuso Use new function ip_fillid() in all places throughout...
2015-03-31 jchUse appropriate timeout_t* instead of void* in tcp_time...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-28 glebiusVNETalize random IP ID engine.
2015-03-28 glebiusInitialize random IP ID engine via SYSINIT() instead...
2015-03-27 fabientOn multi CPU systems, we may emit successive packets...
2015-03-26 tuexenImprove the selection of the destination address of...
2015-03-25 tuexenMake sure that we don't free an SCTP shared key too...
2015-03-25 tuexenUse the reference count of the right SCTP inp.
2015-03-24 tuexenFix two bugs which resulted in a screwed up end point...
2015-03-24 lstewartThe addition of flowid and flowtype in r280233 and...
2015-03-24 tuexenFix the bug in the handling of fragmented abandoned...
2015-03-24 tuexenFix an accounting bug related to the per stream chunk...
2015-03-23 tuexenWhen an ICMP message is received and the MTU shrinks...
2015-03-23 tuexenRemove a useless assignment.
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-19 hirenAdd connection flow type to siftr(4).
2015-03-18 hirenAdd connection flowid to siftr(4).
2015-03-18 adrianCorrectly const-ify things.
2015-03-15 dimMerge ^/head r279995 through r280029.
2015-03-14 ianGo back to using sbuf_new() with a preallocated large...
2015-03-14 ianUse sbuf_new_for_sysctl() instead of plain sbuf_new...
2015-03-14 dimMerge ^/head r279893 through r279984.
2015-03-13 aeFix `ipfw fwd tablearg'. Use dedicated field nh4 in...
2015-03-11 dimMerge ^/head r279759 through r279892.
2015-03-11 tuexenUpdate a comment to get it aligned with the code change.
2015-03-11 tuexenIt seems that sb_acc is a better replacement for sb_cc...
2015-03-11 tuexenFix the adaptation of the path state when thresholds...
2015-03-10 tuexenKeep track on the socket lock state. This fixes a bug...
2015-03-10 tuexenUnlock the stcb when using setsockopt() for the SCTP_PE...
2015-03-10 tuexenAdd a SCTP socket option to limit the cwnd for each...
2015-03-10 tuexenFix a typo.
2015-03-09 jchIn TCP, connect() can return incorrect error code EINVAL
2015-03-07 dimMerging ^/head r279596 through r279758.
2015-03-07 aella_lookup() can directly call llentry_free() for stati...
2015-03-04 dimMerge ^/head r279313 through r279595.
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 hrsImplement Enhanced DAD algorithm for IPv6 described in
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-26 dimMerge ^/head r279163 through r279308.
2015-02-25 hselaskyFix a special case in ip_fragment() to produce a more...
2015-02-25 delphijFix integer overflow in IGMP protocol.
2015-02-24 zbbChange struct attribute to avoid aligned operations...
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-22 dimMerge ^/head r279023 through r279162.
2015-02-19 glebiusThe last userland piece of in_var.h is now 'struct...
2015-02-19 glebiusNow that all users of _WANT_IFADDR are fixed, remove...
2015-02-19 glebius- Rename 'struct igmp_ifinfo' into 'struct igmp_ifsoftc...
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-19 dimMerging ^/head r278916 through r279022.
2015-02-19 kibFix build with KTR after r278978.
2015-02-19 glebiusWiden _KERNEL ifdef to hide more kernel network stack...
2015-02-19 glebiusUse new struct mbufq instead of struct ifqueue to manag...
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
2015-02-10 dimMerge ^/head r278351 through r278498.
2015-02-09 rrsThis fixes a bug in the way that the LLE timers for nd6
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-06 emasteUpdate LLDB snapshot to upstream r225923 (git 2b588ecd)
2015-02-02 dimMerge ^/head r278005 through r278109.
2015-02-02 hselaskyThe flowid and hashtype should be copied from the origi...
2015-01-30 dimMerge ^/head r277902 through r277944.
2015-01-30 hirenMake syncookie_mac() use 'tcp_seq irs' in computing...
2015-01-28 dimMerge ^/head r277804 through r277843.
2015-01-27 tuexenWhitespace change.
2015-01-27 delphijFix SCTP stream reset vulnerability.
2015-01-27 delphijFix SCTP SCTP_SS_VALUE kernel memory corruption and...
2015-01-25 dimMerge ^/head r277327 through r277718.
2015-01-25 dimMerge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge...
2015-01-25 jhbUse an sbuf to generate the output of the net.inet...
2015-01-23 willLog hardware interface up/down as "hardware" rather...
2015-01-23 willWhen a CARP state change is caused by an ifconfig reque...
2015-01-22 willImprove CARP logging so that all state transitions...
2015-01-20 gjbMerge the following revisions from ^/projects/release...
2015-01-20 tuexenRemove comparisons which are not necessary.
next